summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2010-02-09mesa: Protect buffer objects reference counting with a mutex.Michal Krol
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul
2010-02-03mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie
2010-01-21mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-05mesa: added version fields to GLcontextBrian Paul
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2009-12-31mesa: add flag for GL_NV_conditional_render extensionBrian Paul
2009-12-31mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul
2009-12-30mesa: implement GL3 GL_NUM_EXTENSIONS queryBrian Paul
2009-12-29mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-29mesa: per-buffer blend enabled flagsBrian 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-11-17ARB_fbo: Enable GL_EXT_framebuffer_multisampleIan Romanick
2009-11-05mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu
2009-10-28mesa: move some gl_texture_image and gl_renderbuffer fields aroundBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-16mesa: fix/update some commentsBrian Paul
2009-10-16mesa: move a commaBrian Paul
2009-10-16mesa: added MESA_GLSL=useprog debug flagBrian Paul
2009-10-14mesa: added VERBOSE_SWAPBUFFERSBrian Paul
2009-10-14mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul
2009-10-14mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-07mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: remove gl_texture_formatBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-29mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul
2009-09-27mesa: remove unused gl_texture_format fieldsBrian Paul
2009-09-27mesa: move StoreTexImageFunc to texstore.hBrian Paul
2009-09-27mesa: replace function pointer types with void *Brian Paul
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-24mesa: remove: unused gl_vertex_program::TnlData fieldBrian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-03mesa: rename gl_sync_object::Status to StatusFlagBrian Paul
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-08-31NV fp: Add tracking for NV_fragment_program_optionIan Romanick
2009-08-25mesa: use gl_texture_index type for gl_program::SamplerTargetsBrian Paul