aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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