summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-12/+12
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* mesa: additional constant/limit assertionsBrian Paul2010-02-111-0/+5
* mesa: move all limit/constant assertions into check_context_limits()Brian Paul2010-02-091-30/+30
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-091-0/+2
* mesa: Always do proper ref counting of shared state.José Fonseca2010-02-091-20/+4
* mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul2010-02-031-0/+3
* mesa: Remove unnecessary headers.Vinson Lee2010-02-011-3/+0
* mesa: Remove unnecessary headers.Vinson Lee2010-01-311-4/+0
* mesa: do state validation in _mesa_valid_to_render()Brian Paul2010-01-291-0/+4
* glapi: clean-up and simplify glapi_nop.c codeBrian Paul2010-01-221-8/+0
* mesa: call _mesa_compute_version() to set context's version infoBrian Paul2010-01-051-0/+5
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-4/+0
|\
| * mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-091-4/+0
* | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-011-0/+1
|/
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-3/+5
* mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu2009-10-291-3/+1
* mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu2009-10-291-3/+0
* 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
|\ \ \ | | |/ | |/|