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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
build systems: move git_sha1_gen.sh to bin/
Eric Engestrom
2017-07-06
1
-1
/
+1
*
i965: Move surface resolves back to draw/dispatch time
Jason Ekstrand
2017-07-05
4
-121
/
+143
*
mesa: Avoid set comprehension.
Vinson Lee
2017-07-05
1
-1
/
+1
*
st/glsl_to_nir: fix edgeflag passthrough
Nicolai Hähnle
2017-07-05
2
-1
/
+6
*
st/mesa: use pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-21
/
+2
*
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
2017-07-05
2
-99
/
+8
*
glsl: simplify add_uniform_to_shader::visit_field
Nicolai Hähnle
2017-07-05
1
-6
/
+5
*
st/mesa: release EGLImage on EGLImageTarget* error
Philipp Zabel
2017-07-04
1
-0
/
+1
*
st/mesa: fix tessellation shaders with no support for shareable shaders
Marek Olšák
2017-07-03
1
-2
/
+2
*
st/mesa: remove an obsolete comment
Nicolai Hähnle
2017-07-03
1
-1
/
+0
*
mesa: remove unused parameter/member of add_uniform_to_shader
Nicolai Hähnle
2017-07-03
1
-6
/
+3
*
i965: Print access flags in INTEL_DEBUG=buf output.
Kenneth Graunke
2017-07-01
1
-3
/
+22
*
i965: Remove clearing of bo->map_gtt after failure
Chris Wilson
2017-07-01
1
-1
/
+0
*
i965: Add inline to brw_bo_unmap
Kenneth Graunke
2017-06-30
1
-1
/
+1
*
i965: Drop global bufmgr lock from brw_bo_map_* functions.
Chris Wilson
2017-06-30
1
-14
/
+15
*
i965: Make brw_bo_unmap a static inline.
Kenneth Graunke
2017-06-30
2
-7
/
+1
*
i965: Discard bo->map_count
Chris Wilson
2017-06-30
2
-53
/
+3
*
i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK.
Kenneth Graunke
2017-06-30
1
-1
/
+3
*
st/mesa: fix texture image resource selection in st_render_texture()
Brian Paul
2017-06-30
1
-1
/
+18
*
st/mesa: check for incomplete texture in st_finalize_texture()
Brian Paul
2017-06-30
1
-0
/
+12
*
i965/i915: Add UYVY as the supported format
Johnson Lin
2017-06-30
3
-18
/
+31
*
build systems: uniformize git_sha1.h generation
Eric Engestrom
2017-06-29
1
-6
/
+1
*
Android: i965: remove libdrm_intel dependency
Rob Herring
2017-06-29
1
-6
/
+6
*
mesa: Require mipmap completeness for glCopyImageSubData() at times.
Kenneth Graunke
2017-06-28
1
-2
/
+57
*
mesa: tidy up white space in pixelstore.c
Timothy Arceri
2017-06-29
1
-6
/
+6
*
mesa: Refactor error checking for GL_TEXTURE_BASE_LEVEL vs texture targets
Ian Romanick
2017-06-28
1
-7
/
+19
*
i965: Drop index buffer re-alignment code.
Kenneth Graunke
2017-06-28
1
-30
/
+8
*
mesa: add KHR_no_error support for glBlendFunc*()
Timothy Arceri
2017-06-29
2
-0
/
+30
*
mesa: create some glBlendFunc*() helper functions
Timothy Arceri
2017-06-29
1
-50
/
+81
*
mesa: add KHR_no_error support for glBindFragDataLocation*()
Timothy Arceri
2017-06-29
2
-0
/
+38
*
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
2
-0
/
+13
*
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
2
-0
/
+23
*
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
2
-0
/
+25
*
mesa: add KHR_no_error support for glLogicOp()
Timothy Arceri
2017-06-29
2
-0
/
+12
*
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
2
-0
/
+21
*
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
*
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
*
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
2
-0
/
+10
*
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
2
-0
/
+14
[prev]
[next]