index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_vb_light.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-7
/
+7
*
Checkpoint work for new GLSL compiler back-end.
Brian
2006-12-13
1
-8
/
+2
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-2
/
+2
*
GLSL fixes:
Michal Krol
2006-03-21
1
-2
/
+2
*
Add ARB_vertex_shader stage just before render stage.
Michal Krol
2006-02-13
1
-2
/
+8
*
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-22
1
-69
/
+36
*
Added a bunch of new comments, minor code clean-ups.
Brian Paul
2005-03-02
1
-18
/
+45
*
Using glColor3 commands to update materials could result in an undefined
Brian Paul
2005-03-02
1
-4
/
+6
*
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-10
1
-1
/
+1
*
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-04-23
1
-4
/
+3
*
added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...
Brian Paul
2004-01-31
1
-1
/
+1
*
Beef up t_vertex.c:
Keith Whitwell
2004-01-05
1
-0
/
+5
*
Re-commit t_vertex.[ch] changes to fd.o server.
Keith Whitwell
2004-01-05
1
-0
/
+4
*
Merge vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-136
/
+138
*
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Brian Paul
2003-10-22
1
-5
/
+5
*
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-19
1
-2
/
+2
*
Use correct conversions when translating array colors.
Keith Whitwell
2003-08-20
1
-7
/
+7
*
Store material attributes in an Attrib[] style array. This is a
Keith Whitwell
2003-08-05
1
-0
/
+8
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-4
/
+3
*
Header file clean-up:
Brian Paul
2002-10-24
1
-2
/
+2
*
More suport for t&l drivers
Keith Whitwell
2002-02-13
1
-2
/
+2
*
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-22
1
-10
/
+10
*
vertex program check-in
Brian Paul
2001-12-14
1
-13
/
+16
*
Lighting now emits colors as CHAN_TYPE, as it used to. This will require
Keith Whitwell
2001-07-17
1
-17
/
+58
*
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-28
1
-13
/
+30
*
first pass at eval fixes
Keith Whitwell
2001-04-26
1
-1
/
+3
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-21
/
+20
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-5
/
+5
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-15
/
+15
*
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-02-20
1
-43
/
+11
*
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
1
-8
/
+5
*
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-02-16
1
-15
/
+19
*
only compute separate specular if texturing really enabled
Brian Paul
2001-01-29
1
-3
/
+5
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-5
/
+36
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-3
/
+3
*
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-08
1
-2
/
+6
*
Fixes for compiling assembly (disable unused 'masked' versions)
Keith Whitwell
2000-12-27
1
-1
/
+3
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-0
/
+280