index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2007-09-16
nouveau : avoid vertex_size / 4 for each vertex ops
Matthieu Castet
2007-09-16
nouveau : use GLfloat instead of uint32_t. After all, our vertex attributes a...
Matthieu Castet
2007-09-16
nouveau : implement nv10_render_points
Matthieu Castet
2007-09-16
nouveau : fix nv10_render functions
Matthieu Castet
2007-09-16
nouveau : opps I introduce a bug when cleaning vertex pos attribute swap patch
Matthieu Castet
2007-09-16
nouveau : nv1x pos vertex attribute need to be the first in mesa.
Matthieu Castet
2007-09-15
nouveau : use new nouveau_reg.h with correct Bracket in macro
Matthieu Castet
2007-09-06
nouveau: nv10: replace macros by loop to set vertex attributes
Patrice Mandin
2007-09-05
nouveau: nv10: emit vertex data in proper order for nv1x hw
Patrice Mandin
2007-08-27
nouveau: nv10: set total stride of vertex array for POS attribute
Patrice Mandin
2007-07-14
nouveau: nv10 and nv11,15 are different
Patrice Mandin
2007-07-06
NV_17 is different from NV_10
Patrice Mandin
2007-06-14
nouveau: remove useless viewport xform with id matrix.
Stephane Marchesin
2007-03-24
nouveau: some swtcl fixes
Ben Skeggs
2007-02-06
nouveau: a couple of NV3x fixes
Ben Skeggs
2007-02-06
nouveau: OUT_RINGp expects the size in dwords, not bytes.
Ben Skeggs
2007-02-06
nouveau: fix a small bug in nv10 swtcl
Ben Skeggs
2007-02-04
nouveau: fix nv04 and nv10 swtcl, more work on nv04 state.
Stephane Marchesin
2007-01-23
nouveau: allow for card-specific shader infos to be kept
Ben Skeggs
2007-01-22
nouveau: fix some bugs in the nv10 swtcl.
Stephane Marchesin
2007-01-14
nouveau: Cleanup the nv10 swtcl module.
Stephane Marchesin
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