summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Track the OpenGL API we're implementing in the contextKristian Høgsberg2010-04-221-0/+9
* mesa: API and state for GL 3.1 primitive restartBrian Paul2010-04-201-0/+4
* mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK queryBrian Paul2010-04-201-3/+5
* mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-061-0/+3
* mesa: new extension flag for GL_EXT/ARB_draw_instancedBrian Paul2010-04-041-0/+1
* mesa: initial data structures for transform feedbackBrian Paul2010-03-301-0/+43
* mesa: added GL3 ContextFlags field and query codeBrian Paul2010-03-201-0/+3
* APPLE_object_purgeable: coreChris Wilson2010-03-051-0/+4
* mesa: Remove unused RasterIndex fieldIan Romanick2010-03-031-1/+0
* mesa: added new extension flag for GL_EXT_texture_arrayBrian Paul2010-02-251-0/+1
* mesa: Protect buffer objects reference counting with a mutex.Michal Krol2010-02-091-0/+1
* mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul2010-02-031-1/+1
* mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul2010-02-031-2/+2
* mesa: add core support for ARB_half_float_vertex.Dave Airlie2010-01-231-0/+1
* mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri2010-01-211-0/+3
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-8/+48
|\
| * mesa: added version fields to GLcontextBrian Paul2010-01-051-0/+4
| * mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-1/+5
| * mesa: add flag for GL_NV_conditional_render extensionBrian Paul2009-12-311-0/+1
| * mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul2009-12-311-0/+4
| * mesa: implement GL3 GL_NUM_EXTENSIONS queryBrian Paul2009-12-301-0/+2
| * mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul2009-12-291-0/+1
| * mesa: implement per-buffer color maskingBrian Paul2009-12-291-1/+1
| * mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-1/+1
| * Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-3/+0
| |\
| | * mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-091-3/+0
| * | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-011-0/+1
| |/
| * Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+26
| * ARB_fbo: Enable GL_EXT_framebuffer_multisampleIan Romanick2009-11-171-1/+2
* | mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu2009-11-051-0/+3
|/
* mesa: move some gl_texture_image and gl_renderbuffer fields aroundBrian Paul2009-10-281-3/+5
* Merge branch 'texformat-rework'Brian Paul2009-10-281-100/+2
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-11/+1
| * mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-2/+0
| * mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-1/+0
| * mesa: remove gl_texture_formatBrian Paul2009-09-301-34/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
| * mesa: remove unused gl_texture_format fieldsBrian Paul2009-09-271-16/+0
| * mesa: move StoreTexImageFunc to texstore.hBrian Paul2009-09-271-35/+0
| * mesa: replace function pointer types with void *Brian Paul2009-09-271-8/+8
* | mesa: fix/update some commentsBrian Paul2009-10-161-4/+4
* | mesa: move a commaBrian Paul2009-10-161-1/+1
* | mesa: added MESA_GLSL=useprog debug flagBrian Paul2009-10-161-0/+1
* | mesa: added VERBOSE_SWAPBUFFERSBrian Paul2009-10-141-1/+2
* | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul2009-10-141-0/+3
* | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul2009-10-141-1/+1
* | mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul2009-10-071-24/+2
* | mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul2009-09-291-0/+2
|/
* Merge branch 'asm-shader-rework-2'Ian Romanick2009-09-251-0/+1
|\
| * Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-101-0/+30
| |\