summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r500_fragprog.c
AgeCommit message (Expand)Author
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle
2009-06-11r300: r500 fragment program fixesMaciej Cencora
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-19r300: cleanup includesMaciej Cencora
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora
2009-04-19r300: more r300/r500 unificationMaciej Cencora
2009-04-19r300: more prepare for mergeMaciej Cencora
2009-04-19r300: further r300/r500 merge preparationMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program compiler structureMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program structuresMaciej Cencora
2009-04-19r300: r300/r500 fp shader merge WIPMaciej Cencora
2009-04-17r300: cleanup frag prog setup a littleMaciej Cencora
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-14r300: Redirect constant TEX coordinatesNicolai Haehnle
2008-08-17r5xx: Add DDX and DDY instructions.Corbin Simpson
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle
2008-07-27r500: Handle non-native swizzles in texture instructionsNicolai Haehnle
2008-07-27r500: Redirect TEX writes to output registersNicolai Haehnle
2008-07-12r500_fragprog: Major refactoring of final emitNicolai Haehnle
2008-07-12r500: Add "Not quite SSA" and dead code elimination passNicolai Haehnle
2008-07-12r500_fragprog: Transform trigonometric functions in first passNicolai Haehnle
2008-07-06r300: Allow adding parameters during fragprog transform, share LIT codeNicolai Haehnle
2008-07-05r300: Correctly scan for used temporary registersNicolai Haehnle
2008-07-05r500: Major refactoring of fragment program emitNicolai Haehnle
2008-07-05r300: Remove clause stuff for now in favour of a cloned generic gl_programNicolai Haehnle
2008-07-05r500_fragprog: Cleanup some unused variables and code.Nicolai Haehnle
2008-07-04r300: Fix depth texture in compare modeNicolai Haehnle
2008-06-14r5xx: Enable fragment.position, partial ARB_shadow.Corbin Simpson
2008-06-14r5xx: Detangle FP fallback and translation switches.Corbin Simpson
2008-06-14r5xx: More FP rewriting; fix texrect FP insts.Corbin Simpson
2008-06-14r5xx: FP refactor, take one.Corbin Simpson
2008-06-13r300/r500: Separate fragprog compiler structuresNicolai Haehnle
2008-06-06r5xx: Fix speedy LIT once and for all.Corbin Simpson
2008-06-02r500: add missing brackets around depth testingDave Airlie
2008-06-01r5xx: Enable depth write emission.Corbin Simpson
2008-06-01r5xx: Add OPCODE_FLR.Corbin Simpson
2008-05-31r5xx: Last emit_sop() for now.Corbin Simpson
2008-05-31r5xx: More emit_sop(), stage 2.Corbin Simpson
2008-05-31r5xx: Cleanup SOP with emit_sop().Corbin Simpson
2008-05-31r5xx: Dump shader constants when dumping program assembly.Corbin Simpson
2008-05-28r500: cleanup warnings and include filesDave Airlie
2008-05-27r5xx: Add OPCODE_XPD. In working condition, I might add.Corbin Simpson
2008-05-27r5xx: Just a few small LIT fixes.Corbin Simpson
2008-05-27r5xx: Fix emit_mov() regression.Corbin Simpson
2008-05-27r500: the cs is shared per context - doh so don't use for program upload.Dave Airlie
2008-05-27r500: need to re-setup inst offset/end for translated programsDave Airlie
2008-05-26r5xx: Fix FP temp counting.Corbin Simpson
2008-05-26r5xx: Enhance emit_mov().Corbin Simpson
2008-05-26r5xx: Moar LIT.Corbin Simpson