aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer.Iago Toral Quiroga2015-09-231-1/+10
* glsl: bail out early in _mesa_ShaderSource if no shaderobjTapani Pälli2015-09-231-11/+9
* mesa: const-qualify _mesa_is_legal_tex_storage_format ctx paramBrian Paul2015-09-222-2/+4
* mesa: const-qualify _mesa_base_tex_format() ctx paramBrian Paul2015-09-222-2/+2
* mesa: const-qualify buffer_object_subdata_range_good() bufObj parameterBrian Paul2015-09-221-1/+1
* mesa: whitespace, comment fixes in texstorage.cBrian Paul2015-09-221-15/+18
* mesa/es3.1: Enable GL_ARB_vertex_attrib_binding functionality for GLES 3.1Marta Lofstedt2015-09-221-7/+7
* mesa/es3.1: Allow query of Vertex bindings for GLES 3.1Marta Lofstedt2015-09-221-3/+4
* mesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer error handling with OpenG...Marta Lofstedt2015-09-221-1/+1
* mesa/teximage: reuse compressed format utility functions for base_formatNanley Chery2015-09-191-145/+5
* mesa/texcompress: add compressed formats to base format utility functionNanley Chery2015-09-191-0/+14
* mesa/glformats: refactor compressed format support functionNanley Chery2015-09-191-79/+40
* mesa/formats: add MESA_LAYOUT_LATCNanley Chery2015-09-195-16/+7
* mesa: fix errors when reading depth with glReadPixelsTapani Pälli2015-09-182-1/+7
* mesa: Fix texture compression on big-endian systemsUlrich Weigand2015-09-174-7/+14
* mesa: return initial value for VALIDATE_STATUS if pipe not boundTapani Pälli2015-09-171-1/+2
* mesa: return initial value for PROGRAM_SEPARABLE when not linkedTapani Pälli2015-09-171-1/+2
* mesa: enable query of PROGRAM_PIPELINE_BINDING for ES 3.1Tapani Pälli2015-09-171-3/+3
* Revert "mesa/extensions: restrict GL_OES_EGL_image to GLES"Dave Airlie2015-09-171-1/+2
* mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul2015-09-164-388/+458
* mesa: remove trailing whitespace in bufferobj.cBrian Paul2015-09-161-7/+7
* mesa: whitespace, line wrap fixes in varray.cBrian Paul2015-09-161-12/+20
* mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLESNanley Chery2015-09-151-1/+2
* mesa/extensions: restrict GL_OES_EGL_image to GLESNanley Chery2015-09-151-2/+1
* mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPATNanley Chery2015-09-152-4/+6
* mesa: add infra for ARB_shader_texture_image_samplesIlia Mirkin2015-09-102-0/+2
* mesa: Resolve GCC missing field initializer warning.Rhys Kidd2015-09-101-4/+4
* mesa: Allow query of GL_VERTEX_BINDING_BUFFERMarta Lofstedt2015-09-091-0/+8
* mesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1Marta Lofstedt2015-09-091-7/+7
* mesa/tests: Remove unneeded X11_CFLAGSJon TURNEY2015-09-071-1/+0
* mesa: change 'SHADER_SUBST' facility to work with env variablesTapani Pälli2015-09-041-38/+101
* mesa/pbo: Handle zero width, height or depth when validating accessNeil Roberts2015-09-031-0/+6
* mesa: Don't allow wrong type setters for matrix uniformsIan Romanick2015-09-021-0/+25
* mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_typeIan Romanick2015-09-023-42/+42
* mesa: Silence unused parameter warnings in bufferobj.cIan Romanick2015-09-021-0/+2
* mesa: Remove target parameter from _mesa_handle_bind_buffer_genIan Romanick2015-09-023-7/+4
* mesa/readpixels: check strides are equal before skipping conversionDave Airlie2015-09-021-1/+2
* texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2015-09-022-5/+5
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-024-0/+60
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-024-0/+111
* mesa: handle SwapBytes in compressed texture get code.Dave Airlie2015-09-021-0/+7
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-025-49/+82
* mesa: Move gl_vert_attrib from mtypes.h to shader_enums.hJason Ekstrand2015-09-011-107/+0
* mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usageMarta Lofstedt2015-09-011-1/+17
* mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt2015-09-013-8/+8
* mesa/glformats: recognize ASTC formats as color formatsNanley Chery2015-08-311-0/+28
* mesa/texformat: use format conversion function in _mesa_choose_tex_formatvulkan-protex-2015.09.24.r01-baseNanley Chery2015-08-311-81/+13
* mesa/texcompress: correct mapping of S3TC formats in conversion functionNanley Chery2015-08-311-2/+2
* mesa: return old name for deleted samplers for SAMPLER_BINDING queriesDaniel Scharrer2015-08-281-10/+1
* mesa: add missing queries for ARB_direct_state_accessDaniel Scharrer2015-08-282-0/+98