i965: Fix off-by-one in query object result gathering.
[mesa.git] / src / mesa /
2013-03-06 Kenneth Graunkei965: Fix off-by-one in query object result gathering.
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 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 Scheideggerst/mesa: translate ir offset parameters for non-TXF...
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 Brian Paulmesa: flush current state when querying GL_EDGE_FLAG
2013-03-03 Kenneth Graunkei965: Fix Crystal Well PCI IDs.
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 Brian Paulst/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP
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 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 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 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 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
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 Jordan Justenattrib: push/pop FRAGMENT_PROGRAM_ARB state
2013-02-28 Jordan Justentexobj: add verbose api trace messages to several routines
2013-02-26 Brian Paulst/mesa: remove some conditionals in update_raster_state()
2013-02-25 Eric Anholti965: Fix the W value of deprecated pointcoords on...
2013-02-25 Tapani Pällimesa/es: NULL check in EGLImageTargetTexture2DOES
2013-02-25 Tapani Pällimesa: add missing case in _mesa_GetTexParameterfv()
2013-02-23 Brian Paulst/mesa: fix debug_printf() format string warning
2013-02-22 Brian Paulst/mesa: fix polygon offset state translation logic
2013-02-22 Brian Paulst/mesa: check for dummy programs in destroy_program_va...
2013-02-22 Brian Paulst/mesa: fix trimming of GL_QUAD_STRIP
2013-02-22 Ian Romanicki965: Enable OpenGL ES 3.0 on Sandy Bridge
2013-02-22 Anuj Phogatmeta: Allocate texture before initializing texture...
2013-02-22 Eric Anholtmesa: Fix setup of ctx->Point.PointSprite for GLES2.
2013-02-22 Eric Anholti965/fs: Fix broken math on values loaded from uniform...
2013-02-21 Carl Worthi965: Avoid segfault in gen6_upload_state
2013-02-20 Paul Berryi965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
2013-02-20 Ian Romanickmesa: Don't install glEvalMesh in the beginend dispatch...
2013-02-20 Tapani Pälligles2: a stub implementation for GL_EXT_discard_framebuffer
2013-02-19 Eric Anholti965/fs: Enable CSE on uniform pull constant loads.
2013-02-19 Eric Anholti965/fs: Only do CSE when the dst types match.
2013-02-19 Eric Anholti965/fs: Delay setup of uniform loads until after pre...
2013-02-19 Eric Anholti965/fs: Fix copy propagation with smearing.
next