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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: add bind_frag_data_location() helper
Timothy Arceri
2017-06-29
1
-11
/
+19
*
mesa: add KHR_no_error support for glGetUniformLocation()
Timothy Arceri
2017-06-29
3
-1
/
+14
*
mesa: inline _mesa_finish()
Timothy Arceri
2017-06-29
2
-19
/
+8
*
mesa: add KHR_no_error support for glDisableVertexA*A*()
Timothy Arceri
2017-06-29
4
-2
/
+25
*
mesa: move error handling into disable_vertex_array_attrib() callers
Timothy Arceri
2017-06-29
1
-10
/
+14
*
mesa: add KHR_no_error support for glEnableVertexA*A*()
Timothy Arceri
2017-06-29
4
-2
/
+27
*
mesa: add KHR_no_error support for glLogicOp()
Timothy Arceri
2017-06-29
3
-1
/
+13
*
mesa: add logic_op() helper
Timothy Arceri
2017-06-29
1
-9
/
+16
*
mesa: add KHR_no_error support for glPixelStore*()
Timothy Arceri
2017-06-29
3
-2
/
+23
*
mesa: add pixel_storei() helper
Timothy Arceri
2017-06-29
1
-46
/
+57
*
mesa: remove redundant error check
Timothy Arceri
2017-06-29
1
-4
/
+0
*
mesa: GL_TEXTURE_BORDER_COLOR exists in OpenGL 1.0, so don't depend on GL_ARB...
Ian Romanick
2017-06-28
1
-1
/
+9
*
genxml: Silence about a billion unused parameter warnings
Ian Romanick
2017-06-28
1
-2
/
+7
*
mesa: Fix Android build
Chad Versace
2017-06-28
1
-1
/
+1
*
i965: Fix anisotropic filtering for mag filter
Eero Tamminen
2017-06-28
1
-1
/
+1
*
etnaviv: fix shader miscompilation with more than 16 labels
Lucas Stach
2017-06-28
1
-28
/
+32
*
ac/nir: remove last remnants of v16i8
Dave Airlie
2017-06-28
3
-9
/
+3
*
ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffers
Alex Smith
2017-06-28
1
-29
/
+34
*
ac/nir: assert printfs will fit
James Legg
2017-06-28
1
-5
/
+12
*
ac/nir: Make intrinsic_name buffer long enough
James Legg
2017-06-28
1
-1
/
+1
*
i965/dri: Support R8G8B8A8 and R8G8B8X8 configs
Chad Versace
2017-06-28
2
-3
/
+43
*
mesa: do not use format string as literal string
Juan A. Suarez Romero
2017-06-28
1
-2
/
+2
*
scons: add code to generate format_fallback.c file
Brian Paul
2017-06-28
1
-0
/
+7
*
mesa: add KHR_no_error support for glClear()
Samuel Pitoiset
2017-06-28
3
-1
/
+11
*
mesa: add clear() helper
Samuel Pitoiset
2017-06-28
1
-23
/
+31
*
mesa: add KHR_no_error support for glBindAttribLocation()
Samuel Pitoiset
2017-06-28
3
-1
/
+15
*
mesa: add bind_attrib_location() helper
Samuel Pitoiset
2017-06-28
1
-19
/
+29
*
mesa: add KHR_no_error support for gl*ReadBuffer()
Samuel Pitoiset
2017-06-28
4
-2
/
+40
*
mesa: create read_buffer_err() and always inline read_buffer()
Samuel Pitoiset
2017-06-28
1
-18
/
+31
*
mesa: add KHR_no_error support for glVertex*AttribBinding()
Samuel Pitoiset
2017-06-28
4
-2
/
+32
*
mesa: add KHR_no_error support for glShaderStorageBlockBinding()
Samuel Pitoiset
2017-06-28
3
-1
/
+19
*
mesa: add shader_storage_block_binding() helper
Samuel Pitoiset
2017-06-28
1
-9
/
+19
*
mesa: add KHR_no_error support for glUniformBlockBinding()
Samuel Pitoiset
2017-06-28
3
-1
/
+16
*
mesa: add uniform_block_binding() helper
Samuel Pitoiset
2017-06-28
1
-9
/
+16
*
mesa: add KHR_no_error support for glFenceSync()
Samuel Pitoiset
2017-06-28
3
-1
/
+12
*
mesa: add fence_sync() helper
Samuel Pitoiset
2017-06-28
1
-17
/
+25
*
mesa: add KHR_no_error support for glClientWaitSync()
Samuel Pitoiset
2017-06-28
3
-1
/
+14
*
mesa: add client_wait_sync() helper
Samuel Pitoiset
2017-06-28
1
-16
/
+26
*
mesa: add KHR_no_error support for glCheckFramebufferStatus()
Samuel Pitoiset
2017-06-28
3
-1
/
+14
*
mesa: add KHR_no_error support for gl*Renderbuffers()
Samuel Pitoiset
2017-06-28
4
-2
/
+24
*
mesa: prepare create_render_buffers() for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-7
/
+17
*
mesa: add KHR_no_error support for gl*ProgramPipelines()
Samuel Pitoiset
2017-06-28
4
-2
/
+22
*
mesa: prepare create_program_pipelines() for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-12
/
+17
*
mesa: add KHR_no_error support for gl*Samplers()
Samuel Pitoiset
2017-06-28
4
-2
/
+23
*
mesa: prepare create_samplers() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-12
/
+19
*
mesa: add KHR_no_error support for gl*Textures()
Samuel Pitoiset
2017-06-28
4
-2
/
+24
*
mesa: prepare create_textures() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-10
/
+18
*
mesa: fix an error message in create_textures()
Samuel Pitoiset
2017-06-28
1
-1
/
+1
*
mesa: add KHR_no_error support for gl*Buffers()
Samuel Pitoiset
2017-06-28
4
-2
/
+24
*
mesa: prepare create_buffers() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-17
/
+24
[prev]
[next]