Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
056cfa558c280fe3833756d6a6f265b516da1b7b
/
src
/
gallium
/
auxiliary
e8626e3
imx: gallium driver for imx-drm scanout driver
by Christian Gmeiner
· 8 years ago
c9e8b49
etnaviv: gallium driver for Vivante GPUs
by The etnaviv authors
· 8 years ago
848b49b
gallium: add renderonly library
by Christian Gmeiner
· 8 years ago
6205c53
gallium/tgsi: fix overflow in parse property
by Li Qiang
· 8 years ago
6e7ce1e
gallivm: generalize 4x4f->1x16ub special case conversion
by Roland Scheidegger
· 8 years ago
caf18a8
gallivm: (trivial) fix typo bug with small AoS format unpacking
by Roland Scheidegger
· 8 years ago
4634cb5
gallivm: implement aos unpack (to unorm8) for small unorm formats
by Roland Scheidegger
· 8 years ago
bc86e82
gallivm: optimize lp_build_unpack_arith_rgba_aos slightly
by Roland Scheidegger
· 8 years ago
a03a2ac
gallivm: use 2 srcs for 32->16bit conversions in lp_bld_conv_auto
by Roland Scheidegger
· 8 years ago
db7e786
llvmpipe: (trivial) minimally simplify mask construction
by Roland Scheidegger
· 8 years ago
431742d
gallium/hud: increase the vertex buffer size for text
by Marek Olšák
· 8 years ago
6d54cd7
gallium/hud: add an option to sort items below graphs
by Marek Olšák
· 8 years ago
80b8b9c
gallium/hud: add an option to reset the color counter
by Marek Olšák
· 8 years ago
a57e071
gallium/hud: allow more data sources per pane
by Marek Olšák
· 8 years ago
e8bb97c
gallium/hud: add an option to rename each data source
by Marek Olšák
· 8 years ago
d995115
gallium: remove TGSI_OPCODE_SUB
by Marek Olšák
· 8 years ago
a4ace98
gallium: remove TGSI_OPCODE_ABS
by Marek Olšák
· 8 years ago
36ad826
swr: fix windows build break
by George Kyriazis
· 8 years ago
abcaba4
gallium/hud: add a path separator between dump directory and filename
by Edmondo Tommasina
· 8 years ago
ac57bcd
vl/zscan: fix "Fix trivial sign compare warnings"
by Christian König
· 8 years ago
cee5af9
vl/compositor: implement error handling
by Nayan Deshmukh
· 8 years ago
cb6f49a
gallium/hud: fix the windows build by disabling file dumping
by Marek Olšák
· 8 years ago
5b9d762
gallium/hud: set filedescriptor for fps graph
by Edmondo Tommasina
· 8 years ago
94c9916
gallium/hud: set filedescriptor for cpu graph
by Edmondo Tommasina
· 8 years ago
57f86fb
gallium/hud: move file initialization to a function
by Edmondo Tommasina
· 8 years ago
22cd904
gallium/hud: dump hud_driver_query values to files
by Edmondo Tommasina
· 8 years ago
859cb24
ttn: set ->info->num_ubos
by Rob Clark
· 8 years ago
415f5f0
ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case
by Juan A. Suarez Romero
· 8 years ago
e827d91
draw: use SoA fetch, not AoS one
by Roland Scheidegger
· 8 years ago
cb81460
gallivm: generalize the compressed format soa fetch a bit
by Roland Scheidegger
· 8 years ago
3c98e3c
gallivm: provide soa fetch path handling formats with more than 32bit
by Roland Scheidegger
· 8 years ago
8bd67a3
gallivm: optimize gather a bit, by using supplied destination type
by Roland Scheidegger
· 8 years ago
5b95031
gallivm: optimize SoA AoS fallback fetch path a little
by Roland Scheidegger
· 8 years ago
d7d23ae
gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soa
by Roland Scheidegger
· 8 years ago
ac29273
st/nine: Implement gallium nine CSMT
by Patrick Rudolph
· 8 years ago
52098fa
Revert "cso: don't release sampler states that are bound"
by Michel Dänzer
· 8 years ago
95eb5e4
cso: Make sanitize_hash safe for samplers
by Michel Dänzer
· 8 years ago
745e2ea
cso: Store hash key in struct cso_sampler
by Michel Dänzer
· 8 years ago
9e14238
cso: Optimize cso_save/restore_fragment_samplers
by Michel Dänzer
· 8 years ago
5e70f80
cso: Store pointers to struct cso_sampler in struct sampler_info
by Michel Dänzer
· 8 years ago
3d661a1
cso: Don't restore nr_samplers in cso_restore_fragment_samplers
by Michel Dänzer
· 8 years ago
fd249c8
treewide: s/comparitor/comparator/
by Ilia Mirkin
· 8 years ago
2eaacba
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
by Nicolai Hähnle
· 8 years ago
cc34a6f
tgsi/scan: collect information about output usagemasks
by Nicolai Hähnle
· 8 years ago
cf8e977
tgsi/scan: collect information about output vertex streams
by Nicolai Hähnle
· 8 years ago
0481135
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
by Nicolai Hähnle
· 8 years ago
16ba04d
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
by Marek Olšák
· 8 years ago
6dc96de
cso: don't release sampler states that are bound
by Marek Olšák
· 8 years ago
8ac3c1b
gallivm: optimize 16bit->32bit gather path a bit
by Roland Scheidegger
· 8 years ago
fd5f420
gallivm: handle 16bit float fetches in lp_build_fetch_rgba_soa
by Roland Scheidegger
· 8 years ago
775a244
util: (trivial) ETC1 meets the criteria for fitting into unorm8
by Roland Scheidegger
· 8 years ago
b035d9c
gallivm: use getHostCPUFeatures on x86/llvm-4.0+.
by Tim Rowley
· 8 years ago
9d14a25
configure.ac: Move llvm_set_environment_variables higher.
by Tobias Droste
· 8 years ago
05f35a8
tgsi: store writes_primid when scanning tgsi
by Tim Rowley
· 8 years ago
3233a9f
util: fix memory leak from the fragment shaders for SINT<->UINT blits
by Charmaine Lee
· 8 years ago
5d2b599
util: fix missing swizzle components in the SINT <-> UINT conversion string
by Charmaine Lee
· 8 years ago
a3f6bea
gallium: fix more occurences of u_hash.h
by Marek Olšák
· 8 years ago
86514d8
util: import CRC32 implementation from gallium
by Marek Olšák
· 8 years ago
29c8a4a
auxiliary/vl/dri: call get_xcb_screen() only once
by Emil Velikov
· 8 years ago
7dbf83a
tgsi/scan: record if a shader writes the position output
by Marek Olšák
· 8 years ago
8a22519
tgsi/scan: use a big switch for scanning outputs
by Marek Olšák
· 8 years ago
e442db8
draw: drop some overflow computations
by Roland Scheidegger
· 8 years ago
2471aaa
draw: simplify fetch some more
by Roland Scheidegger
· 8 years ago
4e1be31
draw: unify linear and elts draw jit functions
by Roland Scheidegger
· 8 years ago
8cf7edf
draw: use same argument order for jit draw linear / elts functions
by Roland Scheidegger
· 8 years ago
78a997f
draw: drop unnecessary index overflow handling from vsplit code
by Roland Scheidegger
· 8 years ago
7a55c43
draw: simplify vsplit elts code a bit
by Roland Scheidegger
· 8 years ago
5ec3a73
draw: finally optimize bool clip mask generation
by Roland Scheidegger
· 8 years ago
b16f06f
draw: use vectorized calculations for fetch (v2)
by Roland Scheidegger
· 8 years ago
fb17b7f
u_simple_shaders: try to un-break the Windows build
by Nicolai Hähnle
· 8 years ago
3817a7a
util/blitter: add clamping during SINT <-> UINT blits
by Nicolai Hähnle
· 8 years ago
ab5fd10
util/blitter: index texfetch_col shaders by type
by Nicolai Hähnle
· 8 years ago
72217d4
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
by Marek Olšák
· 8 years ago
5b88766
gallivm: limit use of setFastMathFlags to LLVM 3.8 and later
by Marek Olšák
· 8 years ago
41d20d4
gallivm: add lp_create_builder with an unsafe_fpmath option
by Marek Olšák
· 8 years ago
b9578b6
gallium: detect avx512 cpu features
by Tim Rowley
· 8 years ago
b46a9c5
gallivm: fix [IU]MUL_HI regression harder
by Nicolai Hähnle
· 8 years ago
8bdd52c
gallivm: Fix build after removal of deprecated attribute API v3
by Tom Stellard
· 8 years ago
4d5346a
Revert "draw: use vectorized calculations for fetch"
by Roland Scheidegger
· 8 years ago
bdd48e4
tgsi/scan: turn a huge if-else-if.. chain into a switch statement
by Marek Olšák
· 8 years ago
f864547
tgsi/scan: fix images_buffers regression
by Marek Olšák
· 8 years ago
88f791d
gallivm: fix [IU]MUL_HI regression
by Nicolai Hähnle
· 8 years ago
3fa10ff
draw: use vectorized calculations for fetch
by Roland Scheidegger
· 8 years ago
29279f4
gallivm: introduce 32x32->64bit lp_build_mul_32_lohi function
by Roland Scheidegger
· 8 years ago
381edca
gallium/hud: protect against and initialization race
by Steven Toth
· 8 years ago
5a58323
gallium/hud: close a previously opened handle
by Steven Toth
· 8 years ago
6ffed08
gallium/hud: fix a problem where objects are free'd while in use.
by Steven Toth
· 8 years ago
572a952
draw: fix undefined input handling some more...
by Roland Scheidegger
· 8 years ago
f4dd3bd
gallium/hud: call fflush() after printing error messages
by Brian Paul
· 8 years ago
e1af20f
nir/i965/anv/radv/gallium: make shader info a pointer
by Timothy Arceri
· 8 years ago
88a618c
tgsi: trivial build fix for MSVC
by Brian Paul
· 8 years ago
54010cf
gallium/util: Add align_calloc
by Axel Davy
· 8 years ago
f35b1d1
tgsi/scan: scan texture offset operands
by Marek Olšák
· 8 years ago
a2f98df
tgsi/scan: move src operand processing into a separate function
by Marek Olšák
· 8 years ago
72267a2
tgsi/scan: get information about shader buffer usage
by Marek Olšák
· 8 years ago
d89890d
tgsi/scan: handle indirect image indexing correctly
by Marek Olšák
· 8 years ago
ac37720
tgsi/scan: don't treat RESQ etc. as memory instructions
by Marek Olšák
· 8 years ago
f095a4e
tgsi/scan: get information about indirect 2D file access
by Marek Olšák
· 8 years ago
965a5f1
tgsi/scan: get information about indirect CONST access
by Marek Olšák
· 8 years ago
c2a602d
gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.h
by Marek Olšák
· 8 years ago
Next »