index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_fragprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: fragprog tex instruction now take writemask into acount.
Jerome Glisse
2007-10-07
1
-1
/
+5
*
r300: Use __FUNCTION__ not __func__.
Oliver McFadden
2007-05-11
1
-1
/
+1
*
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
1
-6
/
+6
*
r300: Added a few more Doxygen comments.
Christoph Bill
2007-05-09
1
-6
/
+6
*
r300: Converted "rp" variables (r300_fragment_program) to "fp".
Oliver McFadden
2007-05-09
1
-371
/
+371
*
r300: Fixed indenting from previous commit
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Fixed some more function names.
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Last of the indent changes. :)
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Indented r300_fragprog.[ch].
Oliver McFadden
2007-05-09
1
-555
/
+526
*
r300: Fix warnings that were introduced by the glsl merge
Nicolai Haehnle
2007-03-26
1
-2
/
+6
*
merge of glsl-compiler-1 branch
Brian
2007-03-26
1
-2
/
+3
|
\
|
*
merge from master
Brian
2007-03-21
1
-437
/
+871
|
|
\
|
*
\
Merge branch 'origin' into glsl-compiler-1
Brian
2007-03-09
1
-168
/
+146
|
|
\
\
|
*
|
|
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-2
/
+3
*
|
|
|
r300: Fix regression: unnecessary node indirection
Nicolai Haehnle
2007-03-25
1
-2
/
+7
*
|
|
|
r300: Fix texture coordinate calculation for rectangle textures
Nicolai Haehnle
2007-03-24
1
-2
/
+37
|
|
_
|
/
|
/
|
|
*
|
|
r300: Remove the program-global const_sin index
Nicolai Haehnle
2007-03-21
1
-28
/
+23
*
|
|
r300: Cleanup fragment program constant allocation, share constants
Nicolai Haehnle
2007-03-19
1
-62
/
+52
*
|
|
r300: Fix special case (tmp.x <= 0) in fragment program LIT instruction
Nicolai Haehnle
2007-03-19
1
-2
/
+2
*
|
|
r300: Clear fragment program instruction slots on first use
Nicolai Haehnle
2007-03-19
1
-0
/
+2
*
|
|
r300: Dump fragment program after translation if RADEON_DEBUG=pixel is set
Nicolai Haehnle
2007-03-19
1
-1
/
+1
*
|
|
r300: Whitespace cleanup (remove trailing spaces)
Nicolai Haehnle
2007-03-19
1
-109
/
+109
*
|
|
r300: Fix WRITEMASK handling when writing to result.depth
Nicolai Haehnle
2007-03-19
1
-3
/
+8
*
|
|
r300: Streamlined fragment program LIT implementation
Nicolai Haehnle
2007-03-19
1
-62
/
+101
*
|
|
r300: Fix fragment program reordering
Nicolai Haehnle
2007-03-19
1
-5
/
+32
*
|
|
r300: Fragment program dumps format tex instructions
Nicolai Haehnle
2007-03-19
1
-2
/
+28
*
|
|
r300: Fix hw fragment program dump
Nicolai Haehnle
2007-03-19
1
-17
/
+34
*
|
|
r300: Fix fragment program instruction pairing and register allocation
Nicolai Haehnle
2007-03-19
1
-265
/
+509
*
|
|
r300: Added _mesa_copy_instructions.
Oliver McFadden
2007-03-15
1
-1
/
+1
*
|
|
r300: Use _mesa_alloc_instructions/_mesa_init_instructions instead of malloc.
Oliver McFadden
2007-03-15
1
-6
/
+4
*
|
|
r300: Updated R300 to use the new SWIZZLE macros.
Oliver McFadden
2007-03-15
1
-3
/
+3
*
|
|
Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few small
Oliver McFadden
2007-03-15
1
-0
/
+91
|
|
/
|
/
|
*
|
Optimize cos&sin instruction a bit more.
Rune Petersen
2007-03-01
1
-168
/
+146
|
/
*
r300: Fix cos & add scs to fragment program.
Rune Peterson
2007-02-14
1
-87
/
+183
*
r300: Add proper support for sin/cos instruction in fragment program
Rune Peterson
2007-02-12
1
-117
/
+154
*
Fix typo from commit 1d312ae0137eb39bf74fac91eb97ed25c289a4ca .
Jerome Glisse
2007-01-11
1
-1
/
+1
*
r300: Correct bug introduced by fragprog rework.
Jerome Glisse
2007-01-04
1
-4
/
+5
*
Rework r300 fragprog avoid using bitfield structure.
Jerome Glisse
2006-12-25
1
-289
/
+464
*
Disable fragment program debug messages.
Rune Petersen
2006-11-20
1
-3
/
+1
*
fragment.position support
Rune Petersen
2006-11-17
1
-0
/
+7
*
Add sin instruction to fragment program.
Jerome Glisse
2006-11-05
1
-2
/
+64
*
Add cos instruction and remove left over debug.
Jerome Glisse
2006-11-04
1
-41
/
+64
*
Add LIT instruction to fragment program.
Jerome Glisse
2006-11-01
1
-16
/
+86
*
re-apply shader fix.
Rune Petersen
2006-08-31
1
-1
/
+1
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-5
/
+5
*
A small logic error.
Rune Petersen
2006-07-15
1
-1
/
+1
*
init mask=0 to silence warning
Brian Paul
2006-05-23
1
-1
/
+1
*
FP textures and fixes (Ewald Snel)
Brian Paul
2006-03-29
1
-1
/
+1
*
Clean build.
Aapo Tahkola
2006-03-13
1
-0
/
+6
*
remove broken non arb fp path
Aapo Tahkola
2006-01-27
1
-2
/
+0
[next]