summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2010-02-11mesa: additional constant/limit assertionsBrian Paul
2010-02-09mesa: move all limit/constant assertions into check_context_limits()Brian Paul
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul
2010-02-01mesa: Remove unnecessary headers.Vinson Lee
2010-01-31mesa: Remove unnecessary headers.Vinson Lee
2010-01-29mesa: do state validation in _mesa_valid_to_render()Brian Paul
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul
2010-01-05mesa: call _mesa_compute_version() to set context's version infoBrian Paul
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt
2009-12-01mesa: Update vertex texture code after gallium changes.Michal Krol
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-10-29mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu
2009-10-29mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu
2009-10-23glapi: Always build libglapi.a.Chia-I Wu
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-22mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul
2009-10-14mesa: added VERBOSE_SWAPBUFFERSBrian Paul
2009-10-08mesa: free display list state after freeing shared stateBrian Paul
2009-10-07mesa: added _mesa_free_display_list_data()Brian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-01mesa: add missing return when out of memoryBrian Paul
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu
2009-09-20Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul
2009-09-19mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-08-26ARB prog: Change handling of program parameter limitsIan Romanick
2009-08-25mesa: validate shader before drawing (for debugging, disabled)Brian Paul
2009-08-14mesa: append uniform values to the log file the first time we use a shaderBrian Paul
2009-08-14mesa: new _mesa_valid_to_render() functionBrian Paul
2009-06-26Merge branch 'arb_vertex_array_object'Brian Paul
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-02mesa: release VBO and PBO references upon context destructionBrian Paul
2009-06-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-30mesa: Add success/failures return value to _mesa_make_current.José Fonseca