Allow RBUG to start blocked
[mesa.git] / src / mesa / drivers /
2011-09-23 Yuanhan Liuintel: fix the wrong code to detect null texture.
2011-09-23 Yuanhan Liui965: fix the constant interp bitmask for flat mode
2011-09-22 Eric Anholtintel: Unindent the blit call in PBO blit uploads.
2011-09-22 Eric Anholtintel: Drop gratuitous flush in PBO blit upload.
2011-09-22 Eric Anholtintel: Clean up check_pbo_format to ignore internalFormat.
2011-09-22 Eric Anholtintel: Move more of the PBO blit upload logic into...
2011-09-22 Eric Anholtintel: Remove stale comment about non-intel gl_buffer_o...
2011-09-22 Eric Anholtintel: Remove the pbo zero-copy code.
2011-09-22 Eric Anholtintel: Remove extra FreeTextureImageBuffer() from glTex...
2011-09-22 Eric Anholti965: Add support for GL_EXT_packed_float.
2011-09-22 Eric Anholti965: Add support for GL_EXT_texture_shared_exponent.
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-21 Eric Anholtmeta: Don't hang on to program refcounts after metaops...
2011-09-21 Eric Anholti965/vs: Return a dummy value when visiting ir_texture.
2011-09-21 Eric Anholti965/gen6+: When only BFC is written, use BFC as the...
2011-09-21 Eric Anholti965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag...
2011-09-21 Brian Paulmeta: use _mesa_set_enable() in more places
2011-09-21 Brian Paulmeta: use _mesa_set_enable(), fix decompress_texture_im...
2011-09-21 Brian Paulmeta: fix broken sRGB mipmap generation
2011-09-21 Brian Paulmesa: move last bits of GLchan stuff into swrast
2011-09-21 Brian Paulradeon: use _mesa_unclamped_float_rgba_to_ubyte()
2011-09-21 Brian Paulr200: use _mesa_unclamped_float_rgba_to_ubyte()
2011-09-20 Paul Berryi965: Remove bogus assertion on MAX_CLIP_PLANES.
2011-09-20 Eric Anholti965/vs: Add support for compute-to-MRF.
2011-09-20 Eric Anholti965/vs: Do VUE writes using the MRF file instead of...
2011-09-20 Eric Anholti965/vs: Handle destinations in the MRF file.
2011-09-20 Eric Anholti965/vs: Add a function for how many MRFs get written...
2011-09-20 Eric Anholti965/vs: Remove dead fields of src_reg.
2011-09-20 Eric Anholti965/vs: Add support for simple algebraic optimizations.
2011-09-20 Eric Anholti965: Fix polygon stipple offset state flagging.
2011-09-20 Eric Anholti965: Add missing _NEW_POLYGON flag to polygon stipple...
2011-09-20 Eric Anholti965: Fix compiler warnings.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Gen4.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ivybridge.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-09-19 Ian Romanickmesa: Replace _mesa_rgba_logicop_enabled(ctx) with...
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-19 Paul Berryi965 new VS: Fix copy propagation of double negatives.
2011-09-17 Brian Paulmesa: plug in swrast texture image alloc/free functions
2011-09-17 Brian Paulswrast: plug in _swrast_new/delete_texture_image()...
2011-09-17 Brian Paulradeon: make radeon_texture_image a subclass of swrast_...
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-17 Brian Paulmesa: move software texel fetch code into swrast
2011-09-17 Brian Paulmeta: fix/add checks for GL_EXT_framebuffer_sRGB
2011-09-15 Eugeni DodonovChange strerror(ret) to strerror(-ret).
2011-09-14 Andrew DeasonDRI: Log something if we don't support legacy DRI
2011-09-14 Dave Airliemesa/colormac: introduce inline helper for 4 unclamped...
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-09 Ian Romanickdri: Remove all extension enabling utility functions
2011-09-09 Ian Romanickswrast-dri: Remove call to driInitExtensions
2011-09-09 Ian Romanickradeon: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr600: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr300: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr200: Enable extensions by just setting the flags
2011-09-09 Ian Romanicknouveau: Enable extensions by just setting the flags
2011-09-09 Ian Romanickintel: Move S3TC extension enable bits to intel_extensi...
2011-09-09 Ian Romanickintel: Enable extensions by just setting the flags
2011-09-09 Ian Romanickspantmp2: Silence many "warning: unused parameter ...
2011-09-09 Ian Romanickswrast-dri: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickdri: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickdri_util: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "intel/intel_fbo.h:105:4: warning: compa...
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘depth0’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘target’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘fb’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘intel’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence many "intel_batchbuffer.h:97:39: warning...
2011-09-09 Brian Paulnouveau: remove target parameter from nouveau_bufferobj...
2011-09-09 Eric Anholti965/vs: Allow copy propagation on GRFs.
2011-09-09 Eric Anholti965/vs: Clear tracked copy propagation values whose...
2011-09-09 Eric Anholti965/vs: Add support for copy propagation of the UNIFOR...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.
2011-09-09 Eric Anholti965/vs: Keep track of indices into a per-register...
2011-09-09 Eric Anholti965/vs: Switch to the new VS backend by default.
2011-09-09 Eric Anholti965/vs: Add support for overflowing the number of...
2011-09-09 Eric Anholti965/vs: Pack uniform registers before optimization
2011-09-09 Eric Anholti965/vs: When failing due to lack of spilling, don...
2011-09-09 Eric Anholti965/vs: Fix variable indexed array access with more...
2011-09-09 Eric Anholti965/vs: Add annotation to more of the URB write.
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-09-09 Brian Paulmeta: added _mesa_meta_GetTexImage()
2011-09-09 Brian Paulmeta: move texcoord setup into setup_texture_coords()
2011-09-07 Kenneth Graunkei965/fs: Implement ir_u2f opcode.
2011-09-07 Kenneth Graunkei965: Fix disassembly for intdiv/intmod math functions.
2011-09-07 Kenneth Graunkei965: Use proper texture alignment units for cubemaps...
2011-09-07 Eric Anholti965/vs: Fix point size handling on gen4.
2011-09-07 Eric Anholti965/vs: Use write commits on scratch writes in pre...
2011-09-07 Eric Anholti965/vs: Fix setup of scratch space pointer on pre...
2011-09-07 Eric Anholti965/vs: Fix message setup for array read/writes on...
2011-09-07 Eric Anholti965/vs: Fix constant-indexed array read/write addresse...
2011-09-07 Eric Anholti965/vs: Add support for vector comparison ops resultin...
2011-09-07 Eric Anholti965/vs: Make pre-gen6 math operate in vector mode...
2011-09-07 Eric Anholti965/vs: Fix copy-and-paste disaster in pre-gen6 POW...
2011-09-07 Eric Anholti965/vs: Fix gen4 comparisons used for predication.
2011-09-07 Eric Anholti965/vs: Fix GPU hangs in shaders with large virtual...
next