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
...
*
i965/formats: Update the three-channel DXT1 mappings
Nanley Chery
2017-05-19
2
-14
/
+5
*
st/mesa: remove an incorrect assertion
Nicolai Hähnle
2017-05-18
1
-2
/
+0
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-18
1
-1
/
+2
*
mesa/st: fix yuv EGLImage's
Rob Clark
2017-05-18
1
-2
/
+30
*
i915: Fix build break with empty unreachable()
Daniel Stone
2017-05-10
1
-4
/
+2
*
i965: Don't try to unmap NULL program cache BO.
Kenneth Graunke
2017-05-08
1
-4
/
+7
*
Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."
Kenneth Graunke
2017-05-08
1
-23
/
+2
*
i965: Set modifier for imported and duplicated images
Daniel Stone
2017-05-08
1
-0
/
+20
*
i965: Use helper function for modifier -> tiling
Daniel Stone
2017-05-08
1
-17
/
+34
*
mesa/dri: always link against shared glapi
Emil Velikov
2017-05-08
1
-7
/
+9
*
i965: Solve Android native fence fd double close
Randy Xu
2017-05-05
1
-1
/
+1
*
st/mesa: don't cast the incomplete framebufer to st_framebuffer
Nicolai Hähnle
2017-04-30
2
-2
/
+4
*
mesa: validate sampler type across the whole program
Timothy Arceri
2017-04-24
3
-5
/
+28
*
mesa/glthread: correctly compare thread handles
Emil Velikov
2017-04-24
1
-1
/
+1
*
st/mesa: automake: honour the vdpau header install location
Emil Velikov
2017-04-24
1
-0
/
+1
*
st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
Marek Olšák
2017-04-24
1
-0
/
+2
*
vbo: fix gl_DrawID handling in glMultiDrawArrays
Nicolai Hähnle
2017-04-24
1
-6
/
+15
*
mesa: move glMultiDrawArrays to vbo and fix error handling
Nicolai Hähnle
2017-04-24
5
-18
/
+126
*
mesa: extract need_xfb_remaining_prims_check
Nicolai Hähnle
2017-04-24
1
-20
/
+28
*
mesa: fix remaining xfb prims check for GLES with multiple instances
Nicolai Hähnle
2017-04-24
1
-1
/
+1
*
android: add marshal_generated c and h files to generated sources
Tapani Pälli
2017-04-17
1
-1
/
+3
*
i965/drm: Delete NULL check in brw_bo_unmap().
Kenneth Graunke
2017-04-16
1
-3
/
+0
*
i965/drm: Remove dead return in brw_bo_busy()
Kenneth Graunke
2017-04-16
1
-3
/
+1
*
glsl: delay optimisations on individual shaders when cache is available
Timothy Arceri
2017-04-15
1
-1
/
+2
*
i965: enable OpenGL 4.2 in Ivybridge
Juan A. Suarez Romero
2017-04-14
2
-2
/
+2
*
i965: enable ARB_shader_precision in gen7+
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: enable ARB_vertex_attrib_64bit for gen7+
Juan A. Suarez Romero
2017-04-14
1
-1
/
+1
*
i965: enable OpenGL 4.0 to Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
2
-5
/
+6
*
i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
st/mesa: enable ARB_shader_viewport_layer_array
Nicolai Hähnle
2017-04-14
1
-0
/
+5
*
i965: add missing ir_unop_*/ir_binop_* in visit_leave()
Samuel Pitoiset
2017-04-13
1
-0
/
+3
*
st/mesa: fix wrong comparison in update_framebuffer_state()
Samuel Pitoiset
2017-04-13
1
-4
/
+4
*
radeon: fix duplicate 'const' specifier
Samuel Pitoiset
2017-04-13
2
-2
/
+2
*
mesa: remove some unused functions in the perf monitor area
Samuel Pitoiset
2017-04-13
1
-27
/
+0
*
mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()
Samuel Pitoiset
2017-04-13
1
-15
/
+0
*
mesa: remove unused _mesa_unmarshal_BindBufferBase()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
st/mesa: add some _mesa_is_winsys_fbo() assertions
Brian Paul
2017-04-12
2
-2
/
+9
*
st/mesa: minor optimization in st_DrawBuffers()
Brian Paul
2017-04-12
1
-8
/
+16
*
mesa/st: only update samplers for stages that have changed
Timothy Arceri
2017-04-13
4
-28
/
+94
*
st/mesa: Fix missing-braces warning.
Vinson Lee
2017-04-12
1
-1
/
+1
*
mesa: fix memory leak in arb_fragment_program
Bartosz Tomczyk
2017-04-12
1
-0
/
+1
*
mesa: avoid NULL ptr in prog parameter name
Gregory Hainaut
2017-04-12
1
-1
/
+1
*
i965/drm: Use bools for a few flags.
Kenneth Graunke
2017-04-11
1
-2
/
+2
*
i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.
Kenneth Graunke
2017-04-11
3
-4
/
+4
*
i965/drm: Make BO size a uint64_t rather than unsigned long.
Kenneth Graunke
2017-04-11
2
-11
/
+11
*
i965/drm: Make alignment parameter a uint64_t.
Kenneth Graunke
2017-04-11
2
-4
/
+4
*
i965/drm: Make stride/pitch a uint32_t.
Kenneth Graunke
2017-04-11
4
-31
/
+18
*
i965/drm: Fix types for pwrite/pread fields.
Kenneth Graunke
2017-04-11
2
-14
/
+14
*
i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.
Kenneth Graunke
2017-04-11
4
-62
/
+41
*
mesa/st: remove _mesa_get_fallback_texture() calls
Timothy Arceri
2017-04-12
2
-10
/
+3
[prev]
[next]