Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
5e9ed261ed8ec211ba9bf5aa58d50078304583ff
5e9ed26
dri_interface: add interface for GL interop with other APIs (v2)
by Marek Olšák
· 9 years ago
6eeb729
include/GL: add mesa_glinterop.h for OpenGL-OpenCL interop (v4.2)
by Marek Olšák
· 9 years ago
8093990
st/dri: Fix RGB565 EGLImage creation
by Nicolas Dufresne
· 9 years ago
4463f38
st/dri: Factor out DRI2 to PIPE_FORMAT conversion
by Nicolas Dufresne
· 9 years ago
899bd63
freedreno/a4xx: lower srgb in shader for astc textures
by Rob Clark
· 9 years ago
eddfc97
nir/lower-tex: add srgb->linear lowering
by Rob Clark
· 9 years ago
eb00a0f
nir/builder: const'ify swiz param
by Rob Clark
· 9 years ago
52ccc63
nir/lower-tex: make options a local var
by Rob Clark
· 9 years ago
d4ff42b
freedreno: cleanup fd_set_sampler_views
by Rob Clark
· 9 years ago
fadfaa8
tgsi/lowering: improved lowering for LRP
by Russell King
· 9 years ago
67da7dd
tgsi/lowering: improved lowering for XPD
by Russell King
· 9 years ago
65460cf
tgsi/lowering: add support for lowering TRUNC
by Russell King
· 9 years ago
23e870a
tgsi/lowering: add support for lowering FLR and CEIL
by Russell King
· 9 years ago
464cef5
radeonsi: enable TGSI support cap for compute shaders
by Bas Nieuwenhuizen
· 9 years ago
1f32d5d
radeonsi: Consider input SGPR count for compute shader SGPR count.
by Bas Nieuwenhuizen
· 9 years ago
6c833ba
radeonsi: Add CE synchronization for compute dispatches.
by Bas Nieuwenhuizen
· 9 years ago
e0b729c
mesa/st: enable compute shaders if images are also supported
by Bas Nieuwenhuizen
· 9 years ago
41d79bc
radeonsi: clean up compute flush
by Bas Nieuwenhuizen
· 9 years ago
7a92c08
radeonsi: do not do two full flushes on every compute dispatch
by Bas Nieuwenhuizen
· 9 years ago
e764ee1
radeonsi: split setting graphics and compute descriptors
by Bas Nieuwenhuizen
· 9 years ago
061ce93
radeonsi: split texture decompression for compute shaders
by Bas Nieuwenhuizen
· 9 years ago
e56514f
radeonsi: update predicate condition for compute dispatches
by Bas Nieuwenhuizen
· 9 years ago
c3083d8
radeonsi: implement TGSI compute dispatch
by Bas Nieuwenhuizen
· 9 years ago
1349dd1
radeonsi: only emit compute shader state when switching shaders
by Bas Nieuwenhuizen
· 9 years ago
ba1f66a
radeonsi: rework compute scratch buffer
by Bas Nieuwenhuizen
· 9 years ago
107f4d3
radeonsi: do per cs setup for compute shaders once per cs
by Bas Nieuwenhuizen
· 9 years ago
52d3584
radeonsi: don't pass scratch buffer to user SGPRs
by Bas Nieuwenhuizen
· 9 years ago
422a19f
radeonsi: split input upload off from si_launch_grid
by Bas Nieuwenhuizen
· 9 years ago
898298e
radeonsi: implement TGSI compute shader creation
by Bas Nieuwenhuizen
· 9 years ago
85fd781
radeonsi: update shader count for compute shaders
by Bas Nieuwenhuizen
· 9 years ago
da88c2a
radeonsi: set maximum work group size based on block size
by Bas Nieuwenhuizen
· 9 years ago
b082147
radeonsi: implement shared atomics
by Bas Nieuwenhuizen
· 9 years ago
8acf3e5
radeonsi: implement shared memory load/store
by Bas Nieuwenhuizen
· 9 years ago
84a6761
radeonsi: add shared memory
by Bas Nieuwenhuizen
· 9 years ago
753a3e4
radeonsi: lower compute shader arguments
by Bas Nieuwenhuizen
· 9 years ago
008d977
radeonsi: Use CE for all descriptors.
by Bas Nieuwenhuizen
· 9 years ago
0b6c463
gallium/util: Add u_bit_scan_consecutive_range64.
by Bas Nieuwenhuizen
· 9 years ago
058b54c
radeonsi: Replace list_dirty with a mask.
by Bas Nieuwenhuizen
· 9 years ago
aabc7d6
radeonsi: Add CE uploader.
by Bas Nieuwenhuizen
· 9 years ago
0d7ddd6
radeonsi: Allocate chunks of CE ram.
by Bas Nieuwenhuizen
· 9 years ago
86c71ff
radeonsi: Add CE synchronization.
by Bas Nieuwenhuizen
· 9 years ago
fe1ef23
radeonsi: Add CE packet definitions.
by Bas Nieuwenhuizen
· 9 years ago
8fee75d
radeonsi: Create CE IB.
by Bas Nieuwenhuizen
· 9 years ago
7201230
winsys/amdgpu: Enlarge const IB size.
by Bas Nieuwenhuizen
· 9 years ago
7997b5f
winsys/amdgpu: Add support for const IB.
by Marek Olšák
· 9 years ago
e78170f
winsys/amdgpu: split IB data into a new structure in preparation for CE
by Marek Olšák
· 9 years ago
f4b77c7
gallium/radeon: move ring_type into winsyses
by Marek Olšák
· 9 years ago
1d2ac7a
llvmpipe: Call LLVMShutdown before exiting.
by Jose Fonseca
· 9 years ago
524042f
llvmpipe: Avoid LLVMGetGlobalContext in tests.
by Jose Fonseca
· 9 years ago
bb9e8c5
llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.
by Jose Fonseca
· 9 years ago
ee9876b
llvmpipe: Test more vector lengths.
by Jose Fonseca
· 9 years ago
932b71f
gallivm: Avoid llvm::sys::getProcessTriple().
by Jose Fonseca
· 9 years ago
b5ca689
gallivm: Remove lp_get_module_id.
by Jose Fonseca
· 9 years ago
969ba8b
gallivm: Fix MCJIT with LLVM 3.3.
by Jose Fonseca
· 9 years ago
cf41057
gallivm: Make MCJIT a runtime option.
by Jose Fonseca
· 9 years ago
7d2151b
scons: Show the unit test full path.
by Jose Fonseca
· 9 years ago
2211f8d
gallivm: Use LLVMSetTarget.
by Jose Fonseca
· 9 years ago
9aa23b1
gallivm: Use LLVMPrintValueToString where available.
by Jose Fonseca
· 9 years ago
f6621cd
gallium/tests: Update UTIL_FORMAT_MAX_* defines.
by Jose Fonseca
· 9 years ago
121a0ce
Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."
by Jose Fonseca
· 9 years ago
802b929
vc4: Fix fbo-generatemipmap-formats for NPOT.
by Eric Anholt
· 9 years ago
2402bb6
vc4: Remove unused "immediates" field
by Eric Anholt
· 9 years ago
2408899
i965: Define miptree map functions static (trivial)
by Ben Widawsky
· 9 years ago
b1d9353
glsl: Properly handle ldexp(0.0f, non-zero-exp).
by Matt Turner
· 9 years ago
3a26ef2
gallivm: convert size query to using a set of parameters.
by Dave Airlie
· 9 years ago
3227c10
swr: dereference cbuf/zbuf/views on context destroy
by Tim Rowley
· 9 years ago
77a9107
freedreno/ir3: fix grouping issue w/ reverse swizzles
by Rob Clark
· 9 years ago
ed66c75
radeonsi: use enums in si_shader.h
by Marek Olšák
· 9 years ago
0c52caf
gallium/radeon: use enums in r600_query.h
by Marek Olšák
· 9 years ago
dd9ca77
radeonsi: always use PFP_SYNC_ME when doing flushes and waits
by Marek Olšák
· 9 years ago
1db5678
radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits too
by Marek Olšák
· 9 years ago
58494b42
radeonsi: add safety assertions for meta cache flushes
by Marek Olšák
· 9 years ago
78f58a4
radeonsi: don't use ACQUIRE_MEM on the graphics ring
by Marek Olšák
· 9 years ago
3faecdd
radeonsi: remove TODO and correct a comment in si_emit_cache_flush
by Marek Olšák
· 9 years ago
28c2573
radeonsi: don't flush CB/DB caches for performance counters
by Marek Olšák
· 9 years ago
97c328b
gallium/radeon: don't flush CB/DB caches for timestamp queries
by Marek Olšák
· 9 years ago
6dc21b1
gallium/util: fix undefined shift to the last bit in u_bit_scan
by Marek Olšák
· 9 years ago
9434aa8
gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffff
by Marek Olšák
· 9 years ago
e50e1f8
gallium/radeon: fix Nine with its slightly shifted viewports
by Marek Olšák
· 9 years ago
ee5b351
docs: correct name for GL_OES_primitive_bounding_box
by Erik Faye-Lund
· 9 years ago
c092f9b
meta: Don't botch color masks when changing drawbuffers.
by Kenneth Graunke
· 9 years ago
a33f94b
meta: Don't smash ColorMask when using MESA_META_COLOR_MASK save bit.
by Kenneth Graunke
· 9 years ago
48fe53b
vc4: Add support for rendering to cube map surfaces.
by Eric Anholt
· 9 years ago
21a9ed6
vc4: Don't flush on read-only access of buffers read by the CL.
by Eric Anholt
· 9 years ago
9e8a8b0
vc4: Sanity check that flushes don't happen between state emit and draw.
by Eric Anholt
· 9 years ago
56b14ad
vc4: Sanity check strides for imported BOs.
by Eric Anholt
· 9 years ago
649704f
math: Import isinf and others to global namespace
by Pierre Moreau
· 9 years ago
d3c98c7
r600g: Move R600_BIG_ENDIAN to r600_pipe_common.h
by Oded Gabbay
· 9 years ago
72d0d2b
r600g: fix code indentation
by Oded Gabbay
· 9 years ago
a998e49
docs: add news item and link release notes for 11.1.3
by Emil Velikov
· 9 years ago
50eeb5f
docs: add sha256 checksums for 11.1.3
by Emil Velikov
· 9 years ago
c1bf47a
docs: add release notes for 11.1.3
by Emil Velikov
· 9 years ago
d11111a
gallivm: don't use vector selects with llvm 3.7
by Roland Scheidegger
· 9 years ago
b3616f1
nir: only dereference undef after NULL check. (v2)
by Dave Airlie
· 9 years ago
96b4cfe
docs: update the sha256 checksums for 11.2.1
by Emil Velikov
· 9 years ago
2197581
docs: add news item and link release notes for 11.2.1
by Emil Velikov
· 9 years ago
03a234c
docs: add sha256 checksums for 11.2.1
by Emil Velikov
· 9 years ago
c15f457
docs: add release notes for 11.2.1
by Emil Velikov
· 9 years ago
f30f6e2
i965/fs: Don't allow OOB array access of images
by Jason Ekstrand
· 9 years ago
93db828
anv/device: Images are only enabled in scalar stages
by Jason Ekstrand
· 9 years ago
Next »