aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_fragprog_common.c
Commit message (Expand)AuthorAgeFilesLines
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-281-310/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-2/+2
* r300c: fix build since last r300g commitDave Airlie2011-04-051-1/+1
* r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer2011-02-031-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* r300g,r300c: memset the compiler struct to zerosMarek Olšák2010-09-051-0/+1
* r300g: add a new debug option which disables compiler optimizationsMarek Olšák2010-09-041-0/+1
* r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák2010-09-041-0/+1
* r300/compiler: add new compiler parameter max_constantsMarek Olšák2010-09-041-0/+1
* r300/compiler: add new compiler parameter max_alu_instsMarek Olšák2010-09-041-0/+1
* r300: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák2010-05-261-3/+3
* r300/compiler: shorten RC_*SWIZZLE* expressionsMarek Olšák2010-05-081-1/+1
* r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák2010-05-081-5/+5
* r300/compiler: make ARB_shadow_ambient optionalMarek Olšák2010-04-161-0/+1
* r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-051-0/+1
* r300: clean fog_attr/wpos_attr if code accessing these attributes has been re...Maciej Cencora2010-03-241-0/+13
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-1/+1
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-191-1/+1
* r300: fix compiler bugs introduced with MRT changes.Dave Airlie2010-02-031-0/+1
* r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\
| * r300: Remove unnecessary headers.Vinson Lee2010-01-231-2/+0
* | r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák2010-01-061-1/+1
|/
* Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-071-0/+13
|\
| * r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle2009-10-031-0/+13
* | Merge branch 'master' into r300-compilerNicolai Hähnle2009-10-031-2/+16
|\|
| * r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora2009-09-231-2/+16
* | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-061-1/+1
|\|
| * r300: Convert to shared debug code.Pauli Nieminen2009-08-311-1/+1
* | r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-301-2/+2
* | r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle2009-08-301-1/+2
|/
* r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle2009-08-271-2/+2
* r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle2009-07-291-3/+4
* r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle2009-07-271-11/+10
* r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle2009-07-271-0/+48
* r300/fragprog: Move some of the attribute handling out of the compilerNicolai Hähnle2009-07-271-0/+69
* r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle2009-07-271-2/+9
* r300/compiler: Lay groundwork for better error handlingNicolai Hähnle2009-07-271-2/+2
* r300: Reduce include dependenciesNicolai Hähnle2009-07-271-0/+2
* r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle2009-07-271-1/+1
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-271-2/+5
* r300: Remove some unnecessary includesNicolai Hähnle2009-07-271-6/+0
* r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle2009-07-271-6/+8
* r300: Remove GLcontext from r300_fragment_program_compilerNicolai Hähnle2009-07-271-1/+0
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-270/+10
* r300: Fix fogcoord rewritingNicolai Hähnle2009-07-131-1/+13