aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák2018-01-061-1/+0
* meta: Don't pollute the texture namespaceIan Romanick2018-01-022-29/+10
* meta: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-022-5/+5
* meta: Use _mesa_CreateTextures instead of _mesa_GenTexturesIan Romanick2018-01-021-1/+1
* meta: Track temporary textures using gl_texture_object instead of GL API obje...Ian Romanick2018-01-023-17/+36
* meta/blit: Track temporary texture using gl_texture_object instead of GL API ...Ian Romanick2018-01-022-7/+7
* meta/blit: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-021-1/+1
* meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-7/+6
* meta/blit: Track source texture using gl_texture_object instead of GL API obj...Ian Romanick2018-01-022-0/+2
* meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return itIan Romanick2018-01-022-14/+14
* meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-9/+7
* meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-14/+10
* meta/blit: Don't restore state of the temporary textureIan Romanick2018-01-021-21/+27
* meta/blit: Check the values instead of the target before restoringIan Romanick2018-01-021-2/+6
* meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke2017-12-061-9/+14
* meta: Initialize depth/clear values on declaration.Kenneth Graunke2017-12-061-5/+2
* mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2017-11-091-1/+1
* meta: Delete the PBO texsubimage path for realJason Ekstrand2017-10-121-495/+0
* meta: Delete the PBO texture upload/download pathJason Ekstrand2017-10-121-17/+0
* meta: Unset the textures_used_by_txf bitfield.Kenneth Graunke2017-10-121-0/+13
* mesa: add support for memory object creation/import/deleteAndres Rodriguez2017-08-061-0/+4
* meta: Actually initialize ImmutableLevels to 1.Kenneth Graunke2017-07-171-0/+1
* mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák2017-06-221-1/+1
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-221-1/+1
* meta: do the full FBO completeness check in decompress_texture_imageMarek Olšák2017-06-221-0/+5
* meta/blit: Silence unused parameter warningIan Romanick2017-06-201-2/+2
* meta: Silence unused parameter warningIan Romanick2017-06-201-2/+2
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-172-10/+5
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-111-2/+6
* mesa: tidy up renderbuffer RefCount initialisationTimothy Arceri2017-04-061-2/+0
* mesa: move FLUSH_VERTICES() call to metaTimothy Arceri2017-03-311-7/+10
* mesa: remove dd_function_table::BindProgramMarek Olšák2017-03-291-1/+0
* mesa: Add SetBackgroundContext to dd_function_tablePaul Berry2017-03-161-0/+3
* mesa/glsl: introduce new gl_compile_status enumTimothy Arceri2017-03-121-1/+1
* mesa: retain gl_shader_programs after glDeleteProgram if they are in useTimothy Arceri2017-02-161-1/+1
* meta: Refactor texture format translationTopi Pohjolainen2017-01-271-6/+3
* mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri2017-01-232-21/+9
* meta: Disable dithering during glGenerateMipmapChad Versace2017-01-031-0/+1
* i965: Delete the meta-base CopyImageSubData implementationJason Ekstrand2016-12-052-317/+0
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-2/+3
* meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed texturesEduardo Lima Mitev2016-11-151-3/+17
* drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompressionEduardo Lima Mitev2016-10-281-4/+0
* meta: remove remaining tabs in meta.cTimothy Arceri2016-10-261-49/+49
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-262-6/+6
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-262-6/+6
* mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul2016-10-131-1/+1
* meta: Always do GenerateMipmaps in linear colorspace.Kenneth Graunke2016-08-251-2/+10
* mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez2016-08-241-2/+2
* meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.Kenneth Graunke2016-08-081-54/+30
* mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul2016-07-151-3/+3