aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Switch W and 1/W in Sandybridge interpolation setup.Kenneth Graunke2011-04-021-4/+4
* i965: Fix null register use in Sandybridge implied move resolution.Kenneth Graunke2011-04-031-9/+8
* i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.Eric Anholt2011-04-013-4/+13
* r300/compiler: Remove obsolete compiler passesTom Stellard2011-03-317-415/+0
* intel: Fix regression in clear_with_blit from 7bae1c3dChris Wilson2011-03-311-11/+12
* intel: Remove the unrelaxed relocation assertionChris Wilson2011-03-301-4/+0
* intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson2011-03-301-1/+9
* Revert "intel: Add some defense against buffer allocation failure for subimag...Chris Wilson2011-03-301-11/+11
* intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.Kenneth Graunke2011-03-291-8/+7
* mesa: Fix ugly indentation left from previous commitIan Romanick2011-03-291-23/+21
* glsl: Calcluate Mesa state slots in front-end instead of back-endIan Romanick2011-03-291-31/+6
* intel: fix buildMarek Olšák2011-03-292-2/+2
* intel: Protect intel_clear_with_blit from failed buffer allocationsChris Wilson2011-03-291-10/+11
* i965: Avoid name clash of loop counter and memberChris Wilson2011-03-291-5/+5
* i915: Detect allocation failure of batch bufferChris Wilson2011-03-291-0/+4
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-292-2/+2
* i965: Resolve implied moves in brw_dp_READ_4_vs_relative.Kenneth Graunke2011-03-291-1/+3
* i965: Refactor Sandybridge implied move handling.Kenneth Graunke2011-03-291-36/+32
* intel: Don't leak the tex object miptree when replacing itIan Romanick2011-03-281-1/+3
* i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.Kenneth Graunke2011-03-261-3/+5
* i965/fs: Use different name for inner loop counterIan Romanick2011-03-251-2/+2
* i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.Eric Anholt2011-03-243-18/+36
* i965/fs: Clean up reg_undef args from long ago lack of fs_inst overloads.Eric Anholt2011-03-241-2/+2
* i965/fs: Clean up the emit calls by introducing emit() overload helpers.Eric Anholt2011-03-242-223/+203
* radeon: use C99 style in macros with variable argumentsIain Hibbert2011-03-241-8/+8
* radeon: reorder #includes to silence warningsBrian Paul2011-03-241-4/+4
* r128: fix an old annoying warningBrian Paul2011-03-241-2/+2
* radeon: fix radeon_create_image_from_name() wrong parameter typeBrian Paul2011-03-241-3/+3
* r300/compiler: Use a 4-bit writemask in pair instructionsTom Stellard2011-03-183-3/+4
* nouveau: Fix serious compiler warningsJohannes Obermayr2011-03-181-0/+1
* 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
* mesa: add NV_texture_barrierMarek Olšák2011-03-151-0/+3
* 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