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
2011-02-21
Revert "mesa: convert macros to inline functions"
Brian Paul
2011-02-21
mesa: convert macros to inline functions
Brian Paul
2011-02-08
mesa: remove _mesa_create_context_for_api()
Brian Paul
2011-02-08
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-01-15
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
Get rid of GL/internal/glcore.h
Kristian Høgsberg
2010-09-09
Revert "glapi: Implement optional dispatch logging"
Kristian Høgsberg
2010-09-09
glapi: Implement optional dispatch logging
Kristian Høgsberg
2010-05-11
mesa: Optimize get.c by using a table-driven approach
Kristian Høgsberg
2010-04-22
mesa: Move API specific context intialization into context.c
Kristian Høgsberg
2010-04-22
mesa: Track the OpenGL API we're implementing in the context
Kristian Høgsberg
2010-03-03
mesa: Remove support for creating color-index visuals
Ian Romanick
2009-10-22
mesa: code refactoring- new _mesa_finish(), _mesa_flush()
Brian Paul
2009-08-14
mesa: new _mesa_valid_to_render() function
Brian Paul
2009-06-17
mesa: rework viewport/scissor initialization code
Brian Paul
2009-05-30
mesa: Add success/failures return value to _mesa_make_current.
José Fonseca
2009-05-08
mesa: more complete fix for transform_invarient glitches
Keith Whitwell
2009-02-22
mesa: remove unneeded #include
Brian Paul
2008-09-21
mesa: allow for extra per-context init
Brian Paul
2008-02-02
mesa: re-define NEED_SECONDARY_COLOR. fix #14310.
Xiang, Haihao
2007-12-18
fix NEED_SECONDARY_COLOR for vert/frag progs
Brian
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-04-04
Remove the never-used SI-style imports/exports code.
Brian
2006-11-02
new RGBA_LOGICOP_ENABLED() macro
Brian Paul
2006-07-20
move/update comments
Brian Paul
2006-07-20
remove unused NEED_TWO_SIDED_LIGHTING() macro
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-04-15
added _mesa_share_state()
Brian Paul
2005-04-14
In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the
Ian Romanick
2004-04-23
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2003-12-09
Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment
Brian Paul
2003-11-25
Remove unnecessary usage of __FUNCTION__.
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-09-18
Move away from using the ctx->_TriangleCaps bitfield.
Brian Paul
2003-09-18
Move context ASSERT/FLUSH macros to context.h
Brian Paul
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
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
[next]