index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
1
-1
/
+0
*
meta: Don't pollute the texture namespace
Ian Romanick
2018-01-02
2
-29
/
+10
*
meta: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
2
-5
/
+5
*
meta: Use _mesa_CreateTextures instead of _mesa_GenTextures
Ian Romanick
2018-01-02
1
-1
/
+1
*
meta: Track temporary textures using gl_texture_object instead of GL API obje...
Ian Romanick
2018-01-02
3
-17
/
+36
*
meta/blit: Track temporary texture using gl_texture_object instead of GL API ...
Ian Romanick
2018-01-02
2
-7
/
+7
*
meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
1
-1
/
+1
*
meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-7
/
+6
*
meta/blit: Track source texture using gl_texture_object instead of GL API obj...
Ian Romanick
2018-01-02
2
-0
/
+2
*
meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it
Ian Romanick
2018-01-02
2
-14
/
+14
*
meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-9
/
+7
*
meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-14
/
+10
*
meta/blit: Don't restore state of the temporary texture
Ian Romanick
2018-01-02
1
-21
/
+27
*
meta/blit: Check the values instead of the target before restoring
Ian Romanick
2018-01-02
1
-2
/
+6
*
meta: Fix ClearTexture with GL_DEPTH_COMPONENT.
Kenneth Graunke
2017-12-06
1
-9
/
+14
*
meta: Initialize depth/clear values on declaration.
Kenneth Graunke
2017-12-06
1
-5
/
+2
*
mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
Brian Paul
2017-11-09
1
-1
/
+1
*
meta: Delete the PBO texsubimage path for real
Jason Ekstrand
2017-10-12
1
-495
/
+0
*
meta: Delete the PBO texture upload/download path
Jason Ekstrand
2017-10-12
1
-17
/
+0
*
meta: Unset the textures_used_by_txf bitfield.
Kenneth Graunke
2017-10-12
1
-0
/
+13
*
mesa: add support for memory object creation/import/delete
Andres Rodriguez
2017-08-06
1
-0
/
+4
*
meta: Actually initialize ImmutableLevels to 1.
Kenneth Graunke
2017-07-17
1
-0
/
+1
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-1
/
+1
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
1
-1
/
+1
*
meta: do the full FBO completeness check in decompress_texture_image
Marek Olšák
2017-06-22
1
-0
/
+5
*
meta/blit: Silence unused parameter warning
Ian Romanick
2017-06-20
1
-2
/
+2
*
meta: Silence unused parameter warning
Ian Romanick
2017-06-20
1
-2
/
+2
*
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
2017-05-17
2
-10
/
+5
*
mesa: pass rb attachment to _mesa_framebuffer_texture()
Timothy Arceri
2017-05-11
1
-2
/
+6
*
mesa: tidy up renderbuffer RefCount initialisation
Timothy Arceri
2017-04-06
1
-2
/
+0
*
mesa: move FLUSH_VERTICES() call to meta
Timothy Arceri
2017-03-31
1
-7
/
+10
*
mesa: remove dd_function_table::BindProgram
Marek Olšák
2017-03-29
1
-1
/
+0
*
mesa: Add SetBackgroundContext to dd_function_table
Paul Berry
2017-03-16
1
-0
/
+3
*
mesa/glsl: introduce new gl_compile_status enum
Timothy Arceri
2017-03-12
1
-1
/
+1
*
mesa: retain gl_shader_programs after glDeleteProgram if they are in use
Timothy Arceri
2017-02-16
1
-1
/
+1
*
meta: Refactor texture format translation
Topi Pohjolainen
2017-01-27
1
-6
/
+3
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
2
-21
/
+9
*
meta: Disable dithering during glGenerateMipmap
Chad Versace
2017-01-03
1
-0
/
+1
*
i965: Delete the meta-base CopyImageSubData implementation
Jason Ekstrand
2016-12-05
2
-317
/
+0
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-2
/
+3
*
meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed textures
Eduardo Lima Mitev
2016-11-15
1
-3
/
+17
*
drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompression
Eduardo Lima Mitev
2016-10-28
1
-4
/
+0
*
meta: remove remaining tabs in meta.c
Timothy Arceri
2016-10-26
1
-49
/
+49
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
2
-6
/
+6
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
2
-6
/
+6
*
mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers
Brian Paul
2016-10-13
1
-1
/
+1
*
meta: Always do GenerateMipmaps in linear colorspace.
Kenneth Graunke
2016-08-25
1
-2
/
+10
*
mesa: Rename "texturebarrier" source files to "barrier".
Francisco Jerez
2016-08-24
1
-2
/
+2
*
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-54
/
+30
*
mesa: add numLevels, numSamples to Driver.TestProxyTexImage()
Brian Paul
2016-07-15
1
-3
/
+3
[next]