Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
5cfc91624c22b687d2530791b178277a9f82cfcd
5cfc916
docs: GL_ARB_copy_image done for softpipe, llvmpipe
by Brian Paul
· 8 years ago
e9b86bb
llvmpipe: turn on pipe cap for GL_ARB_copy_image support
by Brian Paul
· 8 years ago
2db747c
llvmpipe: don't use 3-component formats, except 32-bit x 3 formats
by Brian Paul
· 8 years ago
672e92a
softpipe: turn on pipe cap for GL_ARB_copy_image support
by Brian Paul
· 8 years ago
d8fe633
softpipe: don't use 3-component formats
by Brian Paul
· 9 years ago
e295b4e
st/mesa: tweak surface format mapping table
by Brian Paul
· 9 years ago
dd4be2e
util: update util_resource_copy_region() for GL_ARB_copy_image
by Brian Paul
· 8 years ago
466b320
gallium: Fix region overlap conditions for rectangles with a shared edge
by Anuj Phogat
· 9 years ago
f8679ba
mesa: Fix region overlap conditions for rectangles with a shared edge
by Anuj Phogat
· 9 years ago
1584918
gallivm: more 64-bit integer prep work.
by Dave Airlie
· 8 years ago
f550b6d
radeonsi: convert to 64-bitness checks instead of doubles.
by Dave Airlie
· 8 years ago
e5c5782
gallivm: make non-float return code bitcast consistent.
by Dave Airlie
· 8 years ago
3b97e50
gallium/gallivm: use 64-bit test instead of doubles.
by Dave Airlie
· 8 years ago
213ab8d
gallium/tgsi: add 64-bitness type check function.
by Dave Airlie
· 8 years ago
8d37556
anv/entrypoints: Rework #if guards
by Jason Ekstrand
· 8 years ago
9ed0d9d
anv/entrypoints: Use the function pointer types provided by vulkan.h
by Jason Ekstrand
· 8 years ago
42624ea
st/mesa: use base level size as "guess" when available
by Nicolai Hähnle
· 8 years ago
a1e6993
anv: Remove the PhysicalDeviceLimits FINISHME
by Jason Ekstrand
· 8 years ago
4f5bbf8
anv/pipeline_cache: Allow for an zero-sized cache
by Jason Ekstrand
· 8 years ago
a1a25db
anv/pipeline: Store the (set, binding, index) tripple in the bind map
by Jason Ekstrand
· 8 years ago
c13c5ac
anv/descriptor_set: Ensure that bindings are always in increasing order
by Jason Ekstrand
· 8 years ago
e226592
anv/descriptor_set: Add a type field in debug builds
by Jason Ekstrand
· 8 years ago
cd21015
anv/descriptor_set: Set array_size to zero for non-existant descriptors
by Jason Ekstrand
· 8 years ago
2ad443e
vl/dri3: support receiving new pixmap for front buffer
by Leo Liu
· 8 years ago
0ef8500
vl/dri3: get Makefile properly
by Leo Liu
· 8 years ago
2b4cee0
gallivm: Never emit llvm.fmuladd on LLVM 3.3.
by Jose Fonseca
· 8 years ago
320d119
gallivm: Use llvm.fmuladd.*.
by Jose Fonseca
· 9 years ago
9e8edfa
util,gallivm: Explicitly enable/disable fma attribute.
by Jose Fonseca
· 8 years ago
54f755f
radeonsi: Reinitialize all descriptors in CE preamble.
by Bas Nieuwenhuizen
· 8 years ago
f93c221
mesa: Wrap extensions.h declarations with extern "C".
by Jose Fonseca
· 8 years ago
f48f344
st/mesa: fix type confusion with reladdrs
by Ilia Mirkin
· 8 years ago
f140ed6
glsl/ir: remove TABs in ir_constant_expression.cpp
by Dave Airlie
· 8 years ago
73a54e4
i965/gen9: Don't change halign and valign to fit in fast copy blit
by Anuj Phogat
· 8 years ago
46c8967
mesa: Add a helper function for shared code in get_tex_rgba_{un}compressed
by Anuj Phogat
· 9 years ago
5e2d258
mesa: Let compute shaders work in compatibility profiles
by Samuel Pitoiset
· 8 years ago
2c85128
swr: implement clipPlanes/clipVertex/clipDistance/cullDistance
by Tim Rowley
· 8 years ago
cf804b4
glx: fix crash with bad fbconfig
by Daniel Czarnowski
· 9 years ago
2d140ae
st/vdpau: implement luma keying
by Nayan Deshmukh
· 8 years ago
f24eb5a
vl: Apply luma key filter before CSC conversion
by Nayan Deshmukh
· 8 years ago
037ce5d
i965: Emit surface states for extra planes prior to gen8
by Jason Ekstrand
· 8 years ago
dc81b3a
virgl: fix checking fences
by Marc-André Lureau
· 8 years ago
15896a4
glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.
by Dave Airlie
· 8 years ago
45c901f
st/glsl_to_tgsi: move to checking 64-bitness instead of double
by Dave Airlie
· 8 years ago
bbbc45b
st/glsl_to_tgsi: use enum glsl_base_type instead of unsigned
by Dave Airlie
· 8 years ago
152f5ee
mesa: use new 64-bit checks instead of explicit double checks.
by Dave Airlie
· 8 years ago
2df4651
glsl/link_varyings: switch to 64bit check instead of double.
by Dave Airlie
· 8 years ago
35616a9
glsl: use new interfaces for 64-bit checks.
by Dave Airlie
· 8 years ago
a82b8e8
compiler: use 64bit check for sizing instead of double check.
by Dave Airlie
· 8 years ago
2465181
compiler/types: add 64-bitness queries.
by Dave Airlie
· 8 years ago
a1c5cd4
glapi/glx: Add overflow checks to the client-side indirect code
by Adam Jackson
· 8 years ago
26b69ad
radeonsi: improve the computation and comment of scratch_waves
by Marek Olšák
· 8 years ago
1d9c1d9
radeonsi: print the number of spilled VGPRs
by Marek Olšák
· 8 years ago
2b18d67
gallium/radeon: remove dead code creating LLVMTargetMachine
by Marek Olšák
· 8 years ago
a343ab5
radeonsi: don't enable scratch just for SGPR spills
by Marek Olšák
· 8 years ago
55b097d
st/mesa: try not to compile compute shader on the first use
by Marek Olšák
· 8 years ago
9528827
Revert "radeonsi: allow direct hw MSAA resolve for scanout surfaces"
by Marek Olšák
· 8 years ago
bd5c41f
st/mesa: directly compute level=0 texture size in st_finalize_texture
by Nicolai Hähnle
· 8 years ago
8c3ecde
glsl: stop allocating memory for SSBOs and builtins
by Timothy Arceri
· 8 years ago
6e6fd91
st/mesa: use buffer usage history to set dirty flags for revalidation
by Ilia Mirkin
· 8 years ago
d9546b0
i965: Integrate precise trig into configuration infrastructure
by Gurchetan Singh
· 9 years ago
f39439d
radeonsi: re-enable PBO ReadPixels acceleration
by Marek Olšák
· 8 years ago
7c6e88b
radeonsi: allow MSAA resolving into a texture that has DCC enabled
by Marek Olšák
· 8 years ago
9a472a3
gallium/radeon: move DCC clearing into a separate function
by Marek Olšák
· 8 years ago
ffd54d1
radeonsi: allow direct hw MSAA resolve for scanout surfaces
by Marek Olšák
· 8 years ago
4be46c7
radeonsi: don't allocate DCC for the temporary MSAA resolve surface
by Marek Olšák
· 8 years ago
c062465
radeonsi: don't enable DCC in the sampler if first_level doesn't have it
by Marek Olšák
· 8 years ago
0038910
winsys/amdgpu: enable DCC for mipmapped textures
by Marek Olšák
· 8 years ago
c653617
gallium/radeon: don't disable DCC because of SDMA
by Marek Olšák
· 8 years ago
2fd74a0
radeonsi: don't flag renderbuffer feedback loop if DCC has just been disabled
by Marek Olšák
· 8 years ago
aa7fe70
radeonsi: add per-level dcc_enabled flags
by Marek Olšák
· 8 years ago
60e93dd
radeonsi: compute DCC register parameters in si_emit_framebuffer_state
by Marek Olšák
· 8 years ago
a01536a
gallium/radeon: add an assertion checking the validity of PIPE_BIND_SCANOUT
by Marek Olšák
· 8 years ago
d4d733e
gallium/radeon: don't allocate DCC for non-renderable texture formats
by Marek Olšák
· 8 years ago
b42bc90
radeonsi: enable WQM in PS prolog when needed
by Nicolai Hähnle
· 8 years ago
d3a584d
tgsi/scan: add uses_derivatives (v2)
by Nicolai Hähnle
· 8 years ago
b7a0c0e
docs/devinfo: Expound on helpful extension tips
by Nanley Chery
· 8 years ago
9e7de50
docs/devinfo: Update bullet in stale extension guide
by Nanley Chery
· 8 years ago
26b0f02
docs/devinfo: Add closing paragraph tag
by Nanley Chery
· 8 years ago
87f0a04
swr: fix provoking vertex
by Tim Rowley
· 8 years ago
c81b090
st/mesa: revalidate image atoms when a texture is updated
by Ilia Mirkin
· 8 years ago
71ad8a1
gk104/ir: fix conditions for adding a texbar
by Ilia Mirkin
· 8 years ago
8239da2
radeonsi: keep track of dirty descriptor sets
by Nicolai Hähnle
· 8 years ago
d152c73
radeonsi: move si_descriptors into a per-context array
by Nicolai Hähnle
· 8 years ago
a29c4f9
radeonsi: pass shader stage to si_disable_shader_image
by Nicolai Hähnle
· 8 years ago
4e0fb72
radeonsi: access descriptor sets via local variables
by Nicolai Hähnle
· 8 years ago
ba4a284
radeonsi: add si_set_rw_buffer to be used for internal descriptors
by Nicolai Hähnle
· 8 years ago
c615a05
radeonsi: pass shader stage to si_set_shader_image
by Nicolai Hähnle
· 8 years ago
e6612a3
radeonsi: pass shader stage to si_set_sampler_view
by Nicolai Hähnle
· 8 years ago
c32cd4b
radeonsi: move descriptor set begin_new_cs handling into a separate function
by Nicolai Hähnle
· 8 years ago
031b57b
radeonsi: move enabled_mask out of si_descriptors
by Nicolai Hähnle
· 8 years ago
d1e141a
anv/entrypoints: Stop using the C preprocessor
by Jason Ekstrand
· 8 years ago
d1a53f9
anv/entrypoints: Emit #if guards for all platforms
by Jason Ekstrand
· 8 years ago
1ea233c
platform_android: prevent deadlock in droid_swap_buffers
by Haixia Shi
· 8 years ago
b7f7ec7
mesa: automake: distclean git_sha1.h when building OOT
by Emil Velikov
· 8 years ago
2c424e0
mesa: automake: ensure that git_sha1.h.tmp has the right attributes
by Emil Velikov
· 8 years ago
359d9df
mesa: automake: add directory prefix for git_sha1.h
by Emil Velikov
· 8 years ago
1816c83
egl: android: don't add the image loader extension for !render_node
by Emil Velikov
· 8 years ago
095803a
gallium/radeon: add support for sharing textures with DCC between processes
by Marek Olšák
· 8 years ago
9e5b5fb
gallium/radeon: don't discard DCC if an external user can write to it
by Marek Olšák
· 8 years ago
c6b14ba
i915: fix typo CAP.
by Dave Airlie
· 8 years ago
Next »