i965: Enable uniform buffer objects on gen6+.
[mesa.git] / src / mesa / drivers / dri /
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
2012-07-20 Eric Anholti965/gen7: Increase the WM threads to hardware limits.
2012-07-20 Paul Berryi965/blorp: Use IMS layout when texturing from depth...
2012-07-20 Paul Berryi965/blorp: Loosen assertions in compute_msaa_layout_fo...
2012-07-20 Paul Berryi965/blorp: Configure SURFACE_STATE correctly for IMS...
2012-07-20 Paul Berryi965/blorp: Optimize manual_blend() for compressed...
2012-07-20 Paul Berryi965/blorp: Fix integer downsampling on Gen7.
2012-07-20 Paul Berryi965/blorp: Modify manual_blend() to avoid unnecessary...
2012-07-20 Paul Berryi965: Add support for AVG instruction.
2012-07-20 Paul Berryi965: Replace fs_visitor::kill_emitted with gl_fragment...
2012-07-20 Paul Berrymesa: Set gl_fragment_program::UsesKill in do_set_progr...
2012-07-19 Paul Berryi965: Avoid unnecessary recompiles for shaders that...
2012-07-19 Kenneth Graunkedrirc: Add disable_blend_func_extended workaround for...
2012-07-19 Kenneth Graunkei965: Add a driconf option to disable GL_ARB_blend_func...
2012-07-18 Eric Anholti965/fs: Make register spill/unspill only do the regs...
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-07-18 Eric Anholti965/fs: Replace usage is_tex() with regs_written(...
next