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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium/hud: dump hud_driver_query values to files
Edmondo Tommasina
2017-01-01
3
-0
/
+19
*
ttn: set ->info->num_ubos
Rob Clark
2016-12-27
1
-1
/
+4
*
ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case
Juan A. Suarez Romero
2016-12-21
1
-0
/
+1
*
draw: use SoA fetch, not AoS one
Roland Scheidegger
2016-12-21
1
-48
/
+23
*
gallivm: generalize the compressed format soa fetch a bit
Roland Scheidegger
2016-12-21
1
-37
/
+49
*
gallivm: provide soa fetch path handling formats with more than 32bit
Roland Scheidegger
2016-12-21
1
-154
/
+375
*
gallivm: optimize gather a bit, by using supplied destination type
Roland Scheidegger
2016-12-21
8
-79
/
+333
*
gallivm: optimize SoA AoS fallback fetch path a little
Roland Scheidegger
2016-12-21
1
-22
/
+46
*
gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soa
Roland Scheidegger
2016-12-21
3
-8
/
+12
*
st/nine: Implement gallium nine CSMT
Patrick Rudolph
2016-12-20
1
-0
/
+11
*
Revert "cso: don't release sampler states that are bound"
Michel Dänzer
2016-12-19
1
-3
/
+1
*
cso: Make sanitize_hash safe for samplers
Michel Dänzer
2016-12-19
1
-1
/
+43
*
cso: Store hash key in struct cso_sampler
Michel Dänzer
2016-12-19
2
-0
/
+2
*
cso: Optimize cso_save/restore_fragment_samplers
Michel Dänzer
2016-12-19
1
-4
/
+17
*
cso: Store pointers to struct cso_sampler in struct sampler_info
Michel Dänzer
2016-12-19
1
-15
/
+18
*
cso: Don't restore nr_samplers in cso_restore_fragment_samplers
Michel Dänzer
2016-12-19
1
-1
/
+0
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-1
/
+1
*
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2016-12-12
2
-1
/
+21
*
tgsi/scan: collect information about output usagemasks
Nicolai Hähnle
2016-12-12
2
-0
/
+2
*
tgsi/scan: collect information about output vertex streams
Nicolai Hähnle
2016-12-12
2
-0
/
+19
*
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
2016-12-12
3
-2
/
+77
*
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
Marek Olšák
2016-12-07
1
-0
/
+1
*
cso: don't release sampler states that are bound
Marek Olšák
2016-12-07
1
-1
/
+3
*
gallivm: optimize 16bit->32bit gather path a bit
Roland Scheidegger
2016-12-06
1
-3
/
+39
*
gallivm: handle 16bit float fetches in lp_build_fetch_rgba_soa
Roland Scheidegger
2016-12-06
1
-4
/
+18
*
util: (trivial) ETC1 meets the criteria for fitting into unorm8
Roland Scheidegger
2016-12-06
1
-0
/
+5
*
gallivm: use getHostCPUFeatures on x86/llvm-4.0+.
Tim Rowley
2016-12-05
1
-0
/
+15
*
configure.ac: Move llvm_set_environment_variables higher.
Tobias Droste
2016-12-05
1
-1
/
+1
*
tgsi: store writes_primid when scanning tgsi
Tim Rowley
2016-12-01
2
-0
/
+4
*
util: fix memory leak from the fragment shaders for SINT<->UINT blits
Charmaine Lee
2016-11-23
1
-1
/
+1
*
util: fix missing swizzle components in the SINT <-> UINT conversion string
Charmaine Lee
2016-11-23
1
-2
/
+2
*
gallium: fix more occurences of u_hash.h
Marek Olšák
2016-11-22
1
-1
/
+1
*
util: import CRC32 implementation from gallium
Marek Olšák
2016-11-22
3
-178
/
+0
*
auxiliary/vl/dri: call get_xcb_screen() only once
Emil Velikov
2016-11-22
1
-2
/
+6
*
tgsi/scan: record if a shader writes the position output
Marek Olšák
2016-11-21
2
-0
/
+3
*
tgsi/scan: use a big switch for scanning outputs
Marek Olšák
2016-11-21
1
-40
/
+28
*
draw: drop some overflow computations
Roland Scheidegger
2016-11-21
1
-65
/
+46
*
draw: simplify fetch some more
Roland Scheidegger
2016-11-21
1
-63
/
+55
*
draw: unify linear and elts draw jit functions
Roland Scheidegger
2016-11-21
3
-89
/
+70
*
draw: use same argument order for jit draw linear / elts functions
Roland Scheidegger
2016-11-21
3
-34
/
+30
*
draw: drop unnecessary index overflow handling from vsplit code
Roland Scheidegger
2016-11-21
2
-56
/
+28
*
draw: simplify vsplit elts code a bit
Roland Scheidegger
2016-11-21
3
-40
/
+18
*
draw: finally optimize bool clip mask generation
Roland Scheidegger
2016-11-18
3
-23
/
+26
*
draw: use vectorized calculations for fetch (v2)
Roland Scheidegger
2016-11-18
1
-131
/
+265
*
u_simple_shaders: try to un-break the Windows build
Nicolai Hähnle
2016-11-16
1
-2
/
+3
*
util/blitter: add clamping during SINT <-> UINT blits
Nicolai Hähnle
2016-11-16
5
-43
/
+124
*
util/blitter: index texfetch_col shaders by type
Nicolai Hähnle
2016-11-16
1
-35
/
+19
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
2
-0
/
+2
*
gallivm: limit use of setFastMathFlags to LLVM 3.8 and later
Marek Olšák
2016-11-15
1
-0
/
+2
*
gallivm: add lp_create_builder with an unsafe_fpmath option
Marek Olšák
2016-11-15
2
-0
/
+17
[prev]
[next]