aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-173-12/+0
* i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke2011-03-164-11/+11
* i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.Kenneth Graunke2011-03-162-9/+9
* i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.Kenneth Graunke2011-03-163-17/+17
* i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt2011-03-153-0/+13
* i965: Do our lowering passes before the loop of optimization.Eric Anholt2011-03-151-10/+8
* i965: Enable texture lookups whose return type is 'float'Kenneth Graunke2011-03-141-1/+4
* i965: Fix tex_swizzle when depth mode is GL_REDChad Versace2011-03-141-1/+2
* i965: Remove dead assignmentChad Versace2011-03-141-2/+0
* 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-285-0/+5