summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul2013-07-121-2/+2
* mesa: fix inconsistent function declaration, definitionsBrian Paul2013-07-122-4/+4
* mesa: add cast to silence MSVC warningBrian Paul2013-07-121-1/+1
* mesa: Set ProfileMask properly for core profile.Matt Turner2013-07-091-2/+4
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-3/+2
* mesa: renumber shader indices according to their placement in pipelineMarek Olšák2013-07-022-5/+8
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-285-23/+8
* mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick2013-06-283-4/+3
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-284-13/+3
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-282-3/+1
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-286-16/+6
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-283-5/+1
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-287-18/+7