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
/
main
/
mtypes.h
Age
Commit message (
Expand
)
Author
2001-03-23
Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro.
Gareth Hughes
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-18
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes
2001-03-17
Remove dead #define.
Keith Whitwell
2001-03-15
removed ARB_texture_env_add bool flag, use EXT_texture_env_add flag
Brian Paul
2001-03-11
Support for swappable tnl modules.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-28
GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.
Brian Paul
2001-02-20
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-17
Work in glGetTexImage() to return GL_COLOR_INDEX images.
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-24
removed the unused/broken GL_PGI_misc_hints extension
Brian Paul
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-08
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-06
Implementation of GL_EXT_texture_env_dot3.
Gareth Hughes
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-12-27
fix demos/fire, enable lazy vertex flushing
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-14
Renamed texture object _P to _MaxLevel and _M to _MaxLambda.
Brian Paul
2000-12-08
Initial work on GL_MESA_sprite_point extension.
Brian Paul
2000-11-28
Pass scale and bias values to _mesa_scale_and_bias_rgba().
Brian Paul
2000-11-27
Added MaxClipPlanes and MaxLights to gl_constants struct so T&L
Brian Paul
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen