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
*
winsys/radeon: add a specific error message for cs_submit -> -ENOMEM
Marek Olšák
2015-08-07
1
-4
/
+8
*
winsys/radeon: add an interface for contexts
Marek Olšák
2015-08-07
10
-14
/
+55
*
gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interface
Marek Olšák
2015-08-07
9
-57
/
+46
*
radeonsi: rename enable_s3tc -> enable_compressed_formats
Marek Olšák
2015-08-06
1
-5
/
+4
*
gallium/radeon: add DRM and LLVM version to the renderer string
Marek Olšák
2015-08-06
2
-4
/
+24
*
radeonsi: always flush framebuffer caches at the beginning of IBs
Marek Olšák
2015-08-06
1
-1
/
+2
*
radeonsi: don't count the exact needed CS space if the CS is large enough
Marek Olšák
2015-08-06
1
-2
/
+11
*
radeonsi: don't crash when cleaning up after an incomplete context
Marek Olšák
2015-08-06
1
-7
/
+11
*
radeonsi: add a HUD query showing the number of shaders created
Marek Olšák
2015-08-06
4
-0
/
+17
*
radeonsi: add a HUD query showing the number of compiler invocations
Marek Olšák
2015-08-06
4
-1
/
+19
*
gallium/radeon: display cumulative results for some driver queries
Marek Olšák
2015-08-06
1
-2
/
+4
*
gallium/radeon: switch the buffer-wait-time query to microseconds
Marek Olšák
2015-08-06
2
-3
/
+3
*
gallium/radeon: change some driver query types to Hz
Marek Olšák
2015-08-06
1
-2
/
+2
*
gallium/hud: automatically print % if max_value == 100
Marek Olšák
2015-08-06
1
-6
/
+11
*
gallium/hud: fix printing % next to panes
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium/hud: replace assertions with clamping the unit index
Marek Olšák
2015-08-06
1
-19
/
+23
*
gallium,hud: allow displaying cumulative values instead of average
Marek Olšák
2015-08-06
4
-8
/
+36
*
gallium/hud: fix printing byte units
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium,hud: add support for Hz units in driver queries
Marek Olšák
2015-08-06
2
-0
/
+8
*
radeonsi: before storing tess levels, load them from LDS instead of temporary
Marek Olšák
2015-08-06
1
-79
/
+57
*
winsys/radeon: loosen up the requirements for how much memory IBs can use
Marek Olšák
2015-08-06
1
-4
/
+9
*
gallium/radeon: always use the llvm. prefix in intrinsic names
Marek Olšák
2015-08-06
1
-6
/
+16
*
radeon/winsys: increase the IB size for VM
Marek Olšák
2015-08-06
4
-6
/
+17
*
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
2015-08-06
11
-18
/
+18
*
gallium/radeon: suspend timer queries between IBs
Marek Olšák
2015-08-06
5
-25
/
+66
*
vc4: Use nir_lower_load_const_to_scalar().
Eric Anholt
2015-08-04
1
-0
/
+1
*
vc4: Don't bother de-SSAing values that aren't part of phi webs.
Eric Anholt
2015-08-04
1
-15
/
+44
*
vc4: Don't bother saturating the dst color for blending.
Eric Anholt
2015-08-04
1
-8
/
+2
*
vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.
Eric Anholt
2015-08-04
8
-107
/
+106
*
vc4: Drop a dead prototype.
Eric Anholt
2015-08-04
1
-8
/
+0
*
freedreno/a4xx: add independent blend function support
Rob Clark
2015-08-04
2
-8
/
+10
*
freedreno/a4xx: MRT support
Rob Clark
2015-08-04
12
-132
/
+212
*
freedreno: move the half-precision logic into core
Rob Clark
2015-08-04
4
-31
/
+38
*
freedreno: simplify/cleanup resource status tracking
Rob Clark
2015-08-04
4
-48
/
+71
*
freedreno: fix stream-out caps vec4->components
Rob Clark
2015-08-04
1
-2
/
+2
*
freedreno: small bit of cleanup about max rendertargets
Rob Clark
2015-08-04
13
-17
/
+40
*
vl/mpeg12: Silence GCC unused-variable warning.
Vinson Lee
2015-08-03
1
-0
/
+1
*
r600,compute: force tiling on 2D and 3D texture compute resources
Zoltan Gilian
2015-08-03
1
-2
/
+9
*
clover: handle setKernelArg errors
Zoltan Gilian
2015-08-03
1
-0
/
+15
*
clover: fix image resource depth and array_size
Zoltan Gilian
2015-08-03
2
-1
/
+2
*
clover: pass image attributes to the kernel
Zoltan Gilian
2015-08-03
4
-11
/
+171
*
clover: move find_kernels to functions
Zoltan Gilian
2015-08-03
1
-13
/
+15
*
r600g: re-enable single-sample fast clear
Marek Olšák
2015-08-03
1
-6
/
+1
*
r600g: fix the CB_SHADER_MASK setup
Marek Olšák
2015-08-03
2
-4
/
+5
*
r600g: fix the single-sample fast clear setup
Marek Olšák
2015-08-03
1
-2
/
+6
*
radeonsi: flush if the memory usage for an IB is too high
Marek Olšák
2015-08-02
2
-0
/
+17
*
opencl: use versioned .so in mesa.icd
Igor Gnatenko
2015-08-01
3
-2
/
+2
*
winsys/radeon: don't leak the fd when it is 0
Emil Velikov
2015-08-01
1
-2
/
+2
*
Revert "gallium/radeon: re-enable unsafe math for graphics shaders"
Marek Olšák
2015-08-01
1
-4
/
+0
*
clover: make dispatch matches functions def
EdB
2015-07-31
1
-5
/
+18
[next]