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
/
r200
/
r200_vtxfmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...
Roland Scheidegger
2006-09-08
1
-0
/
+10
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
1
-1
/
+3
*
Make most of the _mesa_noop_*() functions static.
Brian Paul
2006-04-20
1
-11
/
+5
*
s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/
Brian Paul
2005-10-19
1
-1
/
+1
*
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-10-18
1
-1
/
+1
*
on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...
Roland Scheidegger
2005-10-18
1
-2
/
+3
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
1
-28
/
+30
*
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-17
1
-1
/
+1
*
enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...
Roland Scheidegger
2004-11-03
1
-4
/
+33
*
Add code to support projective texturing and fix mixed enabling of texture
Eric Anholt
2004-10-16
1
-38
/
+3
*
add support for more than 2 texture units (max 6, default 4). use hang workar...
Roland Scheidegger
2004-06-02
1
-12
/
+11
*
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-05-27
1
-29
/
+36
*
Remove a debug printf that should not have been left in.
Ian Romanick
2004-05-05
1
-3
/
+0
*
Added support for the 3rd texture coordinate for cubemaps and 3D
Ian Romanick
2004-05-05
1
-71
/
+161
*
Use the dispatch table directly instead of calling GL functions.
Ian Romanick
2004-04-27
1
-32
/
+38
*
Reenable the vtxfmt code paths in the radeon and r200 drivers.
Felix Kuehling
2004-01-04
1
-7
/
+8
*
clean up some compiler warnings
Keith Whitwell
2003-12-09
1
-1
/
+2
*
Import vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-8
/
+14
*
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-10-21
1
-5
/
+4
*
r200 driver, brought over by Jon Smirl
Keith Whitwell
2003-08-06
1
-0
/
+1125