aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "i965: Use the fixed function GLSL program instead of the ARB program."Eric Anholt2011-03-122-5/+5
* r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák2011-03-121-1/+1
* r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák2011-03-121-3/+0
* r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2011-03-122-9/+0
* r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák2011-03-121-3/+8
* r300g: implement fragment color clamping in the shaderMarek Olšák2011-03-122-0/+23
* r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák2011-03-121-1/+5
* nouveau: Build fixAdam Jackson2011-03-111-0/+1
* r600: Build fixAdam Jackson2011-03-112-0/+2
* i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt2011-03-112-5/+5
* i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt2011-03-111-1/+1
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-1115-28/+36
* intel: Don't complain when getparam fails due to a missing param.Eric Anholt2011-03-091-1/+3
* i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson2011-03-092-42/+43
* r300/compiler: remove unused variablesMarek Olšák2011-03-081-1/+1
* r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák2011-03-081-18/+16
* r300/compiler: detect constants harderMarek Olšák2011-03-081-4/+8
* r300/compiler: improve the detection of constants for constant foldingMarek Olšák2011-03-081-0/+7
* r300/compiler: saturate Z before the shadow comparisonMarek Olšák2011-03-081-37/+44
* i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet2011-03-071-7/+15
* i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet2011-03-071-6/+5
* intel: check for miptree allocation failureChris Wilson2011-03-071-0/+2
* intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson2011-03-071-11/+11
* intel: Add some defense against bo allocation failureChris Wilson2011-03-071-7/+11
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-061-0/+3
* i965: Apply a workaround for the Ironlake "vertex flashing".Eric Anholt2011-03-041-1/+8
* i965: Fix extending VB packetsChris Wilson2011-03-041-2/+2
* i965: Handle URB_FENCE erratum for BroadwaterChris Wilson2011-03-041-0/+8
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-045-13/+22
* intel: Add couple of missing gen6 commands to decodeChris Wilson2011-03-041-0/+2
* i965: Prevent using a zero sized (or of unknown type) vertex arrayChris Wilson2011-03-041-5/+6
* i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai2011-03-032-4/+19
* i965: Maxinum the usage of urb space on SNB.Zou Nan hai2011-03-021-10/+6
* intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke2011-03-011-2/+11
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-014-8/+27
* i965: Undo 'continuation of vb packets'Chris Wilson2011-03-011-1/+1
* i965: Fix uploading of shortened vertex packetsChris Wilson2011-03-011-12/+13
* i965: Upload all vertices usedChris Wilson2011-03-012-31/+38
* Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke2011-03-011-1/+1
* i965: bump VS thread number to 60 on SNBZou Nan hai2011-03-012-2/+11
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-287-0/+7
* intel: Use the current context rather than last bound context for a drawable.Eric Anholt2011-02-261-1/+2
* i965/fs: Initial plumbing to support TXD.Kenneth Graunke2011-02-252-0/+14
* i965/fs: Complete TXL support on gen5+.Kenneth Graunke2011-02-251-0/+7
* i965/fs: Complete TXL support on gen4.Kenneth Graunke2011-02-251-0/+10
* i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke2011-02-251-1/+1
* i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke2011-02-251-0/+2
* i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke2011-02-241-1/+1
* intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts2011-02-243-22/+108
* i965: Remember to pack the constant blend color as floats into the batchChris Wilson2011-02-241-4/+4