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
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
4
-22
/
+0
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
5
-6
/
+644
*
main: fail texture_storage() call if the size is not okay
Xiong, James
2018-05-10
1
-0
/
+1
*
main: return 0 length when the queried program object's not linked
Xiong, James
2018-05-10
1
-1
/
+1
*
mesa: fix error handling in get_framebuffer_parameteriv
Rhys Perry
2018-05-09
1
-31
/
+41
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
2
-3
/
+2
*
mesa: dont call _mesa_override_glsl_version() in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-3
/
+0
*
mesa: dont set GLSLVersion in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-1
/
+0
*
mesa/formatquery: remove online compression check on is_resource_supported
Alejandro Piñeiro
2018-05-08
1
-2
/
+1
*
ffvertex: Don't try to read output registers in fog calculation
Ian Romanick
2018-05-04
1
-4
/
+6
*
mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)
Ian Romanick
2018-05-04
1
-0
/
+1
*
mesa: Silence an unused parameter warning
Ian Romanick
2018-05-04
1
-5
/
+4
*
mesa/main/readpix: Correct handling of packed floating point values
Gert Wollny
2018-05-04
1
-2
/
+4
*
mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2018-04-30
13
-11
/
+474
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
1
-0
/
+1
*
mesa: add TBO support for GL_EXT_texture_norm16
Tapani Pälli
2018-04-27
1
-3
/
+3
*
mesa: drop the buffer mode param from the DrawBuffer driver function
Timothy Arceri
2018-04-27
2
-3
/
+3
*
mesa: GL_EXT_texture_norm16 extension plumbing
Tapani Pälli
2018-04-25
6
-9
/
+78
*
mesa: call DrawBufferAllocate driver hook in update_framebuffer for windows-s...
Boyan Ding
2018-04-25
1
-0
/
+6
*
st/mesa: add new driver function DrawBufferAllocate
Timothy Arceri
2018-04-25
2
-1
/
+7
*
mesa: some C99 tidy ups for framebuffer.c
Timothy Arceri
2018-04-25
1
-13
/
+5
*
mesa: rename api_validate.{c,h} -> draw_validate.{c,h}
Timothy Arceri
2018-04-24
4
-3
/
+3
*
mesa: merge the driver functions DrawBuffers and DrawBuffer
Timothy Arceri
2018-04-17
2
-8
/
+2
*
mesa: remove unused 'i' in dimensions_error_check()
Brian Paul
2018-04-13
1
-1
/
+0
*
mesa: remove snprintf macro in imports.h to fix MSVC build
Brian Paul
2018-04-13
2
-5
/
+1
*
getteximage: assume texture image is empty for non defined levels
Juan A. Suarez Romero
2018-04-13
1
-2
/
+25
*
gettextureimage: verify cube map is complete
Juan A. Suarez Romero
2018-04-13
1
-9
/
+14
*
gettextsubimage: verify zoffset and depth are correct
Juan A. Suarez Romero
2018-04-13
1
-2
/
+2
*
mesa: free debug messages when destroying the debug state
Timothy Arceri
2018-04-13
1
-22
/
+23
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
59
-303
/
+309
*
mesa: include dispatch.h less
Marek Olšák
2018-04-12
20
-20
/
+0
*
mesa: Silence remaining unused parameter warnings in teximage.c
Ian Romanick
2018-04-11
1
-21
/
+21
*
mesa: Silence unused parameter warning in compressedteximage_only_format
Ian Romanick
2018-04-11
3
-10
/
+10
*
mesa: Assert base format before truncating to unsigned short
Topi Pohjolainen
2018-04-11
1
-2
/
+3
*
mesa: fix glsl version mismatch in compat profile
Timothy Arceri
2018-04-11
1
-2
/
+6
*
mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage
Andres Gomez
2018-04-09
1
-2
/
+8
*
mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override
Marek Olšák
2018-04-09
1
-12
/
+11
*
Revert "mesa: add GL_HALF_FLOAT as supported type to readpixels"
Tapani Pälli
2018-04-03
1
-2
/
+0
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-10
/
+2
*
mesa: fix MSVC bitshift overflow warnings
Brian Paul
2018-03-30
1
-1
/
+1
*
mesa/glspirv: Add a _mesa_spirv_to_nir() function
Eduardo Lima Mitev
2018-03-30
2
-0
/
+65
*
mesa/glspirv: Add _mesa_spirv_link_shaders() function
Eduardo Lima Mitev
2018-03-30
2
-0
/
+75
*
mesa: Add a reference to gl_shader_spirv_data to gl_linked_shader
Eduardo Lima Mitev
2018-03-30
2
-0
/
+9
*
mesa: Implement glSpecializeShaderARB
Nicolai Hähnle
2018-03-30
1
-2
/
+105
*
mesa: add gl_constants::SpirVCapabilities
Nicolai Hähnle
2018-03-30
1
-0
/
+3
*
mesa: Inherit texture view multi-sample information from the original texture...
Henri Verbeet
2018-03-29
3
-14
/
+26
*
mesa: add GL_HALF_FLOAT as supported type to readpixels
Lin Johnson
2018-03-27
1
-0
/
+2
*
mesa: Flag early if we modify a SharedAndImmutable VAO.
Mathias Fröhlich
2018-03-23
1
-0
/
+6
*
mesa: When copying a VAO also copy the vertex attribute mode.
Mathias Fröhlich
2018-03-23
1
-0
/
+1
*
mesa: A change of gl_vertex_processing_mode needs an array update.
Mathias Fröhlich
2018-03-22
1
-3
/
+17
[next]