summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-451/+0
2009-06-11r300: hw doesn't support saturation for tex instructionsMaciej Cencora1-0/+3
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie1-2/+2
2009-04-19r300: cleanup includesMaciej Cencora1-5/+2
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora1-243/+1
2009-04-19r300: more r300/r500 unificationMaciej Cencora1-3/+1
2009-04-19r300: more prepare for mergeMaciej Cencora1-5/+5
2009-04-19r300: further r300/r500 merge preparationMaciej Cencora1-1/+1
2009-04-19r300: merge r300/r500 fragment program compiler structureMaciej Cencora1-1/+1
2009-04-19r300: merge r300/r500 fragment program structuresMaciej Cencora1-10/+8
2009-04-19r300: r300/r500 fp shader merge WIPMaciej Cencora1-24/+22
2009-04-17r300: cleanup frag prog setup a littleMaciej Cencora1-3/+3
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-2/+2
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-2/+2
2009-02-14r300: Redirect constant TEX coordinatesNicolai Haehnle1-0/+13
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle1-8/+29
2008-07-12r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle1-32/+29
2008-07-06r300_fragprog: Emulate trigonometric functions in radeon_program_aluNicolai Haehnle1-2/+3
2008-07-06r300: Allow adding parameters during fragprog transform, share LIT codeNicolai Haehnle1-5/+13
2008-07-05r300: Correctly scan for used temporary registersNicolai Haehnle1-14/+14
2008-07-05r300: Remove clause stuff for now in favour of a cloned generic gl_programNicolai Haehnle1-30/+25
2008-07-04r300: Fix depth texture in compare modeNicolai Haehnle1-23/+34
2008-06-14r300: Add radeonTransformALU and fix a bug in r300_fragprog DPHNicolai Haehnle1-3/+6
2008-06-14r300_fragprog: Use less complex instructionsNicolai Haehnle1-28/+10
2008-06-14r300: Implement GL_ARB_shadow and GL_EXT_shadow_funcsNicolai Haehnle1-1/+121
2008-06-14r300: Add radeonCompilerDump for debuggingNicolai Haehnle1-0/+5
2008-06-14r300_fragprog: Refactor TEX transformationNicolai Haehnle1-0/+131
2008-06-14r300: Add radeon_program and trivial refactoring of r300_fragprog to use itNicolai Haehnle1-2202/+49
2008-06-14r300: Do not include r300_fragprog.h from r300_context.h and other cleanupsNicolai Haehnle1-26/+8
2008-06-14r300_fragprog: Remove dead declarations, move NOP declarations into sourceNicolai Haehnle1-0/+20
2008-06-14r300_fragprog: Refactoring and cleanupNicolai Haehnle1-353/+364
2008-06-14r300_fragprog: Remove dead codeNicolai Haehnle1-10/+0
2008-06-13r300/r500: Separate fragprog compiler structuresNicolai Haehnle1-8/+84
2008-06-01r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)Nicolai Haehnle1-0/+2
2008-06-01[r300] Fix KIL instruction and swizzling of texture coordinatesNicolai Haehnle1-39/+48
2008-05-13R300: cleanup FS code and fill in missing detailsAlex Deucher1-105/+102
2008-05-02Initial r5xx fragment program compiler support.Corbin Simpson1-0/+1
2008-03-30r300: Take PROGRAM_CONSTANT into account.Markus Amsler1-0/+1
2007-10-07r300: fragprog tex instruction now take writemask into acount.Jerome Glisse1-1/+5
2007-05-11r300: Use __FUNCTION__ not __func__.Oliver McFadden1-1/+1
2007-05-09r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden1-6/+6
2007-05-09r300: Added a few more Doxygen comments.Christoph Bill1-6/+6
2007-05-09r300: Converted "rp" variables (r300_fragment_program) to "fp".Oliver McFadden1-371/+371
2007-05-09r300: Fixed indenting from previous commitOliver McFadden1-1/+1
2007-05-09r300: Fixed some more function names.Oliver McFadden1-1/+1
2007-05-09r300: Last of the indent changes. :)Oliver McFadden1-1/+1
2007-05-09r300: Indented r300_fragprog.[ch].Oliver McFadden1-555/+526
2007-03-26r300: Fix warnings that were introduced by the glsl mergeNicolai Haehnle1-2/+6
2007-03-26merge of glsl-compiler-1 branchBrian1-2/+3