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
/
swrast_setup
/
ss_context.c
Age
Commit message (
Expand
)
Author
2007-05-02
Document a deficiency in the _swrast_Translate() function with regard to poin...
Brian
2007-04-28
use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)
Brian
2007-04-23
remove SWvertex->fog field, use attrib field
Brian
2007-04-23
some re-org, clean-up
Brian
2007-02-05
Merge SWvertex texcoord and varying fields into attrib[] array field.
Brian
2006-12-21
s/attribute/varying/
Brian
2006-12-15
varying var changes
Brian
2006-06-14
s/ATTRIBUTE/GENERIC/
Brian Paul
2006-06-14
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
Brian Paul
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-14
s/MaxTextureUnits/MaxTextureCoordUnits/
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2004-03-21
fix array index error in _swsetup_Translate (Felix)
Brian Paul
2004-02-04
fix two-sided lighting / vertex program bug (#887330)
Brian Paul
2004-01-13
change type of loop index var to remove compiler warning.
Karl Schultz
2004-01-06
Fixes for _swsetup_Translate()
Keith Whitwell
2004-01-05
Beef up t_vertex.c:
Keith Whitwell
2004-01-05
Re-commit t_vertex.[ch] changes to fd.o server.
Keith Whitwell
2003-10-22
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2002-10-29
updated email addresses
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-10-04
multiple GL_POINTS can now be rendered together into one fragment span
Brian Paul
2002-09-17
pull-in changes from DRI/Mesa-4.0.4
Brian Paul
2002-08-08
initialize SWvertex array to zeros
Brian Paul
2001-07-17
Lighting now emits colors as CHAN_TYPE, as it used to. This will require
Keith Whitwell
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-02-16
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-16
Fix several conformance problems. Hack solution to line stipple problem.
Keith Whitwell
2001-01-08
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-10
minor changes to silence compiler warnings
Brian Paul
2000-11-05
A new module to provide RasterSetup and advanced triangle/line/point
Keith Whitwell