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
/
context.c
Age
Commit message (
Expand
)
Author
2001-03-28
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Brian Paul
2001-03-24
- Minor cleanups of ctx->Driver.Current*Primitive usage.
Gareth Hughes
2001-03-18
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes
2001-03-12
Add missing header file.
Gareth Hughes
2001-03-11
Clean up install, restore for exec vtxfmts.
Gareth Hughes
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-27
Initialize Line._Width
Keith Whitwell
2001-02-26
Disable most extensions by default. Drivers should enable them as needed.
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
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
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-05
various compilation/warning fixes
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-16
set visual->MRD to 2.0
Brian Paul
2000-12-09
initialize convolution filters to zero
Brian Paul
2000-12-08
Initial work on GL_MESA_sprite_point extension.
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
2000-11-19
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-15
Replaced ctx->Point.Size with ctx->Point._Size
Brian Paul
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-05
- Changes for new software rasterizer modules
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Rearrange VERT_* flags to support 4 texture units.
Keith Whitwell
2000-10-30
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-29
renamed Current.ByteColor Current.Color
Brian Paul
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-10-27
Implement EXT_fog_coord and EXT_secondary_color.
Keith Whitwell
2000-10-23
Major audit of all Mesa's x86 assembly code. This round is basically
Gareth Hughes
2000-10-21
polygon offset changes; added Visual->MRD field
Brian Paul
2000-10-20
Changes for multitexture > 3, code clean-ups.
Brian Paul
2000-10-09
if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems
Brian Paul
2000-09-28
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Brian Paul
2000-09-17
new comments, misc clean-up
Brian Paul
2000-09-15
added GL_MESA_trace support
Brian Paul
2000-09-14
explicitly init some texture vars
Brian Paul
2000-09-12
init mutex
Brian Paul
2000-09-08
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-07
Removed ctx->Driver.LogicOp().
Brian Paul
2000-09-05
added tracing facility from Loki
Brian Paul
[next]