aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600c: add big endian support for r6xx/r7xxCédric Cano2011-04-1911-50/+508
* r200: enable some extensionsMarek Olšák2011-04-191-2/+10
* r300/compiler: Fix dataflow analysis bug with ELSE blocksTom Stellard2011-04-181-0/+7
* i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke2011-04-183-46/+37
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-183-19/+25
* intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().Eric Anholt2011-04-181-0/+2
* Revert "intel: Add spans code for the ARB_texture_rg support."Eric Anholt2011-04-181-122/+0
* intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.Eric Anholt2011-04-181-25/+4
* intel: Use Mesa core's renderbuffer accessors for depth.Eric Anholt2011-04-181-33/+15
* intel: Use _mesa_base_tex_format for FBO texture attachments.Eric Anholt2011-04-181-1/+1
* i965: Quit spamming gen6 DP read/write send instructions with gen5 bits.Eric Anholt2011-04-171-6/+0
* i965/fs: Add gen6 register spilling support.Eric Anholt2011-04-175-31/+58
* r300/compiler: Fix incorrect presubtract conversionTom Stellard2011-04-161-0/+24
* Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"Marek Olšák2011-04-151-2/+1
* mesa: finish up ARB_texture_floatMarek Olšák2011-04-152-2/+0
* i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt2011-04-134-0/+16
* i965/fs: Constant-fold immediates in src0 of CMP instructions.Eric Anholt2011-04-133-0/+45
* i965: Change assertion condition from implicit to explicitChad Versace2011-04-121-2/+1
* i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINTChad Versace2011-04-121-0/+1
* i965: Document brw_context.state.depth_regionChad Versace2011-04-122-1/+23
* i965: Remove unnecessary release/reference of brw_context.state.depth_regionChad Versace2011-04-121-6/+4
* i965: Add comments about URB size units and limits.Kenneth Graunke2011-04-122-4/+10
* i965: Never enable the GS on Gen6.Kenneth Graunke2011-04-121-32/+16
* Revert "i965: Reinstate max-index paranoia"Chris Wilson2011-04-121-1/+1
* nouveau_vieux: fix build since sampler objects mergeDave Airlie2011-04-123-12/+12
* r600: silence various compiler warningsBrian Paul2011-04-117-10/+19
* Merge branch 'arb_sampler_objects'Brian Paul2011-04-1134-228/+232
|\
| * mesa: fixup r600 DRI driver for sampler object changesBrian Paul2011-04-114-26/+26
| * mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-1034-218/+222
* | Revert "i965: clear global offset to zero in m0.2 for VS DP read."Zou Nan hai2011-04-121-9/+0
* | i965: Remove hint_gs_always and resulting dead codeIan Romanick2011-04-113-76/+13
* | intel: Fix ROUND_DOWN_TO macroIan Romanick2011-04-111-3/+27
* | i965: Move the SF VP from state caching to state streaming.Eric Anholt2011-04-113-8/+17
* | i965: Change the SF unit from state caching to state streaming.Eric Anholt2011-04-113-107/+45
* | 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