i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.
[mesa.git] / src / mesa /
2012-08-09 Eric Anholti965/vs: Convert EdgeFlagPointer values appropriately...
2012-08-09 Eric Anholti965/vs: Add comment noting copy_edgeflag state dependency.
2012-08-09 Eric Anholti965/vs: Add support for copying user edge flags.
2012-08-09 Olivier Galiberti965/fs: Fix the FS inputs setup when some SF outputs...
2012-08-09 Vinson Leest/mesa: Initialize tgsi_texture_offset Padding field.
2012-08-09 Tapani Pälliintel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
2012-08-09 Kenneth Graunkei965: Rework the extra flushes surrounding occlusion...
2012-08-08 Eric Anholti965/vs: Protect pow(x,y) MOV of y on gen4 from other...
2012-08-08 Eric Anholti965: Drop the confusing saturate argument to math...
2012-08-08 Eric Anholti965: Make brw_set_saturate() use stdbool.
2012-08-08 Eric Anholtmesa: In conditional rendering fallback, check the...
2012-08-08 Eric Anholtmesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.
2012-08-08 Kenneth Graunkei965: Use 64-bit writes for occlusion queries.
2012-08-08 Kenneth Graunkei965: Refactor depth count write PIPE_CONTROLs into...
2012-08-08 Kenneth Graunkei965: Emit a CS stall before timestamp writes.
2012-08-08 Kenneth Graunkei965: Use 64-bit writes for timestamp queries.
2012-08-08 Kenneth Graunkei965: Refactor timestamp write PIPE_CONTROLs into a...
2012-08-08 Kenneth Graunkeintel: Make the length for PIPE_CONTROL explicit.
2012-08-08 Brian Paulswrast: add missing switch case for API_OPENGL_CORE
2012-08-07 Eric Anholti965: Enable uniform buffer objects on gen6+.
2012-08-07 Eric Anholti965/vs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965/fs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT...
2012-08-07 Eric Anholti965/fs: Communicate the pull constant block read param...
2012-08-07 Eric Anholti965: Bind UBOs as surfaces like we do for pull constants.
2012-08-07 Eric Anholti965: Add an offset argument to constant buffer setup.
2012-08-07 Eric Anholtmesa: Add support for glUniformBlockBinding() in displa...
2012-08-07 Eric Anholtmesa: Unbind uniform buffer bindings on glDeleteBuffers().
2012-08-07 Eric Anholtmesa: Default to GL 3.1's limits on uniform blocks.
2012-08-07 Eric Anholtir_to_mesa: Don't whack the ->location field of uniform...
2012-08-07 Eric Anholtmesa: Make glBindBufferBase/glBindBufferRange() work...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-08-07 Eric Anholtintel: Fix compiler warnings from winsys msaa.
2012-08-07 Chad Versaceintel: Advertise multisample DRI2 configs on gen >= 6
2012-08-07 Chad Versaceintel: Clarify intel_screen_make_configs
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-08-07 Chad Versaceintel: Refactor creation of DRI2 configs
2012-08-07 Chad Versaceintel: Downsample on DRI2 flush
2012-08-07 Chad Versaceintel: Support mapping multisample miptrees
2012-08-07 Chad Versaceintel: Refactor use of intel_miptree_map
2012-08-07 Chad Versaceintel: Refactor intel_miptree_map/unmap
2012-08-07 Chad Versacei965: Mark needed downsamples for msaa winsys buffers
2012-08-07 Chad Versaceintel: Define functions for up/downsampling on miptrees
2012-08-07 Chad Versacei965: Add function brw_blorp_blit_miptrees
2012-08-07 Chad Versaceintel: Allocate miptree for multisample DRI2 buffers
2012-08-07 Chad Versaceintel: Refactor creation of hiz and mcs miptrees
2012-08-07 Chad Versaceintel: Set num samples for winsys renderbuffers
2012-08-07 Chad Versaceintel: Refactor quantize_num_samples
2012-08-07 Chad Versaceintel: Update stale comment for intel_miptree_slice...
2012-08-07 Paulo Zanonii965: add more Haswell PCI IDs
2012-08-07 Vinson Leest/mesa: Fix a potential memory leak in get_mesa_program.
2012-08-06 Ian Romanickdri2: Fix bug in attribute handling for non-desktop...
2012-08-06 Kenneth Graunkei965: Allocate dummy slots for point sprites before...
2012-08-06 Kenneth Graunkei965/vs: Don't clobber sampler message MRFs with subexp...
2012-08-06 Kenneth Graunkei965/fs: Don't clobber sampler message MRFs with subexp...
2012-08-06 Kenneth Graunkei965/fs: Factor out texcoord setup into a helper function.
2012-08-06 Kenneth Graunkei965/fs: Move message header and texture offset setup...
2012-08-06 Brian Paulst/mesa: merge fragment/vertex sampler update code
2012-08-06 Brian Paulst/mesa: massage update_vertex_samplers() code
2012-08-06 Brian Paulst/mesa: merge fragment/vertex texture update code
2012-08-06 Brian Paulst/mesa: massage the update_vertex_textures() code
2012-08-06 Brian Paulst/mesa: rename some vertex/fragment state fields for...
2012-08-05 Vinson Leemesa: Fix off-by-one error in Parse_TextureImageId.
2012-08-04 Marek Olšákgallium: set sample mask to ~0 for clear, blit and...
2012-08-03 Brian Paulgallium: consolidate CSO sampler and sampler_view functions
2012-08-03 Vinson Leest/mesa: Ensure dst in compile_instruction is initialized.
2012-08-02 Brian Paulmesa: fix default_access_mode() result for ES2
2012-08-02 Brian Paulmesa: default_access_mode() returns a GLbitfield, not...
2012-08-01 Pauli Nieminenmeta: Use sampler object in framebuffer blit
2012-08-01 Pauli Nieminenmeta: Add sampler object to texture decompression
2012-08-01 Pauli Nieminenmesa: Allow meta module to call sampler functions
2012-08-01 Pauli Nieminenswrast: Support sampler object for texture fetching...
2012-08-01 Pauli Nieminenmesa: Make ARB_sampler_objects mandatory
2012-08-01 Pauli Nieminenmesa/program: Use sampler object state if present
2012-08-01 Pauli Nieminenmesa/ff_shader: Fix sampler state reading
2012-08-01 Pauli Nieminenradeon&r200: Add support for ARB_sampler_objects
2012-08-01 Pauli Nieminenradeon: Fix printf format not to warn in 64bit
2012-08-01 Pauli Nieminennouveau: Add support for ARB_sampler_objects
2012-08-01 Pauli Nieminenmesa/samplerobj: Support EXT_texture_sRGB_decode
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-08-01 Paul Berryi965/msaa: Allow GL_SAMPLES to be set to 1 prior to...
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-08-01 Chad Versaceintel: Use consistent pattern in intelCreateBuffer
2012-08-01 Chad Versaceintel: Decrease nesting level in intelCreateBuffer
2012-08-01 Chad Versaceintel: Remove dead code in intelAllocateBuffer
2012-08-01 Christoph BumillerRevert "gallium: specify resource_resolve destination...
2012-08-01 Roland Scheideggerr200: get rid of dubious aux scissor bits
2012-08-01 Roland Scheideggerradeon/r200: get rid of some unneeded cliprect/scissor...
2012-08-01 Roland Scheideggerr200: get rid of old gart memory functions from old...
2012-08-01 Roland Scheideggerradeon/r200: fix bogus clears
2012-08-01 Roland Scheideggerradeon/r200: fix bogus assert/scissor wrt width/height...
2012-07-31 Eric Anholtmesa: Return -1 for glGetUniformLocation on UBOs.
2012-07-31 Eric Anholtmesa: Add support for GL_ARB_ubo's glGetActiveUniformNa...
2012-07-31 Eric Anholtmesa: Add support for most of the other pnames of glGet...
2012-07-31 Eric Anholtmesa: Add support for getting active uniform block...
2012-07-31 Eric Anholtmesa: Add support for glUniformBlockBinding() and the...
2012-07-31 Eric Anholtmesa: Add support for glGetProgramiv pnames for UBOs.
2012-07-31 Eric Anholti965: Add support for GL_SKIP_DECODE_EXT on other SRGB...
2012-07-31 Kenneth Graunkemesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION...
next