mesa.git
2013-03-05 Marcin Slusarzdri/nouveau: NV17_3D class is not available for NV1a...
2013-03-05 Roland Scheideggertgsi: handle projection modifier for array textures.
2013-03-05 Roland Scheideggerst/mesa: translate ir offset parameters for non-TXF...
2013-03-05 Matt Turnerconfigure.ac: Remove stale comment about --x-* arguments.
2013-03-05 Matt Turnerconfigure.ac: Don't check for X11 unconditionally.
2013-03-05 Alan HourihaneAdd missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_te...
2013-03-05 Jon TURNEYFix out-of-tree build of 'make check' in src/mesa/main...
2013-03-04 Dave Airlieu_blitter: don't create illegal shaders for 1D/3D/RECT...
2013-03-04 Daniel MartinFix build of swrast only without libdrm
2013-03-04 Brian Paulmesa: flush current state when querying GL_EDGE_FLAG
2013-03-04 Jakub Boguszvdpau-softpipe: Build correct source file - vl_winsys_xsp.c
2013-03-03 Kenneth Graunkei965: Fix Crystal Well PCI IDs.
2013-03-03 Vincent Lejeuner600g: Check comp_mask before merging export instructions
2013-03-03 Vadim Girlinr600g: fix check_and_set_bank_swizzle for cayman
2013-03-02 Brian Paulst/mesa: add switch case for ir_txf_ms to silence warning
2013-03-02 Brian Paulmesa: add switch case for ir_txf_ms to silence warning
2013-03-02 Kenneth Graunkei965: Pull query BO reallocation out into a helper...
2013-03-02 Kenneth Graunkei965: Replace the global brw->query.bo variable with...
2013-03-02 Kenneth Graunkei965: Turn if (query->bo) into an assertion.
2013-03-02 Kenneth Graunkei965: Unify query object BO reallocation code.
2013-03-02 Kenneth Graunkei965: Use query->last_index instead of the global brw...
2013-03-02 Kenneth Graunkei965: Remove brw_query_object::first_index field as...
2013-03-02 Kenneth Graunkei965: Add a pile of comments to brw_queryobj.c.
2013-03-02 Kenneth Graunkei965: Write TIMESTAMP query values into the first buffe...
2013-03-02 Kenneth Graunkei965: Implement the new QueryCounter() hook.
2013-03-02 Kenneth Graunkemesa: Add a new QueryCounter() hook for TIMESTAMP queries.
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-03-02 Roland Scheideggerdraw: additional fix for the no-position case with...
2013-03-02 Roland Scheideggerdraw: fix no position output in non-llvm pipeline.
2013-03-02 Roland Scheideggerdraw/llvm: skip clipping and viewport transform if...
2013-03-02 Roland Scheideggerllvmpipe: don't assert on illegal surface creation.
2013-03-02 Roland Scheideggerllvmpipe: bump glsl version to 140
2013-03-02 Roland Scheideggergallivm: add support for texel offsets for ordinary...
2013-03-02 Brian Paulsvga: always link with C++
2013-03-02 Brian Paulst/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP
2013-03-01 Chris Forbesdocs: Mark some things done in GL3.txt
2013-03-01 Martin Anderssonwinsys/radeon: Only add bo to hash table when creating...
2013-03-01 Chris Forbesi965: enable ARB_texture_multisample on Gen6+
2013-03-01 Chris Forbesi965/fs: add support for ir_txf_ms on Gen6+
2013-03-01 Chris Forbesi965/vs: add support for ir_txf_ms on Gen6+
2013-03-01 Chris Forbesi965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
2013-03-01 Chris Forbesi965: take the target into account for Gen7 MSAA modes
2013-03-01 Chris Forbesi965: Support multisampling in surface_state for textures
2013-03-01 Chris Forbesi965: add support for multisample textures
2013-03-01 Chris Forbesmesa: implement TexImage*Multisample
2013-03-01 Chris Forbesmesa: support multisample textures in framebuffer compl...
2013-03-01 Chris Forbesi965: expose sample positions
2013-03-01 Chris Forbesi965: add support for sample mask on Gen6+
2013-03-01 Chris Forbesmesa: implement sample mask
2013-03-01 Chris Forbesmesa: implement GetMultisamplefv
2013-03-01 Chris Forbesi965: expose new max sample counts
2013-03-01 Chris Forbesmesa: add new max sample count state
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-03-01 Chris Forbestests: add ARB_texture_multisample enums to table
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-03-01 Chris Forbesglapi: add ARB_texture_multisample
2013-03-01 Eric Anholtintel: Use the new "ctx" local variable I just added...
2013-03-01 Eric Anholti965: Make sRGB-capable framebuffers by default.
2013-03-01 Eric Anholtintel: Fix software copying of miptree faces for weird...
2013-03-01 Eric Anholtintel: Add a flag for miptree mapping to disable transc...
2013-03-01 Eric Anholti965: Add WARN_ONCE for depthstencil workarounds we...
2013-03-01 Alex Deucherr600g: enable CP DMA on 6xx
2013-03-01 Marek Olšákr600g: don't require dword alignment with CP DMA for...
2013-03-01 Marek Olšákr600g: always map uninitialized buffer range as unsynch...
2013-03-01 Marek Olšákgallium/util: add helper code for 1D integer range
2013-03-01 Marek Olšákr600g: cleanup deprecated register tables
2013-03-01 Marek Olšákr600g: unify vgt states
2013-03-01 Marek Olšákr600g: flush and invalidate htile cache when appropriate
2013-03-01 Marek Olšákr600g: atomize streamout enabling
2013-03-01 Marek Olšákr600g: use async DMA with a non-zero src offset
2013-03-01 Marek Olšákr600g: pad the DMA CS to a multiple of 8 dwords
2013-03-01 Jordan Justenintel: Enable __DRI_API_OPENGL_CORE api with dri2 contexts
2013-03-01 Jordan Justenintel: update max versions based on MESA_GL_VERSION_OVE...
2013-03-01 Jordan Justenmesa version: add _mesa_get_gl_version_override
2013-03-01 Jordan Justenglsl: allow GLSL compiler version to be overridden...
2013-03-01 Matt Turneri965/fs: Put immediate operand as src2
2013-02-28 Chad Versaceintel: Remove intel_mipmap_tree::wraps_etc
2013-02-28 Matt Turnerir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
2013-02-28 Matt Turneri965/vs: Assert that ir_triop_lrp was lowered.
2013-02-28 Matt Turneri965/fp: Use the LRP instruction for OPCODE_LRP.
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-28 Kenneth Graunkei965: Add support for emitting the LRP instruction.
2013-02-28 Matt Turnerglsl: Optimize ir_triop_lrp(x, y, a) with a = 0.0f...
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-02-28 Kenneth Graunkeglsl: Rework ir_reader to handle expressions with three...
2013-02-28 Kenneth Graunkeglsl: Consolidate ir_expression constructors that use...
2013-02-28 Matt Turneri965/vs/gen7: Allow MATH instructions to have MRF as...
2013-02-28 Matt Turneri965/fs/gen7: Allow MATH instructions to have MRF as...
2013-02-28 Matt Turneri965/gen7: Relax restrictions on fake MRFs
2013-02-28 Matt Turneri965/fs: Remove duplicate scan_inst->mlen check
2013-02-28 Tom Stellardclover: Fix build with LLVM 3.3 v2
2013-02-28 Jordan Justenattrib: push/pop FRAGMENT_PROGRAM_ARB state
2013-02-28 Keith Kriewallscons: Fix Windows build with LLVM 3.2
2013-02-28 Adam Sampsonautotools: oprofilejit should be included in the list...
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-28 Jordan Justentexobj: add verbose api trace messages to several routines
2013-02-28 Roland Scheideggerllvmpipe: check buffers in llvmpipe_is_resource_referenced.
2013-02-28 Roland Scheideggerllvmpipe: support rendering to buffer render targets.
2013-02-28 Roland Scheideggerutil: fix issues with util_clear_render_target.
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
next