index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
light.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
more detailed _mesa_error() messages
Brian Paul
2002-09-16
1
-5
/
+6
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-43
/
+25
*
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-13
1
-15
/
+15
*
More suport for t&l drivers
Keith Whitwell
2002-02-13
1
-5
/
+9
*
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-18
1
-8
/
+8
*
vertex program check-in
Brian Paul
2001-12-14
1
-2
/
+2
*
compiler warnings
Karl Schultz
2001-09-18
1
-6
/
+6
*
Remove _BaseAlpha, fix reflect lighting bug.
Keith Whitwell
2001-07-28
1
-8
/
+1
*
Don't scale basealpha by 255 now it's a float.
Keith Whitwell
2001-05-09
1
-7
/
+7
*
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-28
1
-8
/
+2
*
Removed DD_Z_NEVER.
Brian Paul
2001-03-29
1
-3
/
+3
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-20
/
+18
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-4
/
+4
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-43
/
+43
*
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
1
-2
/
+9
*
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-02-15
1
-13
/
+53
*
fixed bug in gl_validate_all_lighting_tables() found with CI mode conformance...
Brian Paul
2001-02-13
1
-3
/
+5
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-2
/
+2
*
Fix crash in book/stencil.
Keith Whitwell
2001-01-13
1
-10
/
+8
*
added underflow check in validate_shine_table()
Brian Paul
2001-01-04
1
-2
/
+5
*
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2001-01-02
1
-7
/
+7
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-181
/
+242
*
Added MaxClipPlanes and MaxLights to gl_constants struct so T&L
Brian Paul
2000-11-27
1
-4
/
+4
*
Fixed a couple of bugs that crept into last commit
Keith Whitwell
2000-11-24
1
-3
/
+3
*
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-24
1
-91
/
+22
*
Committing in .
Jouk Jansen
2000-11-22
1
-53
/
+53
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-141
/
+9
*
added includes to silence warnings
Brian Paul
2000-11-15
1
-1
/
+2
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-131
/
+123
*
- Changes for new software rasterizer modules
Keith Whitwell
2000-11-05
1
-120
/
+120
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-37
/
+8
*
renamed Current.ByteColor Current.Color
Brian Paul
2000-10-29
1
-2
/
+2
*
New colormac.h file for color-related macros.
Brian Paul
2000-10-28
1
-9
/
+13
*
Basic work to support deep color channels:
Brian Paul
2000-10-28
1
-3
/
+3
*
Implement EXT_fog_coord and EXT_secondary_color.
Keith Whitwell
2000-10-27
1
-2
/
+3
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-2
/
+2
*
Fixed off-by-one error in compute_shine_table(). Minor code clean-up
Brian Paul
2000-07-18
1
-47
/
+51
*
don't add light's ambient color to BaseColor in gl_update_lighting()
Brian Paul
2000-06-29
1
-14
/
+11
*
updating mat ambient/emissive was broke. always compute ctx->EyeZDir
Brian Paul
2000-06-26
1
-66
/
+99
*
fix GL_BACK color material bug
Keith Whitwell
2000-06-19
1
-2
/
+2
*
defined FLT_MIN if undefined
Brian Paul
2000-01-31
1
-1
/
+6
*
commented out gl_reinit_light_attrib()
Brian Paul
2000-01-13
1
-5
/
+5
*
fixed potential bug in _mesa_ShadeModel()
Brian Paul
1999-11-22
1
-5
/
+8
*
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-11
1
-50
/
+196
*
fix for colormaterial
Keith Whitwell
1999-11-10
1
-2
/
+57
*
clean-up of header includes (Daryll)
Brian Paul
1999-11-08
1
-2
/
+2
*
clean-up in gl_LightModelfv()
Brian Paul
1999-10-19
1
-5
/
+8
*
Changes to reduce the memory footprint of display lists
Keith Whitwell
1999-10-19
1
-3
/
+11
*
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-10-08
1
-4
/
+6
*
more hooks for mga driver, including an immediate fastpath
Keith Whitwell
1999-09-30
1
-1
/
+8
[next]