summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: lower CEILMarek Olšák2010-04-193-1/+33
* r300/compiler: enable branch emulation for vertex shadersMarek Olšák2010-04-191-21/+22
* r300/compiler: optimize CMP for vertex shaders a bitMarek Olšák2010-04-191-20/+9
* r300/compiler: Use memory_pool_array_reserve in deadcode eliminationNicolai Hähnle2010-04-191-13/+2
* r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emitNicolai Hähnle2010-04-191-17/+2
* r300/compiler: enable branch emulation for R500 fragment programsMarek Olšák2010-04-191-4/+13
* r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle2010-04-198-104/+512
* r300/compiler: Remove unnecessary header.Vinson Lee2010-04-171-2/+0
* r300/compiler: Add radeon_program_tex.c to SCons build.Vinson Lee2010-04-161-0/+1
* r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák2010-04-172-2/+19
* r300/compiler: replace mirrored-repeat emulation with a faster versionMarek Olšák2010-04-171-62/+65
* r300/compiler: add handy definitions for XYZ0 and smeared half swizzlingMarek Olšák2010-04-172-3/+5
* r300/compiler: make ARB_shadow_ambient optionalMarek Olšák2010-04-162-6/+16
* r300/compiler: restore r500-specific bits of TEX transformationsMarek Olšák2010-04-161-23/+40
* r300/compiler: Fix texture instruction readmasks.Corbin Simpson2010-04-163-7/+27
* r300/compiler: Fix magic numbers in readmasks.Corbin Simpson2010-04-161-3/+3
* r300/compiler: Oops, this slipped through.Corbin Simpson2010-04-161-2/+4
* r300/compiler: Save Q for mirror and repeat.Corbin Simpson2010-04-161-22/+20
* r300/compiler: Split off texture fixes to their own file.Corbin Simpson2010-04-168-555/+369
* r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák2010-04-161-6/+16
* r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák2010-04-153-3/+2
* r300/compiler: Hax around instructions limits in mirroring code.Corbin Simpson2010-04-121-0/+10
* r300/compiler: Comment code, add much better mirror maths.Corbin Simpson2010-04-122-29/+161
* r300/compiler: Implement texcoord repeat and mirror for NPOT.Corbin Simpson2010-04-113-12/+114
* r300/compiler: Add NPOT compatibility fields to external state.Corbin Simpson2010-04-111-2/+26
* r300/compiler: Remove unused variable.Vinson Lee2010-04-101-1/+0
* r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-053-5/+3
* r300 compiler: add target output debugging.Dave Airlie2010-04-031-3/+4
* r300/compiler: Unbreak DDX/DDY.Corbin Simpson2010-03-303-9/+23
* r300/compiler: Lower CMP for vertex programs.Corbin Simpson2010-03-261-0/+41
* r300/compiler: fix assertion failure in the r500-fragprog emission pathMarek Olšák2010-03-211-3/+2
* r300/compiler: Assert that array index is not negative.Vinson Lee2010-02-261-0/+2
* r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson2010-02-102-3/+14
* r300: fix compiler bugs introduced with MRT changes.Dave Airlie2010-02-031-2/+2
* r300compiler: Add MRT number to debugging output.Corbin Simpson2010-02-022-4/+4
* r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-026-10/+32
* radeon_compiler: include main/compiler.h for compiler portability macrosAlan Coopersmith2010-01-171-0/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-2/+4
|\
| * r300: Move initial declaration outside for loop.Vinson Lee2010-01-081-2/+4
* | r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák2010-01-063-5/+15
* | Make sure we use only signed/unsigned ints with bitfields.Michal Krol2010-01-063-13/+13
|/
* r300: Use C-style comments.Vinson Lee2010-01-031-15/+15
* r300: Silence 'mixed declarations and code' warnings.Vinson Lee2010-01-031-4/+7
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+2
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+3
* r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora2009-11-221-1/+1
* r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora2009-11-221-5/+5
* r300compiler: fix scons build againJoakim Sindholt2009-10-071-1/+8
* Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-071-0/+30
|\
| * r300g: fix scons buildJoakim Sindholt2009-10-051-0/+30