Merge branch 'glapi-reorg'
[mesa.git] / src / mesa / main /
2010-10-01 Ian Romanickmesa: Enable GL_ARB_texture_rg in software paths
2010-10-01 Ian RomanickARB_texture_rg: Allow RED and RG textures as FBO color...
2010-10-01 Ian RomanickARB_texture_rg: Add R8, R16, RG88, and RG1616 internal...
2010-10-01 Ian RomanickARB_texture_rg: Handle RED and RG the same as RGB for...
2010-10-01 Ian RomanickARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE
2010-10-01 Ian RomanickARB_texture_rg: Add GL_TEXTURE_{RED,GREEN}_SIZE query...
2010-10-01 Ian RomanickARB_texture_rg: Correct some errors in RED / RG interna...
2010-09-30 Eric Anholtmesa: Don't reference a W component in setting up a...
2010-09-30 Nicolas Kaisermain: remove duplicated includes
2010-09-28 Eric Anholtmesa: Move the list of builtin uniform info from ir_to_...
2010-09-27 Ian RomanickRemove GL_EXT_cull_vertex
2010-09-27 Ian RomanickRemove GL_MESA_packed_depth_stencil
2010-09-27 Ian Romanickmesa: Force GL_SGIS_generate_mipmap to always be enabled
2010-09-27 Ian Romanickmesa: Force GL_ARB_copy_buffer to always be enabled
2010-09-25 Dave Airliemesa/mipmap: fix warning since 1acadebd6270d3604b026842...
2010-09-25 Vinson Leemesa: Remove unnecessary headers.
2010-09-25 Eric Anholtmesa: Fix type typo in glGenerateMipmap handling of...
2010-09-24 Brian Paulmesa: fix assertions to handle srgb formats
2010-09-23 Eric Anholtmesa: Remove EXT_convolution.
2010-09-23 Eric Anholtmesa: Remove SGI_color_matrix.
2010-09-23 Eric Anholtmesa: Remove SGI_color_table.
2010-09-23 Eric Anholtmesa: Remove EXT_histogram.
2010-09-23 Eric Anholtmesa: Remove the non-required ARB_imaging extension.
2010-09-22 Brian Paulmesa: don't advertise bogus GL_ARB_shading_language_120...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Paulmesa: don't call valid_texture_object() in non-debug...
2010-09-18 Vinson Leemesa: Silence "'valid_texture_object' defined but not...
2010-09-18 Vinson Leemesa: bump version to 7.10
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-16 Brian Paulmesa: include mfeatures.h in formats.c
2010-09-16 Chia-I Wumesa: Update ES APIspec.xml.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Brian Paulmesa: update to version 64 of GL/glext.h
2010-09-14 Brian Paulmesa: move, redefine MESA_GEOMETRY_PROGRAM
2010-09-14 Chia-I Wumesa: Less FEATURE_ARB_sync tests.
2010-09-14 Chia-I Wumesa: Remove unused _MESA_INIT_*_FUNCTIONS.
2010-09-10 Ian Romanickmesa: Remove unused Emit flags from gl_shader_compiler_...
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-09-09 Kristian HøgsbergRevert "glapi: Implement optional dispatch logging"
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Kristian Høgsbergmesa: Only reference logging symbols in debug builds
2010-09-09 Kristian Høgsbergmesa: Don't reuse DummyFramebuffer as the incomplete...
2010-09-09 Kristian Høgsbergglapi: Implement optional dispatch logging
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-09 Luca Barbierimesa: add PIPE_SHADER_* like constants and conversions...
2010-09-08 Ian Romanickmesa: Refactor parameter processing in set_combiner_...
2010-09-08 Ian Romanickmesa: Fix handling of texenv operands for EXT vs ARB...
2010-09-08 Kenneth Graunkemesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
2010-09-07 Eric Anholtmesa: Set the base format of GL_ALPHA FBOs and teach...
2010-09-06 José Fonsecamesa: Define C99's __func__ macro on MSVC.
2010-09-05 Luca Barbierimesa: don't expose unsupported GL_ARB_geometry_shader4...
2010-09-03 Brian Paulmesa: fix up a comment
2010-09-02 Vinson Leemesa: Fix printf-like warnings.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Brian Paulmesa: fix some printf warnings with casts
2010-09-02 Eric Anholtmesa: Fix many printf-like warnings.
2010-09-02 Eric Anholtmesa: Add __printf__ attribute to printf-like functions...
2010-09-01 Brian Paulmesa: fix out of bounds memory read in mipmap gen code
2010-09-01 Vladimir Vukicevicmesa: initialize dummy framebuffer and renderbuffer...
2010-08-30 Kenneth GraunkeFix inverted version checks in check_extra.
2010-08-27 Brian Paulmesa: move null ptr check (fdo bug 29843)
2010-08-27 Nick Bowlermesa: Use the format info to identify packed depth...
2010-08-27 Brian Paulmesa: use atexit() handler to release GLSL compiler...
2010-08-27 Brian Paulmesa: free the fallback texture object in free_shared_s...
2010-08-27 Brian Paulmesa: fix double-underscore naming
2010-08-27 Kenneth GraunkeFix typo in function name "shading_laguage_version".
2010-08-26 Eric Anholti965: Start building 965 FS backend.
2010-08-26 Brian Paulmesa: fix mixed-up function call name
2010-08-26 Nick Bowlermesa: Identify packed depth/stencil buffers using the...
2010-08-26 Eric Anholtmesa: Don't warn when the desired result of s3tc lib...
2010-08-25 Eric AnholtRevert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."
2010-08-25 Aras Pranckeviciusglsl/mesa: fixes for MSVC
2010-08-24 Eric Anholtglsl: Set up uniform initializers by walking the shader...
2010-08-24 Brian Paulmesa: added isblank() for MSVC
2010-08-24 Chia-I Wumesa: Remove extraneous semicolon.
2010-08-24 Chia-I Wumesa: Add core.h.
2010-08-23 Ian Romanickglsl2: Include imports.h to get snprintf wrapper for...
2010-08-23 Aras Pranckeviciusmesa: Fix msvc build of glsl.
2010-08-23 Eric Anholtmesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH.
2010-08-23 Chia-I Wumesa: Assorted fixes for es_generator.py on win32.
2010-08-23 Brian Paulmesa: use driver hook for creating new renderbuffers
2010-08-20 Nick Bowlermesa: Fix GetUniformLocation while compiling display...
2010-08-20 Chia-I Wumesa: Decorate functions with GL_APIENTRY in es_generat...
2010-08-20 Chia-I Wumesa: Include compiler.h for ASSERT.
2010-08-20 Vinson Leemesa: Silence uninitialized variable warnings in dummy_...
2010-08-19 Vinson Leemesa: Remove unnecessary heaaders from shaderapi.c.
2010-08-18 Vinson Leemesa: fpclassify is available on OpenSolaris.
2010-08-18 Eric Anholtmesa: Free linked shaders when deleting the shader...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-15 Vinson Leemesa: Check that _XOPEN_SOURCE is defined before using it.
2010-08-14 José Fonsecamesa: Recent versions of MSVC define the single precisi...
2010-08-14 José Fonsecamesa: atan2f and powf need two args.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Ian Romanickmesa: Work-arounds for platforms that lack C99 math...
2010-08-14 Eric Anholtglsl2: Move ir_to_mesa handling to driver CompileShader...
2010-08-13 Vinson Leemesa: fpclassify is available with MinGW.
2010-08-12 Vinson Leemesa: Fix FreeBSD build with llvm enabled.
2010-08-11 Brian Paulglsl2: remove stray semicolon
next