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
/
main
/
context.h
Age
Commit message (
Expand
)
Author
2002-10-24
Header file clean-up:
Brian Paul
2002-10-14
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
more removal of fprintf() calls
Brian Paul
2002-06-13
fixed a couple dumb mistakes
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-05-03
minor clean-ups and warning fixes
Brian Paul
2001-04-27
added _mesa_free_framebuffer_data()
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
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
2000-11-22
Committing in .
Jouk Jansen
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-10-29
More GLchan color channel changes.
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-05-24
changed allocation/initialization of API dispatch tables
Brian Paul
2000-05-04
removed software alpha flag from GLvisual struct
Brian Paul
2000-04-22
added _mesa_initialize_buffer/visual()
Brian Paul
2000-03-31
added _mesa_create/destroy_visual()
Brian Paul
2000-03-19
fixed compiler warnings on BeOS R4
Brian Paul
2000-02-02
moved state functions to state.c
Brian Paul
2000-01-28
renamed _glapi_CurrentContext to _glapi_Context
Brian Paul
2000-01-18
renamed CURRENT_INPUT to _mesa_CurrentInput
Brian Paul
2000-01-14
added gl_initialize_context_data(), gl_free_context_data(). code clean-up
Brian Paul
2000-01-05
removed _glapi_ThreadSafe
Brian Paul
1999-12-17
optimized GET_IMMEDIATE for thread safety
Brian Paul
1999-12-17
further simplification of thread-related code, misc clean-up
Brian Paul
1999-12-17
fixed thread problems
Brian Paul
1999-12-10
changes in hardware depth buffer support
Brian Paul
1999-11-24
added support for separate read/draw buffers per context
Brian Paul
1999-11-19
updates for Mesa 3.3
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-08-19
Initial revision
jtg