summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2011-03-11i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt
2011-03-11i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-03-09intel: Don't complain when getparam fails due to a missing param.Eric Anholt
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson
2011-03-08r300/compiler: remove unused variablesMarek Olšák
2011-03-08r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák
2011-03-08r300/compiler: detect constants harderMarek Olšák
2011-03-08r300/compiler: improve the detection of constants for constant foldingMarek Olšák
2011-03-08r300/compiler: saturate Z before the shadow comparisonMarek Olšák
2011-03-07i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet
2011-03-07i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet
2011-03-07intel: check for miptree allocation failureChris Wilson
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson
2011-03-07intel: Add some defense against bo allocation failureChris Wilson
2011-03-06glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie
2011-03-04i965: Apply a workaround for the Ironlake "vertex flashing".Eric Anholt
2011-03-04i965: Fix extending VB packetsChris Wilson
2011-03-04i965: Handle URB_FENCE erratum for BroadwaterChris Wilson
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson
2011-03-04intel: Add couple of missing gen6 commands to decodeChris Wilson
2011-03-04i965: Prevent using a zero sized (or of unknown type) vertex arrayChris Wilson
2011-03-03i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai
2011-03-02i965: Maxinum the usage of urb space on SNB.Zou Nan hai
2011-03-01intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke
2011-03-01i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson
2011-03-01i965: Undo 'continuation of vb packets'Chris Wilson
2011-03-01i965: Fix uploading of shortened vertex packetsChris Wilson
2011-03-01i965: Upload all vertices usedChris Wilson
2011-03-01Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke
2011-03-01i965: bump VS thread number to 60 on SNBZou Nan hai
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-26intel: Use the current context rather than last bound context for a drawable.Eric Anholt
2011-02-25i965/fs: Initial plumbing to support TXD.Kenneth Graunke
2011-02-25i965/fs: Complete TXL support on gen5+.Kenneth Graunke
2011-02-25i965/fs: Complete TXL support on gen4.Kenneth Graunke
2011-02-25i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke
2011-02-25i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke
2011-02-24i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts
2011-02-24i965: Remember to pack the constant blend color as floats into the batchChris Wilson
2011-02-24intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson
2011-02-24i965: Unmap the correct pointer after discontiguous uploadChris Wilson
2011-02-24intel: Protect against waiting on a NULL render target boChris Wilson
2011-02-23intel: gen3 is particular sensitive to batch sizeChris Wilson
2011-02-23i915: And remember assign the new value to the state reg...Chris Wilson
2011-02-22xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner
2011-02-22i965: Increase Sandybridge point size clamp.Kenneth Graunke
2011-02-22i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.Kenneth Graunke
2011-02-22i965/fs: Refactor control flow stack handling.Kenneth Graunke