index
:
~tpalli/mesa
EGL_EXT_image_flush_external
astc_cleanup
automatic_cache_mgmt
debug_resource_list
driver_interface
finish
fix_invariance
flush_rebase
fp64_floor
freedreno-build-fix
glsl_cache
handle_expr
hdr
hdr_metadata
hdr_rebase
iris-timestamp
jenkins
master
mauro_sync_fix
oes_get_program_binary
replacement
scott
state2
switch_2.0
yv12
tapani's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-30
egl/drm: toggle EXT_image_flush_external on WIP
flush_rebase
Tapani Pälli
1
-0
/
+2
2017-05-30
i965: EXT_image_flush_external support WIP
Tapani Pälli
2
-1
/
+38
2017-05-30
egl/dri2: EXT_image_flush_external support WIP
Tapani Pälli
1
-0
/
+31
2017-05-30
dri: required interface changes for EXT_image_flush_external WIP
Tapani Pälli
1
-1
/
+12
2017-05-30
egl: basic plumbing for EXT_image_flush_external WIP
Tapani Pälli
7
-0
/
+92
2017-05-30
etnaviv: Don't try to use the index buffer if size is zero
Tomeu Vizoso
1
-11
/
+13
2017-05-29
i965: Always scissor on Gen4-5 instead of disabling guardband.
Kenneth Graunke
2
-28
/
+13
2017-05-29
i965: Unify Gen4-5 and Gen6 SF_VIEWPORT/CLIP_VIEWPORT code.
Kenneth Graunke
3
-114
/
+9
2017-05-29
i965: Make a set_scissor_bits helper function.
Kenneth Graunke
1
-33
/
+40
2017-05-29
i965: Use GENX(packet_length) rather than hardcoded dword counts.
Kenneth Graunke
1
-9
/
+12
2017-05-29
i965: Move the scissoring code up near the viewport code.
Kenneth Graunke
1
-86
/
+86
2017-05-29
genxml: Make a SCISSOR_RECT structure on Gen4-5.
Kenneth Graunke
3
-12
/
+24
2017-05-29
i965: Replace brw->gen and devinfo->gen with GEN_GEN.
Kenneth Graunke
1
-6
/
+4
2017-05-29
i965: Rework Sandybridge 3DSTATE_VIEWPORT_STATE_POINTERS.
Kenneth Graunke
1
-33
/
+15
2017-05-29
i965: Port CC_VIEWPORT to genxml.
Kenneth Graunke
3
-52
/
+55
2017-05-29
i965: Ignore INTEL_SCALAR_* debug variables on Gen10+.
Kenneth Graunke
1
-10
/
+16
2017-05-30
mesa: add KHR_no_error support for glBindBufferRange()
Timothy Arceri
3
-38
/
+70
2017-05-30
mesa: create bind_buffer_range() helper
Timothy Arceri
1
-3
/
+10
2017-05-30
mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function
Timothy Arceri
3
-31
/
+35
2017-05-30
mesa: create _mesa_bind_buffer_range_xfb() helper
Timothy Arceri
1
-0
/
+20
2017-05-30
mesa: split bind_atomic_buffer() in two
Timothy Arceri
1
-25
/
+29
2017-05-30
mesa: split bind_buffer_range_shader_storage_buffer() in two
Timothy Arceri
1
-13
/
+23
2017-05-30
mesa: split bind_buffer_range_uniform_buffer() in two
Timothy Arceri
1
-13
/
+19
2017-05-30
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Timothy Arceri
3
-1
/
+18
2017-05-30
mesa: add KHR_no_error support for glBindVertexBuffer()
Timothy Arceri
3
-4
/
+18
2017-05-30
mesa: split vertex_array_vertex_buffer() in two
Timothy Arceri
1
-42
/
+53
2017-05-29
radv: Reserve space for descriptor and push constant user SGPR setting.
Bas Nieuwenhuizen
1
-0
/
+8
2017-05-29
amd/common: set vcn dec as hw decode as well
Leo Liu
1
-0
/
+2
2017-05-29
amd/common: add vcn dec ip info query for amdgpu version 3.17
Leo Liu
1
-1
/
+9
2017-05-29
glthread/gallium: require safe_glthread to start glthread
Gregory Hainaut
1
-4
/
+17
2017-05-29
egl: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
1
-1
/
+33
2017-05-29
glx: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2
-2
/
+25
2017-05-29
dri: Extend __DRIbackgroundCallableExtensionRec to include a callback that ch...
Gregory Hainaut
1
-0
/
+13
2017-05-29
egl/wayland: use the image_driver alongside the image_loader
Emil Velikov
1
-6
/
+14
2017-05-29
egl/wayland: set the resize_callback if the flush extension is available
Emil Velikov
1
-3
/
+3
2017-05-29
egl/wayland: select the format based on the interface used
Emil Velikov
1
-1
/
+2
2017-05-29
egl/surfaceless: use the image_driver for image_loader
Emil Velikov
1
-4
/
+4
2017-05-29
egl/android: use the image_driver alongside the image_loader
Emil Velikov
1
-11
/
+20
2017-05-29
egl/x11: flatten codeflow
Emil Velikov
1
-9
/
+7
2017-05-29
egl/x11: check for dri2_dpy->flush before using the flush extension
Emil Velikov
1
-5
/
+3
2017-05-29
egl/drm: flatten codeflow
Emil Velikov
1
-19
/
+20
2017-05-29
egl/drm: check for dri2_dpy->flush before using the flush extension
Emil Velikov
1
-1
/
+1
2017-05-29
egl: annotate dri2_egl_display_vtbl as const data
Emil Velikov
5
-7
/
+7
2017-05-29
egl/wayland: don't modify the vtbl if an extension is not available
Emil Velikov
1
-5
/
+2
2017-05-29
egl: error out on eglCreateWaylandBufferFromImageWL
Emil Velikov
1
-1
/
+2
2017-05-29
gbm: manage only the required set of DRI extensions
Emil Velikov
2
-2
/
+0
2017-05-29
egl/drm: use dri2_setup_extensions() over the extensions provided by GBM
Emil Velikov
1
-4
/
+5
2017-05-29
egl: refactor dri2_create_screen() into three separate functions
Emil Velikov
6
-19
/
+58
2017-05-29
egl/x11: make use of the dri2_display_destroy() helper
Emil Velikov
1
-55
/
+23
2017-05-29
egl/wayland: make use of the dri2_display_destroy() helper
Emil Velikov
1
-59
/
+25
[next]