summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_fragprog.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-22r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...Andre Maasikas1-2/+25
2009-10-22r600: need to export something from PSAndre Maasikas1-1/+9
2009-10-15r600: clear position enable bit when when wpos is not used by FPAndre Maasikas1-0/+5
2009-08-26r600: fix memory leakAlex Deucher1-1/+2
2009-08-24r600: code cleanupAlex Deucher1-4/+17
2009-08-22r600: move full state to radeon state atomsAlex Deucher1-34/+40
2009-08-21r600: better default state size.Alex Deucher1-0/+2
2009-08-12r600: A shader is bound that exports Z as a float into Red channelCooper Yuan1-0/+1
2009-08-11r600: update num of interp if posizition is usedCooper Yuan1-8/+10
2009-08-09r600: looks like a typoDave Airlie1-1/+1
2009-08-09r600: load per-pixel position into PS in order to use fragment.position.Cooper Yuan1-0/+27
2009-08-02r600: fix regression in texenvAlex Deucher1-43/+32
2009-07-31r600: ensure we have enough room for full state emitAlex Deucher1-4/+0
2009-07-31r600: re-arrange state setup and emit so they are not mixedAlex Deucher1-30/+41
2009-07-29r600: emit fog color in PS input map, fix fog related applicationsCooper Yuan1-0/+13
2009-07-29R6xx/r7xx: VS export fog color as parameterCooper Yuan1-0/+6
2009-07-28r600: fix flat shadingAlex Deucher1-9/+49
2009-07-27r600: fix texturesAlex Deucher1-1/+1
2009-07-02r6xx/r7xx: Better fix for fragment tempsRichard Li1-1/+1
2009-07-01R6xx/R7xx: Fix number of temps used in fragment programAlex Deucher1-1/+1
2009-06-04re-arrange state structureAlex Deucher1-5/+5
2009-05-29get rid of chip_object structAlex Deucher1-2/+1
2009-05-29more cleanupAlex Deucher1-1/+1
2009-05-15Fix r6 code bugs.Richard Li1-7/+8
2009-05-08R6xx/R7xx: WIP r6xx-rewrite codeRichard Li1-23/+27
2009-04-21Initial pull of code from r6xx-r7xx-support branchRichard Li1-0/+365
2009-04-10Remove r500 stuffAlex Deucher1-719/+0
2009-04-09R6xx/R7xx: r300 -> r600 symbolsAlex Deucher1-14/+14
2009-04-08R600: initial copy of r300 codeAlex Deucher1-0/+719