i965: Add a pile of comments to brw_queryobj.c.
[mesa.git] / src / mesa /
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.
2013-02-19 Eric Anholti965/fs: Add a bit more instruction dumping useful...
2013-02-19 Paul Berryi965: Remove unused userclip flags.
2013-02-19 Brian Paulst/mesa: implement glBitmap unpacking from a PBO, for...
2013-02-18 Marek Olšákst/mesa: remove what is left from u_blit
2013-02-18 Marek Olšákst/mesa: simplify and improve CopyTexSubImage
2013-02-18 Marek Olšákst/mesa: don't do sRGB conversion in CopyTexSubImage
2013-02-18 Marek Olšákst/mesa: implement blit-based TexImage and TexSubImage
2013-02-18 Marek Olšákst/mesa: fix blit-based GetTexImage for 1D array textures
2013-02-18 Marek Olšákst/mesa: fix blit-based GetTexImage for depth/stencil...
2013-02-18 Marek Olšákst/mesa: factor out code for determining blit.mask...
2013-02-16 Christopher James... i965: Fix leak in blorp CopyTexSubImage2D
2013-02-15 Matt Turnermesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV...
2013-02-15 Brian Paulst/mesa: fix format query for GL_ARB_texture_rg
2013-02-15 Eric Anholti965/fs: Do a general SEND dependency workaround for...
2013-02-14 Eric Anholti965/gen7: Set up all samplers even if samplers are...
2013-02-14 Marek Olšákst/mesa: try to find exact format matching user format...
2013-02-14 Eric Anholtintel: Allow blit readpixels even when the pack alignme...
2013-02-14 Eric Anholti965: Remove writemask support from brw_SAMPLE().
2013-02-14 Eric Anholti965/fs: Use a helper function for checking for flow...
2013-02-13 bmashaderapi: Fix AttachShader error
2013-02-13 Eric Anholti965: Re-enable the -RHW workaround for original gen4...
2013-02-13 Eric Anholti965/gen4: Work around missing sRGB RGB DXT1 support.
2013-02-13 Marek Olšákst/mesa: fix texture buffer objects
2013-02-13 Kenneth Graunkei965: Use derived state for Haswell's 3DSTATE_VF packet.
2013-02-13 Marek Olšákst/mesa: accelerate glGetTexImage for all formats using...
2013-02-12 Jordan JustenCopyTexImage: Don't check sRGB vs LINEAR for desktop GL
2013-02-12 Matt Turnerradeon: Remove dead STANDALONE_MMIO defines
2013-02-11 Kenneth Graunkei965: Add missing dirty bits to INTEL_DEBUG=state arrays.
2013-02-11 Kenneth Graunkei965: Reorganize brw_bits to match the order in brw_con...
2013-02-11 Kenneth Graunkei965: Use BRW_NEW_CONTEXT for gen7_disable rather than...
2013-02-11 Eric Anholtvbo: Merge GL_QUADS drawing requests in display lists.
2013-02-11 Eric Anholtvbo: Print display list debug using printf() like dlist...
2013-02-11 Eric Anholti965: Remove some stale comments about the brw_constant...
2013-02-11 Eric Anholti965: Simplify VS push constant upload code since remov...
2013-02-11 Eric Anholti965: Add perf debug for a corner case.
next