summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix detection of invalidating both depth and stencil.Eric Anholt2020-01-131-2/+3
* glapi / teximage: implement EGLImageTargetTexStorageEXTGurchetan Singh2020-01-136-7/+117
* teximage: split out helper from EGLImageTargetTexture2DOESGurchetan Singh2020-01-131-18/+29
* main: fix coverity error in _mesa_program_resource_find_name()Samuel Iglesias Gonsálvez2020-01-101-1/+4
* mesa: Prevent _MaxLevel from being less than zeroThong Thai2020-01-081-1/+1
* main: allow external textures for BindImageTextureYevhenii Kolesnikov2020-01-081-1/+5
* mesa/st/i965: add a ProgramResourceHash for quicker resource lookupTapani Pälli2020-01-074-5/+89
* mesa: add new UseNIRGLSLLinker constantTimothy Arceri2020-01-071-0/+3
* mesa: avoid returning a value in a void functionEric Engestrom2019-12-281-1/+2
* 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