index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallivm: don't try to use fast rcp for fdiv
Roland Scheidegger
2017-01-24
1
-1
/
+3
*
gallivm: (trivial) fix ddiv cpu implementation
Roland Scheidegger
2017-01-24
1
-1
/
+0
*
tgsi: implement ddiv opcode
Roland Scheidegger
2017-01-24
1
-0
/
+14
*
gallium/radeon: undef the very specific UPDATE_COUNTER macro
Samuel Pitoiset
2017-01-24
1
-5
/
+9
*
nv50: add support for MUL_ZERO_WINS property
Ilia Mirkin
2017-01-23
5
-2
/
+11
*
nvc0: add support for MUL_ZERO_WINS property
Ilia Mirkin
2017-01-23
4
-9
/
+25
*
st/nine: set the MUL_ZERO_WINS flag when supported
Ilia Mirkin
2017-01-23
1
-0
/
+3
*
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
18
-0
/
+19
*
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
3
-3
/
+18
*
radeonsi: always set the TCL1_ACTION_ENA when invalidating L2
Marek Olšák
2017-01-23
1
-1
/
+2
*
radeonsi: don't declare LDS in TES
Marek Olšák
2017-01-23
1
-2
/
+1
*
radeonsi: preload PS inputs only if KILL is used
Marek Olšák
2017-01-23
1
-2
/
+6
*
gallium/radeon: adjust the rule for using the LINEAR_ALIGNED layout
Marek Olšák
2017-01-23
1
-1
/
+3
*
winsys/amdgpu: drop all IBs if at least one was rejected within the context
Marek Olšák
2017-01-23
1
-1
/
+7
*
winsys/amdgpu: report a rejected IB as a lost context
Marek Olšák
2017-01-23
3
-0
/
+14
*
gallium/radeon: add HUD queries for monitoring some hw blocks
Samuel Pitoiset
2017-01-23
4
-1
/
+110
*
gallium/radeon: refactor the GRBM counters path
Samuel Pitoiset
2017-01-23
3
-43
/
+47
*
swr: Align query results allocation
George Kyriazis
2017-01-23
2
-4
/
+5
*
swr: Prune empty nodes in CalculateProcessorTopology.
Bruce Cherniak
2017-01-23
1
-0
/
+9
*
st/va: make sure that we call begin_frame() only once v2
Christian König
2017-01-23
2
-3
/
+9
[next]