aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Update the BGRA vertex array error handlingFredrik Höglund2013-08-151-1/+19
* mesa: Use _mesa_detach_renderbuffer when deleting a textureIan Romanick2013-08-132-20/+48
* mesa: Make detach_renderbuffer available outside fbobject.cIan Romanick2013-08-132-9/+38
* main: Fix deprecation of glLineWidth()Paul Berry2013-08-091-1/+2
* mesa: Generate a renderbuffer wrapper even if the texture has no imageIan Romanick2013-08-061-2/+3
* mesa: Validate the layer selection of an array texture tooIan Romanick2013-08-061-4/+30
* mesa: Don't call driver RenderTexture for invalid zoffsetIan Romanick2013-08-061-0/+6
* mesa: Don't call driver RenderTexture for really broken texturesIan Romanick2013-08-061-2/+20
* mesa: Remove stray debug printfs in attachment completeness codeIan Romanick2013-08-061-2/+0
* mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick2013-08-062-11/+19
* mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick2013-08-062-7/+18
* mesa: Use MIN3 instead of two MIN2s.Matt Turner2013-08-021-4/+5
* mesa: Update comments to match newer specs.Matt Turner2013-08-022-2/+2
* main: Warn that geometry shader support is experimental.Paul Berry2013-08-011-0/+6
* glsl: Export the compiler's GS layout qualifiers to the gl_shader.Eric Anholt2013-08-011-0/+18
* main: Fix delete_shader_cb() for geometry shadersPaul Berry2013-08-011-1/+2
* mesa: Validate the drawing primitive against the geometry shader input primit...Fabian Bieler2013-08-011-0/+68
* mesa/shaderapi: Allow 0 GEOMETRY_VERTICES_OUT.Fabian Bieler2013-08-011-1/+1
* mesa: Copy linked program data for GS.Paul Berry2013-08-012-1/+12
* mesa: Refactor copying of linked program data.Paul Berry2013-08-013-2/+32
* glsl: support compilation of geometry shadersBryan Cain2013-08-011-1/+3
* mesa: account for geometry shader texture fetches in update_texture_stateBryan Cain2013-08-011-5/+13
* main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry2013-08-016-7/+16
* main: Fix geometry shader error messages (missing right paren)Paul Berry2013-08-011-3/+3
* Correct clamping of TEXTURE_{MAX, BASE}_LEVELCorey Richardson2013-08-011-2/+20
* De-tab and align comments in gl_texture_objectCorey Richardson2013-08-011-22/+23
* mesa: fix multisampling proxy textures not being queryableMikko Juola2013-07-311-0/+2
* mesa: fix proxy textures becoming immutable and unusableMikko Juola2013-07-311-1/+1
* mesa: fix proxy textures not working with default texture bindingMikko Juola2013-07-311-1/+1
* mesa: fix number of mipmaps calculation for proxy texturesMikko Juola2013-07-311-0/+10
* mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul2013-07-311-10/+7
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-0/+6
* mesa: add MESA_GLSL debug flag to dump shaders on compile errorMarek Olšák2013-07-302-5/+15
* mesa: default texture buffer format should be R8 in the core profileMarek Olšák2013-07-301-2/+2
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-302-4/+6
* mesa: Remove broken assertion about enabled texture targets.Kenneth Graunke2013-07-291-4/+2
* mesa: Expose OES_surfaceless_context.Matt Turner2013-07-291-0/+1
* mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.Matt Turner2013-07-291-2/+6
* mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick2013-07-261-1/+1
* mesa: implement mipmap generation for compressed 2D array texturesBrian Paul2013-07-241-16/+43
* mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul2013-07-241-28/+24
* mesa: fix rgtc snorm decodingRoland Scheidegger2013-07-241-3/+3
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-183-0/+24
* mesa: Remove commas at end of enumerator lists.Vinson Lee2013-07-171-4/+4
* mesa: update glext.h to version 20130708Brian Paul2013-07-124-4/+4
* mesa: simplify some _mesa_IsEnabled() queriesBrian Paul2013-07-121-10/+11
* mesa: whitespace, formatting, 80-column wrappingBrian Paul2013-07-121-12/+18
* mesa: s/unsigned/int/ to fix MSVC warning in uniforms.cBrian Paul2013-07-121-1/+1
* mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul2013-07-121-1/+1
* mesa: add casts to fix MSVC warnings in multisample.cBrian Paul2013-07-121-2/+3