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