index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_maos.c
Age
Commit message (
Expand
)
Author
2007-05-09
r300: Corrected the exit codes for consistency; they are all -1 for error now.
Oliver McFadden
2007-05-09
r300: Converted exit calls to _mesa_exit calls.
Oliver McFadden
2007-05-09
r300: Indented r300_maos.[ch].
Oliver McFadden
2007-05-06
rs480: fix secondary color for real this time
Aapo Tahkola
2007-05-06
rs480: fix textures and secondary color(?). clipping is still busted. tested ...
Aapo Tahkola
2007-05-06
r300: fix primary color on rs480
Aapo Tahkola
2007-03-18
r300: Removed the deprecated $XFree86$ CVS keywords.
Oliver McFadden
2006-11-17
r300_select_vertex_shader4:
Rune Petersen
2006-09-14
Remove MESA_LITTLE_ENDIAN guard for code that seems to work fine on big endian.
Michel Dänzer
2006-08-22
remove duplicate pieces of code.
Aapo Tahkola
2006-08-12
gcc-4.1.1 compile fix
Aapo Tahkola
2006-08-11
support shorts as vertex data
Aapo Tahkola
2006-06-29
instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...
Tilman Sauerbeck
2006-06-27
Fix generic vertex attribs (Rune Petersen)
Aapo Tahkola
2006-06-12
Make r300 driver build with GL_APPLE_vertex_array_object changes.
Ian Romanick
2006-04-23
Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...
Benjamin Herrenschmidt
2006-04-11
More GLSL code:
Michal Krol
2006-03-24
secondary color fixes.
Aapo Tahkola
2006-03-19
-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)
Aapo Tahkola
2006-03-13
Clean build.
Aapo Tahkola
2005-12-06
Fix secondary color for VP's
Aapo Tahkola
2005-11-23
Couple changes that were missed.
Aapo Tahkola
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-10-26
Sync with my local tree.
Aapo Tahkola
2005-06-27
Rename unchecked state to match DRM driver.
Vladimir Dergachev
2005-06-08
- Secondary colour
Ben Skeggs
2005-05-28
Programmable per-vertex point sizes and proper result reg assigns.
Aapo Tahkola
2005-05-13
Patch from Jeff Smith:
Nicolai Haehnle
2005-05-11
VBOs.
Aapo Tahkola
2005-05-01
Add support to external tnl switcher and disable hw tnl by default.
Aapo Tahkola
2005-04-30
r300 side support for fixed function pipeline. This isnt functional with curr...
Aapo Tahkola
2005-04-18
Fixing and enabling elt buffers by default.
Aapo Tahkola
2005-03-18
Misc fixes.
Aapo Tahkola
2005-03-17
Simple TCL stage and ability to disable vps.
Aapo Tahkola
2005-03-16
Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...
Aapo Tahkola
2005-02-28
fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...
Aapo Tahkola
2005-02-24
Another nasty struct size bug found.
Aapo Tahkola
2005-02-22
New elt buffer code should be fairly stable.
Aapo Tahkola
2005-02-21
Add code to autogenerate vertex shaders.
Vladimir Dergachev
2005-02-17
Fixing *lots* of warning messages, especially concerning unportable
Nicolai Haehnle
2005-02-17
magic_1 handling...
Aapo Tahkola
2005-02-16
Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...
Aapo Tahkola
2005-02-16
small cleanup, remove some warnings
Rune Petersen
2005-02-16
Don't enable fog. It's broken
Ben Skeggs
2005-02-15
Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.
Ben Skeggs
2005-02-11
Port of r200 VB code. VB path should be as fast as the immediate path now, t...
Ben Skeggs