index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
17
-62
/
+140
2018-11-28
winsys/amdgpu: add amdgpu_winsys_bo::lock
Nicolai Hähnle
3
-13
/
+20
2018-11-28
vulkan/wsi: fix s/,/;/ typo
Eric Engestrom
1
-2
/
+2
2018-11-28
egl/wayland: plug memory leak in drm_handle_device()
Emil Velikov
1
-0
/
+2
2018-11-28
egl/wayland: bail out when drmGetMagic fails
Emil Velikov
1
-1
/
+8
2018-11-28
wsi/display: fix mem leak when freeing swapchains
Eric Engestrom
1
-0
/
+2
2018-11-28
i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8
Gert Wollny
1
-3
/
+10
2018-11-28
i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8
Gert Wollny
1
-3
/
+7
2018-11-28
virgl: Don't try handling server fences when they are not supported
Gert Wollny
1
-2
/
+4
2018-11-28
virgl,vtest: Initialize return value
Gert Wollny
1
-1
/
+1
2018-11-28
intel/compiler: fix register allocation in opt_peephole_sel
Iago Toral Quiroga
1
-2
/
+1
2018-11-27
glsl: Remove unused member variable
Matt Turner
1
-4
/
+0
2018-11-27
nir: Call fflush() at the end of nir_print_shader()
Matt Turner
1
-0
/
+1
2018-11-27
v3d: Add renderonly support.
Eric Anholt
6
-5
/
+77
2018-11-27
gallium: Remove unused variable in u_tests.
Eric Anholt
1
-1
/
+0
2018-11-27
radv: Align large buffers to the fragment size.
Bas Nieuwenhuizen
1
-1
/
+5
2018-11-27
freedreno: implements get_sample_position
Hyunjun Ko
1
-0
/
+45
2018-11-27
freedreno/a3xx: also set FSSUPERTHREADENABLE
Rob Clark
1
-0
/
+1
2018-11-27
freedreno: use MSM_BO_SCANOUT with scanout buffers
Jonathan Marek
3
-1
/
+7
2018-11-27
freedreno: use GENERIC instead of TEXCOORD for blit program
Jonathan Marek
1
-1
/
+1
2018-11-27
freedreno: a2xx texture update
Jonathan Marek
9
-20
/
+212
2018-11-27
freedreno/a2xx: Compute depth base in gmem correctly
Jonathan Marek
1
-5
/
+7
2018-11-27
freedreno/a2xx: set VIZ_QUERY_ID on a20x
Jonathan Marek
1
-0
/
+5
2018-11-27
freedreno: add missing a20x ids
Jonathan Marek
1
-0
/
+2
2018-11-27
freedreno/a2xx: fix POINT_MINMAX_MAX overflow
Jonathan Marek
1
-1
/
+1
2018-11-27
freedreno: a2xx: fd2_draw update
Jonathan Marek
6
-20
/
+114
2018-11-27
nir: add fceil lowering
Jonathan Marek
2
-0
/
+4
2018-11-27
freedreno: update generated headers
Rob Clark
7
-39
/
+287
2018-11-27
freedreno/a6xx: set guardband clip
Rob Clark
4
-7
/
+57
2018-11-27
freedreno/a6xx: disable LRZ for z32
Rob Clark
1
-1
/
+13
2018-11-27
freedreno/a6xx: Clear gmem buffers at flush time
Kristian H. Kristensen
4
-178
/
+180
2018-11-27
freedreno/a6xx: Move resolve blits to an IB
Kristian H. Kristensen
3
-8
/
+29
2018-11-27
freedreno/a6xx: Move restore blits to IB
Kristian H. Kristensen
3
-19
/
+49
2018-11-27
mesa/st: better colormask check for clear fallback
Rob Clark
1
-2
/
+8
2018-11-27
mesa/st: swap order of clear() and clear_with_quad()
Rob Clark
1
-3
/
+3
2018-11-27
freedreno: move ir3 to common location
Rob Clark
44
-110
/
+145
2018-11-27
freedreno/ir3: remove u_inlines usage
Rob Clark
1
-10
/
+10
2018-11-27
freedreno/ir3: split up ir3_shader
Rob Clark
14
-667
/
+766
2018-11-27
freedreno/ir3: remove pipe_stream_output_info dependency
Rob Clark
8
-17
/
+68
2018-11-27
freedreno/ir3: some header file cleanup
Rob Clark
11
-26
/
+24
2018-11-27
freedreno/ir3: use env_var_as_unsigned()
Rob Clark
2
-14
/
+2
2018-11-27
util: env_var_as_unsigned() helper
Rob Clark
2
-0
/
+22
2018-11-27
freedreno/ir3: move disasm and optmsgs debug flags
Rob Clark
9
-22
/
+25
2018-11-27
freedreno: FD_SHADER_DEBUG -> IR3_SHADER_DEBUG
Rob Clark
4
-33
/
+34
2018-11-27
freedreno: remove shader_stage_name()
Rob Clark
3
-21
/
+3
2018-11-27
freedreno: shader_t -> gl_shader_stage
Rob Clark
22
-143
/
+121
2018-11-27
freedreno/ir3: standalone compiler updates
Rob Clark
1
-6
/
+27
2018-11-27
freedreno: move drm to common location
Rob Clark
28
-44
/
+174
2018-11-27
freedreno/drm: remove dependency on gallium driver
Rob Clark
1
-2
/
+11
2018-11-27
util: promote u_memory to src/util
Dylan Baker
13
-18
/
+12
[next]