i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.
[mesa.git] / src / mesa / drivers / dri /
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 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 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 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-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-01 Pauli Nieminenmesa: Make ARB_sampler_objects mandatory
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: 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 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 Anholti965: Add support for GL_SKIP_DECODE_EXT on other SRGB...
2012-07-30 Jordan Justenintel: add support for using API_OPENGL_CORE
2012-07-30 Kenneth Graunkei965: Support MESA_FORMAT_SIGNED_RGBA_16.
2012-07-27 Brian Paulradeon: fix 'sowftware' typo
2012-07-27 Eric Anholti965/gen7: Reduce GT1 WM thread count according to...
2012-07-27 Kenneth Graunkei965: Fix typo in shader channel select field name.
2012-07-27 Paul Berryi965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
2012-07-27 Zou Nan haiintel: increase wm thread number to 80 on gen6 GT2
2012-07-26 Paul Berryi965/msaa: use ROUND_DOWN_TO macro.
2012-07-26 Brian Paulradeon: fix Base/base typo
2012-07-26 Brian Paulradeon: set swrast_renderbuffer::ColorType field when...
2012-07-26 Paul Berryi965: Use sendc for all render target writes on Gen6+.
2012-07-26 Paul Berryi965/msaa: Remove TODO comments that are no longer...
2012-07-26 Paul Berryintel: Make more consistent use of _mesa_is_{user,winsy...
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-24 Paul Berryi965/msaa: Switch on 8x MSAA for Gen7.
2012-07-24 Paul Berryi965/msaa: Adjust MCS buffer allocation for 8x MSAA.
2012-07-24 Paul Berryi965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK...
2012-07-24 Paul Berryi965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x...
2012-07-24 Paul Berryi965/blorp: Encode and decode IMS format for 8x MSAA...
2012-07-24 Paul Berryi965/blorp: Compute sample number correctly for 8x...
2012-07-24 Paul Berryi965/blorp: Properly adjust primitive size for 8x MSAA.
2012-07-24 Paul Berryi965/blorp: Parameterize manual_blend() by num_samples.
2012-07-24 Paul Berryi965/msaa: Remove comment about falsely claiming to...
2012-07-24 Paul Berryi965/blorp: Handle DrawBuffers properly.
2012-07-24 Paul Berryi965/blorp: Rearrange order of blit validation and...
2012-07-24 Paul Berryi965/blorp: Don't fall back to swrast when miptrees...
2012-07-24 Paul Berryi965/blorp: Fixup scissoring of blits to window system...
2012-07-24 Paul Berryi965/blorp: Simplify check that src/dst width/height...
2012-07-24 Paul Berryi965/msaa: Work around problems with null render target...
2012-07-24 Paul Berryi965: Set width, height, and tiling properly for null...
2012-07-24 Paul Berryi965/msaa: Control multisampling behaviour via the...
2012-07-24 Jordan Justenintel: move error on create context to proper path
2012-07-24 Brian Paulnouveau: include glformats.h to get missing prototype
2012-07-24 Brian Paulmesa: move some format helper functions to glformats.c
2012-07-20 Chad Versacei830: Fix stack corruption
next