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
*
gallium/radeon: rename grbm to mmio in the gpu load path
Samuel Pitoiset
2017-01-30
2
-32
/
+33
*
winsys/amdgpu: add a fast exit path into amdgpu_cs_add_buffer
Marek Olšák
2017-01-30
2
-0
/
+21
*
winsys/amdgpu: do not iterate twice when adding fence dependencies
Samuel Pitoiset
2017-01-30
1
-31
/
+32
*
winsys/amdgpu: add one likely() call in amdgpu_cs_flush()
Samuel Pitoiset
2017-01-30
1
-2
/
+2
*
hud: fix compilation warnings in hud_nic_graph_install()
Samuel Pitoiset
2017-01-30
1
-2
/
+2
*
gallium/radeon: remove r600_common_context::max_db
Marek Olšák
2017-01-30
3
-20
/
+17
*
winsys/amdgpu: fix ADDR_REGISTER_VALUE::backendDisables
Marek Olšák
2017-01-30
1
-1
/
+1
*
gallium/radeon: clean up r600_query_init_backend_mask
Marek Olšák
2017-01-30
6
-22
/
+21
*
radeonsi: precompute IA_MULTI_VGT_PARAM values into a table
Marek Olšák
2017-01-30
6
-72
/
+163
*
radeonsi: move VGT_VERTEX_REUSE_BLOCK_CNTL into shader states for Polaris
Marek Olšák
2017-01-30
4
-21
/
+43
*
radeonsi: state atom IDs don't have to be off by one
Marek Olšák
2017-01-30
2
-4
/
+4
*
radeonsi: use a bitmask for looping over dirty PM4 states
Marek Olšák
2017-01-30
5
-18
/
+20
*
radeonsi: atomize L2 prefetches
Marek Olšák
2017-01-30
7
-36
/
+50
*
radeonsi: unbind disabled shader stages to prevent useless L2 prefetches
Marek Olšák
2017-01-30
1
-0
/
+6
*
radeonsi: also prefetch compute shaders
Marek Olšák
2017-01-30
1
-0
/
+12
*
radeonsi: update dirty_level_mask only after the first draw after FB change
Marek Olšák
2017-01-30
3
-24
/
+31
*
gallium/radeon: allow VRAM-only placements again on APUs & recent amdgpu
Marek Olšák
2017-01-30
1
-0
/
+4
*
radeonsi: don't set +fp64-denormals
Marek Olšák
2017-01-30
1
-1
/
+1
*
radeonsi: remove si_shader_context::param_tess_offchip
Marek Olšák
2017-01-30
2
-8
/
+3
*
etnaviv: force vertex buffers through the MMU
Lucas Stach
2017-01-30
1
-1
/
+4
*
llvmpipe: Use LLVMDumpModule, not DumpModule.
Bas Nieuwenhuizen
2017-01-29
1
-1
/
+1
*
various: Fix missing DumpModule with recent LLVM.
Bas Nieuwenhuizen
2017-01-29
2
-4
/
+10
*
r600g: use ieee variants of multiplication instructions
Ilia Mirkin
2017-01-29
2
-18
/
+19
*
r600g: add support for optionally using non-IEEE mul ops
Ilia Mirkin
2017-01-28
2
-4
/
+18
*
vc4: Coalesce into TLB writes as well as VPM/tex.
Eric Anholt
2017-01-28
1
-1
/
+5
*
vc4: Avoid an extra temporary and mov in ffloor/ffract/fceil.
Eric Anholt
2017-01-28
1
-13
/
+18
*
vc4: Flip the switch to run the GLSL compiler optimization loop once.
Eric Anholt
2017-01-28
1
-1
/
+1
*
nouveau: remove explicit __STDC_FORMAT_MACROS define
Emil Velikov
2017-01-27
1
-1
/
+0
*
scons: swr: remove explicit __STDC_.*_MACROS defines
Emil Velikov
2017-01-27
1
-5
/
+0
*
gallium: remove explicit __STDC_.*_MACROS defines
Emil Velikov
2017-01-27
1
-3
/
+0
*
gallivm: remove explicit __STDC_.*_MACROS defines
Emil Velikov
2017-01-27
1
-8
/
+0
*
st/xa: automake: remove duplicate -Wall
Emil Velikov
2017-01-27
1
-1
/
+1
*
svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototype
Emil Velikov
2017-01-27
1
-1
/
+1
*
d3dadapter9: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
st/dri: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
clover: automake: remove -I$(srcdir)
Emil Velikov
2017-01-27
1
-2
/
+1
*
clover: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
freedreno: automake: correctly set MKDIR_GEN
Emil Velikov
2017-01-27
1
-0
/
+1
*
gallium: enable int64 on radeonsi, llvmpipe, softpipe
Nicolai Hähnle
2017-01-27
3
-4
/
+4
*
gallium: Add integer 64 capability
Dave Airlie
2017-01-27
17
-0
/
+17
*
clover: Fix build against clang SVN >= r293097
Michel Dänzer
2017-01-27
1
-1
/
+8
*
vc4: Use NEON to speed up utile stores on Pi2+.
cros-mesa-17.1.0-r2-vanilla
cros-mesa-17.1.0-r1-vanilla
chadv/cros-mesa-17.1.0-r2-vanilla
chadv/cros-mesa-17.1.0-r1-vanilla
Eric Anholt
2017-01-26
1
-5
/
+50
*
vc4: Use NEON to speed up utile loads on Pi2.
Eric Anholt
2017-01-26
3
-18
/
+115
*
vc4: Move LT tiling code to a separate file.
Eric Anholt
2017-01-26
4
-80
/
+122
*
vc4: Use unreachable() in an unreachable codepath for tiling.
Eric Anholt
2017-01-26
1
-4
/
+2
*
gallium/radeon: add VRAM-vis-usage HUD query
Samuel Pitoiset
2017-01-26
5
-0
/
+14
*
gallium/radeon: query the CPU accessible size of VRAM
Samuel Pitoiset
2017-01-26
4
-1
/
+13
*
swr: Update fs texture & sampler state logic
George Kyriazis
2017-01-25
1
-2
/
+5
*
gallium/radeon: add a new HUD query for the number of mapped buffers
Samuel Pitoiset
2017-01-25
9
-0
/
+18
*
radeonsi: handle first_non_void correctly in si_create_vertex_elements
Marek Olšák
2017-01-24
1
-3
/
+3
[next]