aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* glapi: Always build libglapi.a.Chia-I Wu2009-10-231-1/+0
* mesa: Enable remap table in core.Chia-I Wu2009-10-231-0/+3
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-8/+29
|\
| * mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul2009-10-221-8/+29
* | mesa: added VERBOSE_SWAPBUFFERSBrian Paul2009-10-141-0/+2
* | mesa: free display list state after freeing shared stateBrian Paul2009-10-081-1/+3
* | mesa: added _mesa_free_display_list_data()Brian Paul2009-10-071-0/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-0/+1
|\|
| * mesa: add missing return when out of memoryBrian Paul2009-10-011-0/+1
* | mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-5/+3
* | mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-301-6/+0
* | mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-8/+2
* | mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu2009-09-301-6/+0
* | mesa/main: New feature FEATURE_rastpos.Chia-I Wu2009-09-301-4/+0
* | mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu2009-09-301-4/+0
* | mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu2009-09-301-6/+0
* | mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu2009-09-301-4/+0
* | mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu2009-09-241-6/+0
* | Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul2009-09-201-5/+0
* | mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul2009-09-191-0/+5
|/
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+12
* ARB prog: Change handling of program parameter limitsIan Romanick2009-08-261-10/+12
* mesa: validate shader before drawing (for debugging, disabled)Brian Paul2009-08-251-0/+10
* mesa: append uniform values to the log file the first time we use a shaderBrian Paul2009-08-141-0/+27
* mesa: new _mesa_valid_to_render() functionBrian Paul2009-08-141-0/+42
* Merge branch 'arb_vertex_array_object'Brian Paul2009-06-261-0/+1
|\
| * mesa: move vertex array objects from shared state to per-contextBrian Paul2009-06-191-0/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-12/+29
|\ \ | |/ |/|
| * mesa: rework viewport/scissor initialization codeBrian Paul2009-06-171-12/+29
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-0/+3
|\ \
| * | mesa: data structure updates for GL_EXT_provoking_vertexBrian Paul2009-05-281-0/+3
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-041-0/+10
|\ \ \ | | |/ | |/|
| * | mesa: release VBO and PBO references upon context destructionBrian Paul2009-06-021-0/+10
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-011-3/+5
|\| | | |/ |/|
| * mesa: Add success/failures return value to _mesa_make_current.José Fonseca2009-05-301-3/+5
| * mesa: delete array objects before buffer objects during context tear-downBrian Paul2009-05-131-1/+2
| * mesa: Make _mesa_share_state thread safe.José Fonseca2009-05-081-2/+9
| * mesa: more complete fix for transform_invarient glitchesKeith Whitwell2009-05-081-0/+13
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* | mesa: assertions to check for too many vertex outputs or fragment inputsBrian Paul2009-05-081-0/+4
* | mesa: Make _mesa_share_state thread safe.José Fonseca2009-05-081-2/+9
* | mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-3/+0
* | mesa: more complete fix for transform_invarient glitchesKeith Whitwell2009-05-051-0/+13
|/
* mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell2009-04-281-0/+1
* mesa: fix up error/warning/debug output newlinesBrian Paul2009-04-241-1/+1
* mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell2009-04-221-1/+2
* mesa: suppress extra newlineBrian Paul2009-04-171-1/+1
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-2/+2
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+3
* mesa: move shared context state functions to new shared.c fileBrian Paul2009-03-071-366/+15