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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: add missing #include <stddef.h> in egldevice.h
Gurchetan Singh
2018-11-28
1
-1
/
+1
*
gallivm: Use nextafterf(0.5, 0.0) as rounding constant
Matt Turner
2018-11-28
1
-1
/
+1
*
egl/wayland: rather obvious build fix
Nicolai Hähnle
2018-11-28
1
-2
/
+2
*
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
2018-11-28
17
-62
/
+140
*
winsys/amdgpu: add amdgpu_winsys_bo::lock
Nicolai Hähnle
2018-11-28
3
-13
/
+20
*
vulkan/wsi: fix s/,/;/ typo
Eric Engestrom
2018-11-28
1
-2
/
+2
*
egl/wayland: plug memory leak in drm_handle_device()
Emil Velikov
2018-11-28
1
-0
/
+2
*
egl/wayland: bail out when drmGetMagic fails
Emil Velikov
2018-11-28
1
-1
/
+8
*
wsi/display: fix mem leak when freeing swapchains
Eric Engestrom
2018-11-28
1
-0
/
+2
*
i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8
Gert Wollny
2018-11-28
1
-3
/
+10
*
i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8
Gert Wollny
2018-11-28
1
-3
/
+7
*
virgl: Don't try handling server fences when they are not supported
Gert Wollny
2018-11-28
1
-2
/
+4
*
virgl,vtest: Initialize return value
Gert Wollny
2018-11-28
1
-1
/
+1
*
intel/compiler: fix register allocation in opt_peephole_sel
Iago Toral Quiroga
2018-11-28
1
-2
/
+1
*
glsl: Remove unused member variable
Matt Turner
2018-11-27
1
-4
/
+0
*
nir: Call fflush() at the end of nir_print_shader()
Matt Turner
2018-11-27
1
-0
/
+1
*
v3d: Add renderonly support.
Eric Anholt
2018-11-27
6
-5
/
+77
*
gallium: Remove unused variable in u_tests.
Eric Anholt
2018-11-27
1
-1
/
+0
*
radv: Align large buffers to the fragment size.
Bas Nieuwenhuizen
2018-11-27
1
-1
/
+5
*
freedreno: implements get_sample_position
Hyunjun Ko
2018-11-27
1
-0
/
+45
*
freedreno/a3xx: also set FSSUPERTHREADENABLE
Rob Clark
2018-11-27
1
-0
/
+1
*
freedreno: use MSM_BO_SCANOUT with scanout buffers
Jonathan Marek
2018-11-27
3
-1
/
+7
*
freedreno: use GENERIC instead of TEXCOORD for blit program
Jonathan Marek
2018-11-27
1
-1
/
+1
*
freedreno: a2xx texture update
Jonathan Marek
2018-11-27
9
-20
/
+212
*
freedreno/a2xx: Compute depth base in gmem correctly
Jonathan Marek
2018-11-27
1
-5
/
+7
*
freedreno/a2xx: set VIZ_QUERY_ID on a20x
Jonathan Marek
2018-11-27
1
-0
/
+5
*
freedreno: add missing a20x ids
Jonathan Marek
2018-11-27
1
-0
/
+2
*
freedreno/a2xx: fix POINT_MINMAX_MAX overflow
Jonathan Marek
2018-11-27
1
-1
/
+1
*
freedreno: a2xx: fd2_draw update
Jonathan Marek
2018-11-27
6
-20
/
+114
*
nir: add fceil lowering
Jonathan Marek
2018-11-27
2
-0
/
+4
*
freedreno: update generated headers
Rob Clark
2018-11-27
7
-39
/
+287
*
freedreno/a6xx: set guardband clip
Rob Clark
2018-11-27
4
-7
/
+57
*
freedreno/a6xx: disable LRZ for z32
Rob Clark
2018-11-27
1
-1
/
+13
*
freedreno/a6xx: Clear gmem buffers at flush time
Kristian H. Kristensen
2018-11-27
4
-178
/
+180
*
freedreno/a6xx: Move resolve blits to an IB
Kristian H. Kristensen
2018-11-27
3
-8
/
+29
*
freedreno/a6xx: Move restore blits to IB
Kristian H. Kristensen
2018-11-27
3
-19
/
+49
*
mesa/st: better colormask check for clear fallback
Rob Clark
2018-11-27
1
-2
/
+8
*
mesa/st: swap order of clear() and clear_with_quad()
Rob Clark
2018-11-27
1
-3
/
+3
*
freedreno: move ir3 to common location
Rob Clark
2018-11-27
44
-110
/
+145
*
freedreno/ir3: remove u_inlines usage
Rob Clark
2018-11-27
1
-10
/
+10
*
freedreno/ir3: split up ir3_shader
Rob Clark
2018-11-27
14
-667
/
+766
*
freedreno/ir3: remove pipe_stream_output_info dependency
Rob Clark
2018-11-27
8
-17
/
+68
*
freedreno/ir3: some header file cleanup
Rob Clark
2018-11-27
11
-26
/
+24
*
freedreno/ir3: use env_var_as_unsigned()
Rob Clark
2018-11-27
2
-14
/
+2
*
util: env_var_as_unsigned() helper
Rob Clark
2018-11-27
2
-0
/
+22
*
freedreno/ir3: move disasm and optmsgs debug flags
Rob Clark
2018-11-27
9
-22
/
+25
*
freedreno: FD_SHADER_DEBUG -> IR3_SHADER_DEBUG
Rob Clark
2018-11-27
4
-33
/
+34
*
freedreno: remove shader_stage_name()
Rob Clark
2018-11-27
3
-21
/
+3
*
freedreno: shader_t -> gl_shader_stage
Rob Clark
2018-11-27
22
-143
/
+121
*
freedreno/ir3: standalone compiler updates
Rob Clark
2018-11-27
1
-6
/
+27
[next]