summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick
2010-09-25mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie
2010-09-24mesa: Remove unnecessary headers.Vinson Lee
2010-09-24mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt
2010-09-24mesa: fix assertions to handle srgb formatsBrian Paul
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-20mesa: don't call valid_texture_object() in non-debug buildsBrian Paul
2010-09-17mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee
2010-09-17mesa: bump version to 7.10Vinson Lee
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul
2010-09-16mesa: Update ES APIspec.xml.Chia-I Wu
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu
2010-09-10mesa: Remove unused Emit flags from gl_shader_compiler_optionsIan Romanick
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
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-09mesa: Only reference logging symbols in debug buildsKristian Høgsberg
2010-09-09mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg
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-08mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick
2010-09-08mesa: Fix handling of texenv operands for EXT vs ARB versionIan Romanick
2010-09-07mesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.Kenneth Graunke
2010-09-07mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt
2010-09-06mesa: Define C99's __func__ macro on MSVC.José Fonseca
2010-09-05mesa: don't expose unsupported GL_ARB_geometry_shader4 for nowLuca Barbieri
2010-09-03mesa: fix up a commentBrian Paul
2010-09-02mesa: Fix printf-like warnings.Vinson Lee
2010-09-02mesa: fix some printf warnings with castsBrian Paul
2010-09-01mesa: Fix many printf-like warnings.Eric Anholt
2010-09-01mesa: Add __printf__ attribute to printf-like functions to get warnings.Eric Anholt
2010-09-01mesa: fix out of bounds memory read in mipmap gen codeBrian Paul
2010-09-01mesa: initialize dummy framebuffer and renderbuffer mutexesVladimir Vukicevic
2010-08-30Fix inverted version checks in check_extra.Kenneth Graunke
2010-08-27mesa: move null ptr check (fdo bug 29843)Brian Paul
2010-08-27mesa: Use the format info to identify packed depth/stencil formats.Nick Bowler
2010-08-27mesa: use atexit() handler to release GLSL compiler memoryBrian Paul