summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)AuthorFilesLines
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-4/+5
2011-06-02r300: remove MIN3 macro, already defined in macros.hBrian Paul1-1/+0
2011-05-28r300g: Fix non-dri buildsTom Stellard2-1/+7
2011-05-19r300: move declaration before codeBrian Paul1-1/+1
2011-05-17r300/compiler: Fix bug in rc_get_variables()Tom Stellard1-45/+13
2011-05-14r300/compiler: Use ALU Result for IF conditionalsTom Stellard6-20/+212
2011-05-11r300/compiler: Fix bug in rc_get_variables()Tom Stellard1-7/+11
2011-05-11r300/compiler: Limit instructions to 3 source selectsTom Stellard4-39/+104
2011-05-11r300/compiler: Add simple unit test frameworkTom Stellard7-0/+579
2011-05-09r300/compiler: align memory allocations to 8-bytesMatt Turner1-1/+1
2011-05-09r300c: Fix up for register allocator rewrite.Michel Dänzer2-0/+2
2011-05-07r300/compiler: implement TXD and TXL opcodesMarek Olšák5-0/+52
2011-05-01r300/compiler: remove set-but-unused variablesMarek Olšák2-5/+1
2011-04-30r300/compiler: Cleanups from the regalloc mergeTom Stellard3-8/+4
2011-04-30r300/compiler: Add return statement to rc_list()Tom Stellard1-0/+2
2011-04-30r300g: Fix scons buildTom Stellard1-0/+1
2011-04-30r300/compiler: Enable swizzle packing in the allocator for r300 and r400Tom Stellard6-41/+120
2011-04-30r300/compiler: Handle loops in the register allocatorTom Stellard4-19/+103
2011-04-30r300/compiler: Handle loops in rc_get_readers()Tom Stellard4-75/+150
2011-04-30r300/compiler: Rewrite register allocatorTom Stellard18-236/+1547
2011-04-30r300/compiler: Use RC_MASK_W when converting RGB to Alpha instructionsTom Stellard1-1/+1
2011-04-30r300/compiler: rc_reader_data: Add ExitOnAbort flagTom Stellard5-3/+10
2011-04-30r300/compiler: Add more info to struct rc_readerTom Stellard5-16/+41
2011-04-30r300/compiler: Add remove dead sources passTom Stellard5-0/+66
2011-04-22r300/compiler: fix up error messageMarek Olšák1-2/+2
2011-04-21mesa: Kill gl_fragment_program::FogOption with fireIan Romanick1-2/+0
2011-04-18r300/compiler: Fix dataflow analysis bug with ELSE blocksTom Stellard1-0/+7
2011-04-16r300/compiler: Fix incorrect presubtract conversionTom Stellard1-0/+24
2011-04-15Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"Marek Olšák1-2/+1
2011-04-15mesa: finish up ARB_texture_floatMarek Olšák1-1/+0
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul4-13/+15
2011-04-06r300/compiler: Don't try to convert RGB to Alpha in full instructionsTom Stellard1-1/+2
2011-04-05r300/compiler: Fix vertex shader MAD instructions with constant swizzlesTom Stellard1-0/+18
2011-04-05r300c: fix build since last r300g commitDave Airlie1-1/+1
2011-04-05r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák2-6/+60
2011-04-05r300/compiler: implement the CND opcodeMarek Olšák6-1/+16
2011-04-05r300/compiler: set the MSB of ADDR for inline constantsMarek Olšák1-2/+5
2011-04-04r300/compiler: apply the texture swizzle to shadow pass and fail values tooMarek Olšák1-8/+20
2011-04-04r300/compiler: propagate SaturateMode down to the result of shadow comparisonMarek Olšák1-0/+3
2011-04-02Revert "r300/compiler: Remove obsolete compiler passes"Tom Stellard7-0/+415
2011-03-31r300/compiler: Remove obsolete compiler passesTom Stellard7-415/+0
2011-03-18r300/compiler: Use a 4-bit writemask in pair instructionsTom Stellard3-3/+4
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák1-1/+1
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák1-3/+0
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2-9/+0
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák1-3/+8
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák2-0/+23
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák1-1/+5
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-3/+3
2011-03-08r300/compiler: remove unused variablesMarek Olšák1-1/+1