summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2010-12-02mesa: raise max texture sizes to 16KBrian Paul
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-10mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricapsRoland Scheidegger
2010-11-02mesa: move the gl_config struct declarationBrian Paul
2010-10-28mesa: state/queries for GL_MIN/MAX_PROGRAM_TEXEL_OFFSET_EXTBrian Paul
2010-10-28mesa: add gl_client_array::Integer field and related vertex array state codeBrian Paul
2010-10-27Track separate programs for each stageIan Romanick
2010-10-27mesa: Track an ActiveProgram distinct from CurrentProgramIan Romanick
2010-10-27mesa: Add infrastructure to track GL_EXT_separate_shader_objectsIan Romanick
2010-10-23mesa: added new gl_framebuffer::_IntegerColor fieldBrian Paul
2010-10-23mesa: added new gl_extensions::EXT_gpu_shader4 fieldBrian Paul
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick
2010-10-14Drop the "neutral" tnl moduleKristian Høgsberg
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg
2010-10-13glsl: add support for shader stencil exportDave Airlie
2010-10-13mesa: add support for FRAG_RESULT_STENCIL.Dave Airlie
2010-10-07gles2: Add GL_EXT_texture_format_BGRA8888 supportKristian Høgsberg
2010-10-01mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick
2010-09-27Remove GL_EXT_cull_vertexIan Romanick
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-09-23mesa: Remove SGI_color_table.Eric Anholt
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul
2010-09-10mesa: Remove unused Emit flags from gl_shader_compiler_optionsIan Romanick
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg
2010-09-09glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-09-08mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)Luca Barbieri
2010-09-03mesa: fix up a commentBrian Paul
2010-08-24mesa: Add core.h.Chia-I Wu
2010-08-16Merge branch 'glsl2'Ian Romanick
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-08-10mesa: remove obsolete commentsBrian Paul
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-07-30mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt
2010-07-21linker: Link built-in functions instead of including them in every shaderIan Romanick
2010-07-19linker: Track and validate GLSL versions used in shadersIan Romanick