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
*
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
*
gallium: detect avx512 cpu features
Tim Rowley
2016-11-10
2
-0
/
+36
*
gallivm: fix [IU]MUL_HI regression harder
Nicolai Hähnle
2016-11-10
1
-8
/
+12
*
gallivm: Fix build after removal of deprecated attribute API v3
Tom Stellard
2016-11-09
4
-8
/
+89
*
Revert "draw: use vectorized calculations for fetch"
Roland Scheidegger
2016-11-09
2
-282
/
+159
*
tgsi/scan: turn a huge if-else-if.. chain into a switch statement
Marek Olšák
2016-11-08
1
-14
/
+30
*
tgsi/scan: fix images_buffers regression
Marek Olšák
2016-11-08
1
-3
/
+2
*
gallivm: fix [IU]MUL_HI regression
Nicolai Hähnle
2016-11-08
3
-28
/
+90
*
draw: use vectorized calculations for fetch
Roland Scheidegger
2016-11-08
2
-159
/
+282
*
gallivm: introduce 32x32->64bit lp_build_mul_32_lohi function
Roland Scheidegger
2016-11-08
3
-38
/
+172
[next]