summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2010-05-03mesa: Only initialize TNL for OpenGLKristian Høgsberg
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg
2010-05-03mesa: increase MAX_DRAW_BUFFERS to 8Brian Paul
2010-04-27mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg
2010-04-22mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg
2010-04-22mesa: Move API specific context intialization into context.cKristian Høgsberg
2010-04-22mesa: Track the OpenGL API we're implementing in the contextKristian Høgsberg
2010-04-20mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK queryBrian Paul
2010-03-30mesa: plug in transform feedback functions, set limitsBrian Paul
2010-03-30mesa: Add missing features.Chia-I Wu
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
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