index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
glspirv: Enable the new deref-base UBO/SSBO path on gl_spirv
Alejandro Piñeiro
2019-06-30
1
-2
/
+10
*
mesa: use binary search for MESA_EXTENSION_OVERRIDE
Eric Engestrom
2019-06-30
1
-6
/
+16
*
mesa: stop trying new filenames if the filename existing is not the issue
Eric Engestrom
2019-06-28
1
-0
/
+6
*
mesa: use os_file_create_unique()
Eric Engestrom
2019-06-28
1
-5
/
+4
*
mesa: add display list support for gl(Compressed)TextureSubImage2DEXT
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-0
/
+89
*
mesa: add glTextureParameteri/iv/f/fvEXT
Pierre-Eric Pelloux-Prayer
2019-06-28
4
-6
/
+223
*
mesa: extend _mesa_lookup_or_create_texture to support EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-06-28
2
-3
/
+19
*
mesa: refactor bind_texture
Pierre-Eric Pelloux-Prayer
2019-06-28
2
-17
/
+36
*
mesa: extract helper function for glTexParameter*
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-13
/
+24
*
mesa: add buffer != 0 checks to glNamedBufferEXT functions
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-2
/
+33
*
mesa: fix a typo in map_named_buffer_range
Marek Olšák
2019-06-28
1
-2
/
+2
*
mesa: add support for glMapNamedBufferEXT()
Timothy Arceri
2019-06-28
3
-1
/
+26
*
mesa: add support for glUnmapNamedBufferEXT()
Timothy Arceri
2019-06-28
3
-6
/
+5
*
mesa: add support for glCompressedTextureSubImage2DEXT()
Timothy Arceri
2019-06-28
3
-25
/
+59
*
mesa: add support for glTextureSubImage2DEXT()
Timothy Arceri
2019-06-28
3
-29
/
+116
*
mesa: add support for glMapNamedBufferRangeEXT()
Timothy Arceri
2019-06-28
3
-14
/
+36
*
mesa: add support for glNamedBufferStorageEXT
Timothy Arceri
2019-06-28
3
-0
/
+19
*
mesa: add support for glNamedBuffer*DataEXT()
Timothy Arceri
2019-06-28
3
-2
/
+39
*
mesa: add support for glBindMultiTextureEXT
Timothy Arceri
2019-06-28
3
-10
/
+37
*
mesa: use a correct function return type
Andrii Simiklit
2019-06-27
2
-2
/
+2
*
glspirv: Call pass to lower frexp instructions
Caio Marcelo de Oliveira Filho
2019-06-19
1
-0
/
+2
*
mesa/main: Expose EXT_clip_control and related enums and the function
Gert Wollny
2019-06-06
3
-2
/
+8
*
mesa: Use string literals for format strings
Mark Janes
2019-06-03
1
-3
/
+3
*
mesa: EXT_dsa add selectorless matrix stack functions
Pierre-Eric Pelloux-Prayer
2019-06-03
4
-112
/
+820
*
mesa: factor out enum -> matrix stack lookup
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-54
/
+56
*
mesa: add a list of EXT_direct_state_access to dispatch sanity
Timothy Arceri
2019-06-03
1
-0
/
+210
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
8
-13
/
+11
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
1
-5
/
+2
*
glspirv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-29
1
-1
/
+1
*
mesa/main: clean up extension-check for GL_SAMPLE_MASK
Erik Faye-Lund
2019-05-29
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_SAMPLE_SHADING
Erik Faye-Lund
2019-05-29
1
-4
/
+2
*
mesa/main: correct extension-checks for GL_PRIMITIVE_RESTART_FIXED_INDEX
Erik Faye-Lund
2019-05-29
1
-3
/
+2
*
mesa/main: correct extension-checks for GL_BLEND_ADVANCED_COHERENT_KHR
Erik Faye-Lund
2019-05-29
1
-2
/
+4
*
mesa/main: correct extension-checks for GL_FRAMEBUFFER_SRGB
Erik Faye-Lund
2019-05-29
1
-2
/
+6
*
mesa/main: correct extension-checks for MESA_tile_raster_order
Erik Faye-Lund
2019-05-29
1
-6
/
+12
*
mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistent
Erik Faye-Lund
2019-05-29
1
-1
/
+2
*
mesa/main: make the PRIMITIVE_RESTART_NV checks consistent
Erik Faye-Lund
2019-05-29
1
-3
/
+2
*
Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"
Dave Airlie
2019-05-27
1
-4
/
+0
*
mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistent
Erik Faye-Lund
2019-05-23
1
-1
/
+2
*
mesa/main: make the FRAGMENT_PROGRAM checks consistent
Erik Faye-Lund
2019-05-23
1
-3
/
+2
*
mesa/main: make the TEXTURE_CUBE_MAP checks consistent
Erik Faye-Lund
2019-05-23
1
-3
/
+5
*
mesa/main: remove duplicate macros
Erik Faye-Lund
2019-05-23
1
-14
/
+0
*
mesa/main: remove unused argument
Erik Faye-Lund
2019-05-23
1
-24
/
+24
*
mesa/main: remove unused macro
Erik Faye-Lund
2019-05-23
1
-8
/
+0
*
mesa: unreference current winsys buffers when unbinding winsys buffers
Charmaine Lee
2019-05-20
1
-0
/
+4
*
mesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTERNAL_OES
Marek Olšák
2019-05-14
1
-1
/
+1
*
mesa: Set _NEW_VARYING_VP_INPUTS iff varying_vp_inputs are set.
Mathias Fröhlich
2019-05-14
1
-7
/
+6
*
mesa: Avoid setting _NEW_VARYING_VP_INPUTS in non fixed function mode.
Mathias Fröhlich
2019-05-14
3
-2
/
+16
*
mesa: Fix test for setting the _NEW_VARYING_VP_INPUTS flag.
Mathias Fröhlich
2019-05-14
1
-8
/
+3
*
mesa: Make _mesa_set_varying_vp_inputs static in state.c.
Mathias Fröhlich
2019-05-14
2
-8
/
+3
[next]