summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | i965: Turn SF unit and viewport structs into pointers to prep for streaming.Eric Anholt2011-04-111-69/+70
|/
* Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only stringAlan Coopersmith2011-04-081-1/+19
* i965/fs: Remove broken optimization for live intervals in loops.Eric Anholt2011-04-081-4/+2
* i965: clear global offset to zero in m0.2 for VS DP read.Zou Nan hai2011-04-071-0/+9
* r300/compiler: Don't try to convert RGB to Alpha in full instructionsTom Stellard2011-04-061-1/+2
* dri: Remove driver date from renderer stringIan Romanick2011-04-0516-50/+14
* r300/compiler: Fix vertex shader MAD instructions with constant swizzlesTom Stellard2011-04-051-0/+18
* r300c: fix build since last r300g commitDave Airlie2011-04-051-1/+1
* r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák2011-04-052-6/+60
* r300/compiler: implement the CND opcodeMarek Olšák2011-04-056-1/+16
* r300/compiler: set the MSB of ADDR for inline constantsMarek Olšák2011-04-051-2/+5
* i965: Add the missing supportable EXT_texture_snorm formatsIan Romanick2011-04-042-0/+9
* r300/compiler: apply the texture swizzle to shadow pass and fail values tooMarek Olšák2011-04-041-8/+20
* r300/compiler: propagate SaturateMode down to the result of shadow comparisonMarek Olšák2011-04-041-0/+3
* r600c: add new ontario pci idsAlex Deucher2011-04-042-0/+4
* Revert "r300/compiler: Remove obsolete compiler passes"Tom Stellard2011-04-027-0/+415
* 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