aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: avoid triggering assert in implementationLionel Landwerlin2019-12-171-0/+6
* main: Change u_mmAllocMem align2 from bytes (old API) to bits (new API)Kenneth Graunke2019-12-051-1/+1
* mesa: Silence unused parameter warningIan Romanick2019-12-042-3/+3
* mesa: Silence 'left shift of negative value' warning in BPTC compression codeIan Romanick2019-12-041-4/+3
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-023-378/+6
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+3
* mapi: add GetInteger64vEXT with EXT_disjoint_timer_queryTapani Pälli2019-11-261-1/+3
* mesa: enable ARB_shading_language_includeTimothy Arceri2019-11-201-1/+1
* mesa: implement glCompileShaderIncludeARB()Timothy Arceri2019-11-201-3/+63
* mesa: add shader include lookup support for relative pathsTimothy Arceri2019-11-201-10/+75
* mesa: add support cursor support for relative path shader includesTimothy Arceri2019-11-202-0/+19
* mesa: implement glDeleteNamedStringARB()Timothy Arceri2019-11-201-0/+25
* mesa: split _mesa_lookup_shader_include() in twoTimothy Arceri2019-11-201-4/+14
* mesa: implement glGetNamedStringivARB()Timothy Arceri2019-11-201-0/+28
* mesa: implement glIsNamedStringARB()Timothy Arceri2019-11-201-1/+14
* mesa: make error checking optional in _mesa_lookup_shader_include()Timothy Arceri2019-11-202-10/+19
* mesa: implement glGetNamedStringARB()Timothy Arceri2019-11-201-0/+22
* mesa: add glNamedStringARB() supportTimothy Arceri2019-11-201-0/+59
* mesa: add copy_string() helperTimothy Arceri2019-11-201-0/+20
* mesa: add _mesa_lookup_shader_include() helperTimothy Arceri2019-11-202-0/+37
* mesa: add helper to validate tokenise shader include pathTimothy Arceri2019-11-201-0/+82
* mesa: add ARB_shading_language_include infrastructure to gl_shared_stateTimothy Arceri2019-11-204-0/+77
* glsl: add infrastructure for ARB_shading_language_includeTimothy Arceri2019-11-201-0/+1
* mesa: add ARB_shading_language_include stubsTimothy Arceri2019-11-203-6/+65
* mesa: fix warning in 32 bits buildPierre-Eric Pelloux-Prayer2019-11-191-1/+1
* mesa: enable EXT_direct_state_accessPierre-Eric Pelloux-Prayer2019-11-191-0/+1
* mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT functionPierre-Eric Pelloux-Prayer2019-11-193-0/+25
* mesa: add ARB_vertex_attrib_binding glVertexArray* functionsPierre-Eric Pelloux-Prayer2019-11-193-5/+120
* mesa: extend vertex_array_attrib_format to support EXT_dsaPierre-Eric Pelloux-Prayer2019-11-191-12/+6
* mesa: implement ARB_texture_storage_multisample + EXT_dsa functionsPierre-Eric Pelloux-Prayer2019-11-193-2/+60
* mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT functionPierre-Eric Pelloux-Prayer2019-11-193-1/+51
* mesa: add ARB_instanced_arrays EXT_dsa functionPierre-Eric Pelloux-Prayer2019-11-193-0/+52
* mesa: add ARB_clear_buffer_object named functionsPierre-Eric Pelloux-Prayer2019-11-193-2/+46
* mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXTPierre-Eric Pelloux-Prayer2019-11-193-0/+39
* mesa: add ARB_framebuffer_no_attachments named functionsPierre-Eric Pelloux-Prayer2019-11-193-2/+86
* mesa: Don't put sRGB formats in the array format table.Eric Anholt2019-11-151-8/+6
* mesa: Handle GL_COLOR_INDEX in _mesa_format_from_format_and_type().Kenneth Graunke2019-11-151-0/+3
* mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli2019-11-151-4/+14
* Revert "mesa: allow bit queries for EXT_disjoint_timer_query"Tapani Pälli2019-11-141-14/+4
* mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli2019-11-141-4/+14
* s/APIENTRY/GLAPIENTRY/ in teximage.cBrian Paul2019-11-121-1/+1
* mesa: check framebuffer completeness only after state updateLionel Landwerlin2019-11-111-6/+6
* mesa: expose SPIR-V extensions in the Compatibility profile tooMarek Olšák2019-11-071-2/+2
* mesa: Redefine MESA_FORMAT_* in terms of PIPE_FORMAT_*.Eric Anholt2019-11-071-329/+271
* mesa: Prepare for the MESA_FORMAT_* enum to be sparse.Eric Anholt2019-11-073-4/+21
* mesa: Stop defining a full separate format for RGBA_UINT8.Eric Anholt2019-11-073-6/+7
* mesa/imports: let the build system detect strtok_r()Eric Engestrom2019-11-051-1/+1
* mesa: fix call to _mesa_lookup_vao_errPierre-Eric Pelloux-Prayer2019-11-051-1/+1
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-056-12/+12
* mesa/main: delete now unused _mesa_little_endianDylan Baker2019-11-051-12/+0