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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.c
Marek Olšák
2017-11-29
6
-852
/
+903
*
radeonsi: remove R600_CONTEXT_* flags
Marek Olšák
2017-11-29
7
-31
/
+27
*
radeonsi: just include si_pipe.h in r600_query.c
Marek Olšák
2017-11-29
3
-7
/
+5
*
radeonsi: remove some definitions and helpers from r600_pipe_common.h
Marek Olšák
2017-11-29
13
-136
/
+125
*
radeonsi: don't use fast color clear for small surfaces
Marek Olšák
2017-11-29
1
-0
/
+17
*
radeonsi: unify code setting dirty_level_mask for fast clear
Marek Olšák
2017-11-29
1
-14
/
+11
*
radeonsi: clean up si_do_fast_color_clear parameters
Marek Olšák
2017-11-29
1
-10
/
+5
*
radeonsi: remove r600_common_context::clear_buffer
Marek Olšák
2017-11-29
5
-20
/
+4
*
radeonsi: move r600_test_dma.c into si_test_dma.c
Marek Olšák
2017-11-29
8
-20
/
+20
*
radeonsi: move si_pipe_clear_buffer into si_cp_dma.c
Marek Olšák
2017-11-29
2
-61
/
+61
*
radeonsi: move all clear() code into si_clear.c
Marek Olšák
2017-11-29
9
-719
/
+764
*
radeonsi: enable DCC with MSAA for VI
Marek Olšák
2017-11-29
5
-2
/
+15
*
radeonsi: implement fast color clear for DCC with MSAA for VI
Marek Olšák
2017-11-29
1
-5
/
+30
*
radeonsi: add a workaround for blending with DCC and MSAA
Marek Olšák
2017-11-29
1
-8
/
+23
*
radeonsi: clear PIPE_IMAGE_ACCESS_WRITE when it's invalid to be on the safe side
Marek Olšák
2017-11-29
1
-0
/
+10
*
ac/surface: enable DCC computation for MSAA
Marek Olšák
2017-11-29
1
-1
/
+2
*
radeonsi: fix layered DCC fast clear
Marek Olšák
2017-11-29
1
-1
/
+4
*
r600: lds load cleanups.
Dave Airlie
2017-11-29
1
-6
/
+8
*
r600_shader: only load from LDS what is really used
Gert Wollny
2017-11-29
1
-7
/
+26
*
r600/sb: handle jump after target to end of program. (v2)
Dave Airlie
2017-11-29
1
-0
/
+5
*
meson: build virgl driver
Dylan Baker
2017-11-28
1
-0
/
+39
*
meson: build svga driver on linux
Dylan Baker
2017-11-28
1
-0
/
+88
*
meson: build r600 driver
Dylan Baker
2017-11-28
1
-0
/
+128
*
meson: build r300 driver
Dylan Baker
2017-11-28
1
-0
/
+156
*
meson: build i915g driver
Dylan Baker
2017-11-28
1
-0
/
+70
*
svga: move svga_is_format_supported() to svga_format.c
Brian Paul
2017-11-28
3
-121
/
+129
*
svga: s/unsigned/SVGA3dDevCapIndex/
Brian Paul
2017-11-28
1
-3
/
+6
*
vc4: check preprocessor token existence using #ifdef instead of #if
Eric Engestrom
2017-11-28
1
-3
/
+3
*
radeonsi/gfx9: simplify condition for on-chip ESGS
Nicolai Hähnle
2017-11-28
1
-3
/
+1
*
radeonsi: clarify that si_shader_selector::esgs_itemsize is set for the ES part
Nicolai Hähnle
2017-11-28
1
-1
/
+3
*
radeonsi: use si_shader_context instead of lp_build_context in more places
Nicolai Hähnle
2017-11-28
1
-27
/
+23
*
radeonsi: cleanup si_initialize_color_surface
Nicolai Hähnle
2017-11-28
1
-12
/
+12
*
radeonsi: avoid attempting to create CMASK if the tiling mode doesn't have it
Nicolai Hähnle
2017-11-28
1
-0
/
+2
*
radeonsi: check that we don't leak fine.buf references
Nicolai Hähnle
2017-11-28
1
-0
/
+2
*
amd/common: sid.h cleanups
Nicolai Hähnle
2017-11-28
1
-1
/
+1
*
ac: change legacy_surf_level::slice_size to dword units
Marek Olšák
2017-11-27
8
-28
/
+30
*
ac: pack ac_surface better
Marek Olšák
2017-11-27
2
-7
/
+7
*
radeonsi: always initialize max_forced_staging_uploads
Marek Olšák
2017-11-27
1
-0
/
+2
*
radeonsi: remove an old hack for evergreen
Marek Olšák
2017-11-27
1
-10
/
+0
*
radeonsi: set COMPUTE_RESOURCE_LIMITS.FORCE_SIMD_DIST when profitable
Marek Olšák
2017-11-27
1
-1
/
+16
*
r600/eg: dump event type in dumps
Dave Airlie
2017-11-27
1
-0
/
+1
*
nouveau/compiler: Allow to omit line numbers when printing instructions
Tobias Klausmann
2017-11-26
5
-4
/
+13
*
radeonsi: try flushing unflushed fences in si_fence_finish even when timeout ...
Nicolai Hähnle
2017-11-26
1
-3
/
+3
*
nv50/ir: move LateAlgebraicOpt to the very end
Ilia Mirkin
2017-11-26
1
-1
/
+1
*
nv50/ir: when merging immediates/consts, load directly
Ilia Mirkin
2017-11-26
1
-1
/
+21
*
nv50/ir: add optimization for modulo by a non-power-of-2 value
Ilia Mirkin
2017-11-26
1
-0
/
+15
*
nv50/ir: optimize signed integer modulo by pow-of-2
Ilia Mirkin
2017-11-25
2
-10
/
+29
*
freedreno/a4xx: add ARB_framebuffer_no_attachments support
Ilia Mirkin
2017-11-25
2
-1
/
+6
*
freedreno/a4xx: add indirect draw support
Ilia Mirkin
2017-11-25
2
-0
/
+33
*
freedreno: regenerate pm4 header, adjust code for new names
Ilia Mirkin
2017-11-25
3
-114
/
+171
[next]