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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
5
-1
/
+103
*
meson: build svga driver on linux
Dylan Baker
2017-11-28
4
-1
/
+142
*
meson: build r600 driver
Dylan Baker
2017-11-28
3
-3
/
+138
*
meson: build r300 driver
Dylan Baker
2017-11-28
3
-5
/
+172
*
meson: build i915g driver
Dylan Baker
2017-11-28
4
-3
/
+110
*
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
*
st/dri: replace hard-coded array size with ARRAY_SIZE()
Eric Engestrom
2017-11-28
1
-1
/
+1
*
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
9
-30
/
+32
*
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
*
freedreno/a4xx: add stencil texturing support
Ilia Mirkin
2017-11-25
3
-12
/
+35
*
freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xx
Ilia Mirkin
2017-11-25
7
-3
/
+151
*
gallium/hud: add HUD sharing within a context share group
Marek Olšák
2017-11-25
4
-14
/
+106
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
9
-19
/
+22
*
gallium/hud: prevent a crash if the recording context is inactive
Marek Olšák
2017-11-25
1
-1
/
+4
*
gallium/hud: separate code for record context init/release
Marek Olšák
2017-11-25
2
-16
/
+37
*
gallium/hud: separate code for draw context init/release
Marek Olšák
2017-11-25
1
-70
/
+111
*
gallium/hud: don't use hud->pipe in hud_parse_env_var
Marek Olšák
2017-11-25
1
-6
/
+7
[prev]
[next]