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: 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
*
mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.
Mathias Fröhlich
2018-03-22
1
-3
/
+16
*
mesa: Update VAO internal state when setting the _DrawVAO.
Mathias Fröhlich
2018-03-22
2
-5
/
+13
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-0
/
+81
*
mesa: add packing support for setting uniform handles
Timothy Arceri
2018-03-20
1
-3
/
+13
*
mesa: add packing support for setting uniforms
Timothy Arceri
2018-03-20
1
-19
/
+53
*
mesa: create copy uniform to storage helpers
Timothy Arceri
2018-03-20
1
-63
/
+91
*
mesa: rework ParameterList to allow packing
Timothy Arceri
2018-03-20
1
-6
/
+8
*
mesa: add PackedDriverUniformStorage const
Timothy Arceri
2018-03-20
1
-0
/
+3
*
mesa: adjust incorrect comment in texture_buffer_range
Marek Olšák
2018-03-19
1
-2
/
+2
*
main/program_binary: In ProgramBinary set link status as LINKING_SKIPPED
Jordan Justen
2018-03-19
1
-1
/
+1
*
glsl: Remove api_enabled tracking for transform feedback
Jordan Justen
2018-03-19
1
-3
/
+0
*
mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES
Juan A. Suarez Romero
2018-03-16
1
-0
/
+14
*
Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"
Samuel Pitoiset
2018-03-15
1
-0
/
+13
[next]