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
/
nouveau
/
nv10_swtcl.c
Age
Commit message (
Expand
)
Author
2006-12-16
Get nv10_swtcl.c working enough for glxgears on NV40.
Ben Skeggs
2006-12-03
Fix the swtcl module.
Stephane Marchesin
2006-11-23
That was really stupid.
Stephane Marchesin
2006-11-21
Add the state caching mechanism. It seems to work, from what I can see.
Stephane Marchesin
2006-11-19
Cleanup the swtcl code.
Stephane Marchesin
2006-11-19
Use NONINC_METHOD for vertex data.
Stephane Marchesin
2006-11-19
More work on the swtcl
Stephane Marchesin
2006-11-19
Oops.
Stephane Marchesin
2006-11-19
New swtcl implementation. It's simpler than the previous one (doesn't use
Stephane Marchesin
2006-11-17
Use RENDERINPUTS macros to access render_inputs_bitset
Ben Skeggs
2006-11-07
Commit a small nitpick
Stephane Marchesin
2006-11-05
Architect the DRI :
Stephane Marchesin
2006-09-17
Rename nouveau_tris.* to nouveau_swtcl.*
Stephane Marchesin
2006-09-17
Small changes
Stephane Marchesin
2006-09-17
Make nouveau actually compile
Stephane Marchesin
2006-09-17
Some work towards making the nv10 swtcl compile
Stephane Marchesin
2006-09-08
oops, time to go to bed
Patrice Mandin
2006-09-08
nv10: vertex attribute output format
Patrice Mandin
2006-09-08
more macros, still missing the alloc_verts one
Patrice Mandin
2006-09-08
reimport sw stuff
Patrice Mandin
2006-09-08
render_primitive macro
Patrice Mandin
2006-09-08
vert_copy_spec macro
Patrice Mandin
2006-09-08
vert_copy_rgba macro
Patrice Mandin
2006-09-08
basic primitives
Patrice Mandin
2006-04-17
Changed invalid context fields to valid ones.
Jeremy Kolb
2006-04-14
More work on the tcl code... still have to make my mind on a number of
Stephane Marchesin
2006-04-14
Cleaned stuff in the tcl code
Stephane Marchesin
2006-04-13
Some compile fixes.
Jeremy Kolb
2006-03-13
Cleaned up some code, made more files compile. Renamed nv20_swtcl.* to
Stephane Marchesin