index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-27
vulkan/wsi: store present mode in swapchain base class
Dave Airlie
3
-3
/
+5
2016-10-27
vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)
Dave Airlie
1
-5
/
+57
2016-10-27
radv/ac/llvm: trim texture return values
Dave Airlie
1
-1
/
+2
2016-10-27
glsl: Add pthread libs to cache_test
Rhys Kidd
1
-1
/
+4
2016-10-26
genxml: Handle failure of Python codegen scripts.
Matt Turner
1
-1
/
+1
2016-10-26
nvc0/ir: fix emission of SHLADD with NEG modifiers
Samuel Pitoiset
2
-2
/
+2
2016-10-26
compiler: avoid warning about redefinition of PYTHON_GEN
Erik Faye-Lund
3
-3
/
+1
2016-10-26
egl/dri2: swap_buffers_with_damage falls back to swap_buffers
Eric Engestrom
1
-1
/
+2
2016-10-26
compiler: automake: add shader_info.h to the sources list
Emil Velikov
1
-1
/
+2
2016-10-26
configure.ac: simplify EGL requirements for drivers dependent on EGL
Marek Olšák
1
-14
/
+13
2016-10-26
st/mesa: allow multiple concurrent waiters in ClientWaitSync
Marek Olšák
1
-4
/
+22
2016-10-26
st/mesa: unduplicate st_check_sync code
Marek Olšák
1
-20
/
+6
2016-10-26
radeonsi: remove si_resource_create_custom
Marek Olšák
5
-20
/
+11
2016-10-26
gallium/radeon: stop using PIPE_BIND_CUSTOM
Marek Olšák
11
-24
/
+18
2016-10-26
r600g: remove a redundant buffer_create helper
Marek Olšák
1
-23
/
+8
2016-10-26
gallium/radeon: remove unused r600_cmask_info members
Marek Olšák
2
-16
/
+3
2016-10-26
gallium/radeon: don't force the same tiling parameters for FMASK
Marek Olšák
2
-8
/
+12
2016-10-26
winsys/amdgpu: allocate FMASK properly
Marek Olšák
1
-2
/
+4
2016-10-26
gallium/radeon: print tiling index when printing texture info
Marek Olšák
1
-4
/
+6
2016-10-26
gallium/radeon: don't do (fmask.size && cmask.size)
Marek Olšák
3
-3
/
+3
2016-10-26
gallium/radeon: re-order radeon_surf::dcc and htile members
Marek Olšák
1
-5
/
+5
2016-10-26
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
7
-20
/
+20
2016-10-26
gallium/radeon: remove flags specific to libdrm_radeon from winsys interface
Marek Olšák
3
-15
/
+6
2016-10-26
gallium/radeon: remove r600_htile_info
Marek Olšák
3
-38
/
+21
2016-10-26
gallium/radeon: remove unnecessary fields from radeon_surf_level
Marek Olšák
7
-37
/
+16
2016-10-26
gallium/radeon: decrease the size of radeon_surf
Marek Olšák
3
-34
/
+36
2016-10-26
gallium/radeon: pass pipe_resource and other params to surface_init directly
Marek Olšák
4
-193
/
+179
2016-10-26
radeon/vce: use nblk_y instead of npix_y
Marek Olšák
4
-7
/
+7
2016-10-26
gallium/radeon: define RADEON_SURF_MODE_* as enums
Marek Olšák
2
-9
/
+14
2016-10-26
gallium/radeon: stop using some input fields from radeon_surface
Marek Olšák
4
-20
/
+20
2016-10-26
gallium/radeon: fold r600_setup_surface into r600_init_surface
Marek Olšák
1
-38
/
+24
2016-10-26
winsys/amdgpu: remove unused definitions
Marek Olšák
1
-8
/
+0
2016-10-26
gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys
Marek Olšák
4
-38
/
+9
2016-10-26
gallium/radeon: use r600_gfx_write_event_eop everywhere
Marek Olšák
3
-23
/
+10
2016-10-26
gallium/radeon: make r600_gfx_write_fence more generic
Marek Olšák
4
-14
/
+34
2016-10-26
gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixups
Marek Olšák
3
-5
/
+5
2016-10-26
radeonsi: enable SDMA on Carrizo and all CIK chips again
Marek Olšák
1
-10
/
+0
2016-10-26
winsys/amdgpu: fix radeon_surf::macro_tile_index for imported textures
Marek Olšák
1
-0
/
+17
2016-10-26
gallium/radeon: make sure the address of separate CMASK is aligned properly
Marek Olšák
1
-2
/
+3
2016-10-26
gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_mode
Marek Olšák
1
-7
/
+7
2016-10-26
glsl: update default precision qualifier when it is set in the shader
Samuel Iglesias Gonsálvez
1
-1
/
+4
2016-10-26
mesa/program: Add _mesa_symbol_table_replace_symbol()
Samuel Iglesias Gonsálvez
2
-0
/
+18
2016-10-26
nir: stop adjusting driver location for varying packing
Timothy Arceri
5
-53
/
+5
2016-10-26
compiler: remove copy_shader_info()
Timothy Arceri
3
-37
/
+1
2016-10-26
glsl: set uses texture gather directly in shader_info
Timothy Arceri
3
-5
/
+1
2016-10-26
glsl/st/mesa: use common system values read field
Timothy Arceri
8
-11
/
+8
2016-10-26
glsl: set patch outputs written directly in shader_info
Timothy Arceri
3
-4
/
+2
2016-10-26
st/mesa: use common patch outputs written field
Timothy Arceri
2
-2
/
+2
2016-10-26
glsl: set patch inputs read directly in shader_info
Timothy Arceri
3
-4
/
+2
2016-10-26
st/mesa: use common patch inputs read field
Timothy Arceri
2
-2
/
+2
[next]