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
*
ilo: fix scratch space setup in core
Chia-I Wu
2015-10-23
11
-133
/
+327
*
virgl/vtest: add vtest driver
Dave Airlie
2015-10-23
1
-1
/
+2
*
virgl: add driver for virtio-gpu 3D (v2)
Dave Airlie
2015-10-23
18
-0
/
+4492
*
svga: Condition preemptive flush on draw emission
Sinclair Yeh
2015-10-22
3
-0
/
+15
*
svga: try to avoid index generation for some primitive types
Brian Paul
2015-10-22
1
-0
/
+14
*
svga: avoid provoking vertex conversion when possible
Brian Paul
2015-10-22
1
-1
/
+14
*
svga: detect constant color writes in fragment shaders
Brian Paul
2015-10-22
5
-2
/
+77
*
radeon/uvd: don't expose HEVC on old UVD hw (v3)
Alex Deucher
2015-10-22
1
-32
/
+18
*
ilo: make sure there is HiZ before resolving
Chia-I Wu
2015-10-22
1
-2
/
+4
*
ilo: fix max thread count for HS on Gen8
Chia-I Wu
2015-10-22
1
-3
/
+5
*
svga: fix clip plane regression after recent tgsi_scan change
Brian Paul
2015-10-21
1
-2
/
+2
*
svga: add switch case for PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Brian Paul
2015-10-20
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
11
-0
/
+32
*
vc4: Switch our vertex attr lowering to being NIR-based.
Eric Anholt
2015-10-20
2
-143
/
+200
*
vc4: Add limited support for ibfe/ubfe.
Eric Anholt
2015-10-20
1
-0
/
+42
*
radeonsi: enable BC_OPTIMIZE if centroid isn't used
Marek Olšák
2015-10-20
1
-1
/
+5
*
radeonsi: fix the export_prim_id field size in the shader key
Marek Olšák
2015-10-20
1
-2
/
+2
*
radeonsi: support thread-safe shaders shared by multiple contexts
Marek Olšák
2015-10-20
9
-199
/
+224
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
13
-0
/
+13
*
radeonsi: add support for ARB_texture_view
Marek Olšák
2015-10-20
2
-7
/
+22
*
vc4: Use nir_foreach_variable
Boyan Ding
2015-10-20
3
-7
/
+7
*
svga: fix incorrect round-down arithmetic
Brian Paul
2015-10-19
1
-1
/
+1
*
ilo: set VME for 3DSTATE_PS
Chia-I Wu
2015-10-18
1
-1
/
+6
*
ilo: ignore prefer_linear_threshold when zero
Chia-I Wu
2015-10-18
2
-3
/
+3
*
ilo: remove some unused kernel params
Chia-I Wu
2015-10-18
2
-22
/
+0
*
ilo: remove unused ilo_shader_get_type()
Chia-I Wu
2015-10-18
2
-12
/
+0
*
ilo: remove u_debug.h inclusion from ilo_core.h
Chia-I Wu
2015-10-18
2
-1
/
+2
*
ilo: remove u_memory.h inclusion from ilo_core.h
Chia-I Wu
2015-10-18
3
-1
/
+3
*
nvc0: do not bind input params at compute state init on Fermi
Samuel Pitoiset
2015-10-18
1
-8
/
+0
*
radeonsi: don't use the AMDGPU intrinsic for CMP
Marek Olšák
2015-10-17
1
-9
/
+22
*
radeonsi: use LRP from gallivm
Marek Olšák
2015-10-17
1
-2
/
+0
*
radeonsi: don't emit AMDGPU intrinsics for integer abs, min, max
Marek Olšák
2015-10-17
1
-10
/
+50
*
radeonsi: don't emit AMDGPU intrinsics for EX2, ROUND, TRUNC
Marek Olšák
2015-10-17
1
-3
/
+3
*
radeonsi: initialize output, temp, and address registers to "undef"
Marek Olšák
2015-10-17
1
-4
/
+15
*
radeonsi: implement vertex color clamping
Marek Olšák
2015-10-17
5
-4
/
+52
*
radeonsi: implement fragment color clamping
Marek Olšák
2015-10-17
6
-2
/
+18
*
radeonsi: clean up other scratch buffer functions
Marek Olšák
2015-10-17
1
-15
/
+8
*
radeonsi: clean up copy-pasted scratch buffer updates
Marek Olšák
2015-10-17
1
-26
/
+13
*
radeonsi: unify shader create functions
Marek Olšák
2015-10-17
1
-40
/
+9
*
radeonsi: unify shader delete functions
Marek Olšák
2015-10-17
1
-67
/
+17
*
radeonsi: fix a GS copy shader leak
Marek Olšák
2015-10-17
1
-1
/
+3
*
radeonsi: remove an unused ctx parameter in si_shader_destroy
Marek Olšák
2015-10-17
4
-6
/
+6
*
radeonsi: print export_prim_id from the shader key
Marek Olšák
2015-10-17
1
-0
/
+2
*
radeonsi: disable NaNs for LS and HS
Marek Olšák
2015-10-17
1
-2
/
+4
*
radeonsi: clean up si_llvm_init_export_args
Marek Olšák
2015-10-17
1
-42
/
+35
*
nvc0: add support for performance monitoring metrics on Fermi
Samuel Pitoiset
2015-10-17
4
-3
/
+500
*
glsl: (mostly) remove libglsl_util
Rob Clark
2015-10-16
1
-2
/
+1
*
nvc0: add a note about MP counters on GF100/GF110
Samuel Pitoiset
2015-10-16
1
-0
/
+5
*
nvc0: add MP counters variants for GF100/GF110
Samuel Pitoiset
2015-10-16
2
-77
/
+483
*
nvc0: move SW/HW queries info to their respective files
Samuel Pitoiset
2015-10-16
7
-178
/
+228
[next]