summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* glapi: regenerated filesBrian Paul2011-01-153-2667/+2688
* Merge branch 'draw-instanced'Brian Paul2011-01-152-0/+15
|\
| * mesa: enable GL_ARB_draw_instanced for software driversBrian Paul2010-12-101-0/+1
| * mesa: add PROGRAM_SYSTEM_VALUE and related tokensBrian Paul2010-12-081-0/+14
* | mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.Chia-I Wu2011-01-151-0/+2
* | mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.Eric Anholt2011-01-141-0/+1
* | mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.Eric Anholt2011-01-141-0/+9
* | mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt2011-01-145-1/+21
* | mesa: Add actual support for glReleaseShaderCompiler from ES2.Eric Anholt2011-01-141-2/+5
* | mesa: Add extension enable bit for GL_ARB_ES2_compatibility.Eric Anholt2011-01-142-0/+2
* | glapi: Regenerate for GL_ARB_ES2_compatibility.Eric Anholt2011-01-143-2522/+2584
* | mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages.Eric Anholt2011-01-141-43/+24
* | gles2: Also support GL_BGRA_EXT for glTexSubImage2dKristian Høgsberg2011-01-141-0/+8
* | srgb: fix fbo base format picking.Dave Airlie2011-01-141-1/+1
* | mesa: Change OES_standard_derivatives to be stand-alone extensionChad Versace2011-01-132-1/+3
* | mesa: Add missing break statement in SARGB8 case.Vinson Lee2011-01-131-0/+1
* | mesa/srgb: handle SARGB8 case in the sw fbo renderer.Dave Airlie2011-01-131-0/+4
* | mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.Dave Airlie2011-01-131-0/+2
* | mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee2011-01-121-8/+15
* | mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul2011-01-121-0/+7
* | mesa: don't assert in GetIntegerIndexed, etcBrian Paul2011-01-121-6/+12
* | mesa: fix num_draw_buffers==0 in fixed-function fragment program generationBrian Paul2011-01-121-2/+2
* | mesa: Move declaration before code in extensions.c.Vinson Lee2011-01-121-6/+16
* | mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace2011-01-121-1/+1
* | mesa: Change dependencies of some OES extension stringsChad Versace2011-01-121-5/+5
* | mesa: Add/remove extensions in extension stringChad Versace2011-01-121-5/+5
* | mesa: Refactor handling of extension stringsChad Versace2011-01-122-490/+406
* | mesa: include teximage.h to silence warningBrian Paul2011-01-111-0/+1
* | mesa: do a debug check of _mesa_format_to_type_and_comps()Brian Paul2011-01-112-1/+28
* | mesa: fix a few format table mistakes, assertionsBrian Paul2011-01-111-7/+8
* | mesa/swrast: handle sRGB FBOs correctly (v2)Dave Airlie2011-01-115-16/+33
* | mesa: Clean up header file inclusion in cpuinfo.c.Vinson Lee2011-01-081-1/+1
* | mesa: fix an error in uniform arrays in row calculating.Jian Zhao2011-01-071-1/+1
* | mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-0754-0/+54
* | mesa: Clean up header file inclusion in version.c.Vinson Lee2011-01-061-1/+1
* | mesa: bump version to 7.11Vinson Lee2011-01-051-3/+3
* | mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-0536-0/+36
* | mesa: Consider textures incomplete when maxlevel < baselevel.Eric Anholt2011-01-051-0/+6
* | mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.Eric Anholt2011-01-041-1/+1
* | intel: Merge our choosetexformat fallbacks into core.Eric Anholt2011-01-041-1/+47
* | mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.Eric Anholt2011-01-043-91/+183
* | mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010Marek Olšák2011-01-043-15/+25
* | mesa: Include mtypes.h in renderbuffer.h.Vinson Lee2011-01-031-0/+1
* | mesa: fix AL44 texture fetch function nybble -> float conversionBrian Paul2011-01-031-2/+2
* | mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA.Eric Anholt2011-01-031-1/+2
* | mesa: Also report renderbuffer red/green size for GL_RED and GL_RG.Eric Anholt2011-01-031-0/+9
* | mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt2011-01-034-12/+16
* | mesa: Allow color renderbuffers besides just RGB and RGBA.Eric Anholt2011-01-031-2/+1
* | mesa: Update comment about the list of BaseFormats for gl_formats.Eric Anholt2011-01-031-3/+4
* | mesa: s/GLuint/gl_buffer_index/Brian Paul2011-01-032-6/+10