summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2009-09-12mesa/main: Provide dummy texformats when FEATURE_texture_s3tc is disabled.Chia-I Wu
2009-09-12mesa/main: Provide dummy texformats when FEATURE_texture_fxt1 is disabled.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-12mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu
2009-09-12mesa/main: New feature FEATURE_rastpos.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu
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
2009-05-28mesa: data structure updates for GL_EXT_provoking_vertexBrian Paul
2009-05-22mesa: use Elements() for loop limitBrian Paul
2009-05-13mesa: delete array objects before buffer objects during context tear-downBrian Paul
2009-05-08mesa: assertions to check for too many vertex outputs or fragment inputsBrian Paul
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2009-05-05mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell
2009-04-24mesa: fix up error/warning/debug output newlinesBrian Paul
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell
2009-04-17mesa: suppress extra newlineBrian Paul
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
2009-03-06mesa: Reads must also be done with lock held.José Fonseca
2009-03-04mesa: call _mesa_get_cpu_features() during one-time-initBrian Paul
2009-02-28mesa: convert some #defines to enumsBrian Paul
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-02-21mesa: use enums for TEXTURE_x_INDEX valuesBrian Paul
2009-02-21mesa: use an array for default texture objectsBrian Paul
2009-02-13mesa: add additional texture size/limit assertionsBrian Paul