mesa.git
2013-03-09 Matt Turnermesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
2013-03-09 Stéphane Marchesini915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
2013-03-09 Stéphane Marchesini915g: Update TODO
2013-03-08 Brian Pauldocs: document another Viewperf bug
2013-03-07 Jan de Grootdri/nouveau: fix crash in nouveau_flush
2013-03-07 Brian Pauldraw: add const qualifier to silence compiler warning
2013-03-07 Brian Paulllvmpipe: remove the power of two sizeof(struct cmd_blo...
2013-03-07 Brian Paulvbo: fix crash found with shared display lists
2013-03-07 Alan Hourihanemesa: fix glGetInteger*(GL_SAMPLER_BINDING).
2013-03-07 Christian Königradeon/llvm: document LLVM commit
2013-03-07 Christian Königradeon/llvm: enable LICM and DCE pass v2
2013-03-07 Christian Königradeonsi: add LLVMNoUnwindAttribute to intrinsic
2013-03-07 Christian Königradeonsi: rework input interpolation
2013-03-07 Christian Königradeonsi: remove SI.vs.load.buffer.index
2013-03-07 Christian Königradeon/llvm: make SGPRs proper function arguments v2
2013-03-07 Christian Königradeon/llvm: replace shader type intrinsic with functio...
2013-03-07 Christian Königradeonsi: switch to v*i8 for resources and samplers v2
2013-03-07 Christian Königr600g/llvm: Update CONSTANT_BUFFER address space definition
2013-03-06 Zack Rusindraw/llvm: fix inputs to the geometry shader
2013-03-06 Bryan Caindraw: use geometry shader info in clip_init_state if...
2013-03-06 Bryan Caindraw: account for separate shader objects in geometry...
2013-03-06 Alan HourihaneUnreference sampler object when it's currently bound...
2013-03-06 Brian Paulllvmpipe: fix incorrect 'j' array index in dummy textur...
2013-03-06 Brian Paulllvmpipe: remove unused cmd_block_list struct
2013-03-06 Brian Paulllvmpipe: add some scene limit sanity check assertions
2013-03-06 Brian Paulllvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZE
2013-03-06 Kenneth Graunkei965: Don't fill buffer with zeroes.
2013-03-06 Kenneth Graunkei965: Fix off-by-one in query object result gathering.
2013-03-06 Christian Königradeon/llvm: fix trivial warnings
2013-03-06 Christian Königradeonsi: fix trivial warning
2013-03-06 Eric Anholtintel: Improve the matching (more formats!) for TexImag...
2013-03-06 Eric Anholtintel: Improve the test for readpixels blit path format...
2013-03-06 Eric Anholtintel: Fold intel_region_copy() into its one caller.
2013-03-06 Eric Anholtintel: Transition intel_region_map() to being a miptree...
2013-03-06 Eric Anholtintel: Remove num_mapped_regions tracking.
2013-03-06 Eric Anholtintel: Remove the struct intel_region reuse hash table.
2013-03-05 José Fonsecascons: Provide shorthand aliases for software winsyses.
2013-03-05 José Fonsecascons: Fix llvm-config not found error message.
2013-03-05 Ian Romanickmesa: Modify candidate search string
2013-03-05 Eric Anholtmesa: Remove the special enum for _mesa_error debug...
2013-03-05 Eric Anholtmesa: Remove the enum for the oom-within-debug-output...
2013-03-05 Eric Anholtmesa: Remove now-unused gl_winsys_error and gl_shader_e...
2013-03-05 Eric Anholtmesa: Report ARB_debug_output for both shader errors...
2013-03-05 Eric Anholtintel: Add missing perf debug for a stall on mapping...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-05 Eric Anholtintel: Finish renaming fallback_debug() to perf_debug().
2013-03-05 Eric Anholtintel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
2013-03-05 Eric Anholtmesa: Add support for GL_ARB_debug_output with dynamic...
2013-03-05 Eric Anholtmesa: Merge handling of application-provided and built...
2013-03-05 Eric Anholtmesa: Fix _mesa_problem() on context destroy after...
2013-03-05 Eric Anholtmesa: Move debug type/severity enums to mesa core.
2013-03-05 Eric Anholtmesa: Replace open-coded _mesa_lookup_enum_by_nr().
2013-03-05 Eric Anholtmesa: Remove extra #define MAXSTRING duplicating MAX_DE...
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
next