Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
010ebed72aa82f930067bd49e4cc12469cc4eb6a
010ebed
freedreno/a5xx/gmem: move ZS restore tiling hack
by Rob Clark
· 7 years ago
22605dc
freedreno: update generated headers
by Rob Clark
· 7 years ago
501591e
svga: add missing PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER* cases
by Brian Paul
· 7 years ago
92c1290
glsl: s/unsigned/glsl_base_type/ in glsl type code (v2)
by Brian Paul
· 7 years ago
940fba6
util/tgsi: use ASSERT_BITFIELD_SIZE() to check opcode field size
by Brian Paul
· 7 years ago
d4726b1
st/mesa: use enum types instead of int/unsigned (v3)
by Brian Paul
· 7 years ago
fe81e1f
util: add new ASSERT_BITFIELD_SIZE() macro (v3)
by Brian Paul
· 7 years ago
c8ce3c2
st/mesa: don't move ssbo after atomic buffers if we support hw atomics
by Dave Airlie
· 7 years ago
8f91aa3
i965: Upload invariant state once at the start of the batch on Gen4-5.
by Kenneth Graunke
· 7 years ago
59162c1
docs: update features/relnotes for r600 shader image support. (v2)
by Dave Airlie
· 7 years ago
8c52ece
r600: enable ARB_shader_image_load_store, ARB_shader_image_size
by Dave Airlie
· 7 years ago
31db4a3
r600: handle image size support.
by Dave Airlie
· 7 years ago
f94f5c9
r600/sb: disable SB for images.
by Dave Airlie
· 7 years ago
aa38bf6
r600/shader: add support for load/store/atomic ops on images.
by Dave Airlie
· 7 years ago
a6b3792
r600: add core pieces of image support.
by Dave Airlie
· 7 years ago
5689bb0
r600/shader: implement getting thread id.
by Dave Airlie
· 7 years ago
c119a1a
r600/shader: add flag to denote if shader uses images
by Dave Airlie
· 7 years ago
894e2de
r600: implement basic memory barrier.
by Dave Airlie
· 7 years ago
ac4f175
r600: allocate immed buffer resource for images.
by Dave Airlie
· 7 years ago
77d36cb
r600: handle writes_memory properly
by Dave Airlie
· 7 years ago
d8acf79
autotools: change version TINY -> PATCH
by Dylan Baker
· 7 years ago
65fc16c
autotools: set XA versions in configure.ac and configure header file
by Dylan Baker
· 7 years ago
f274687
genxml: Fix PIPELINE_SELECT on G45/Ironlake.
by Kenneth Graunke
· 7 years ago
9b02230
egl: pass the dri2_dpy to the $plat_teardown functions
by Emil Velikov
· 7 years ago
306914d
meson: Add dridriverdir variable to dri.pc.
by Rafael Antognolli
· 7 years ago
bc17ac5
docs: add documentation for building with meson
by Dylan Baker
· 7 years ago
d25123e
docs: Point to apt.llvm.org for development snapshot packages
by Kai Wasserbäch
· 7 years ago
ca95d7a
egl: fix var type
by Eric Engestrom
· 7 years ago
9e74e2d
i915: add missing extensions.h include
by Emil Velikov
· 7 years ago
f3ea079
mesa: return 'unrecognized' extensions in glGetStringi
by Emil Velikov
· 7 years ago
310e448
mesa: rework the way we manage extra_extensions
by Emil Velikov
· 7 years ago
693682b
mesa: pass the ctx to _mesa_one_time_init_extension_overrides
by Emil Velikov
· 7 years ago
9aa9b98
mesa: call atexit() only as needed
by Emil Velikov
· 7 years ago
3d81e11
mesa: remove unnecessary 'sort by year' for the GL extensions
by Emil Velikov
· 7 years ago
a3f8287
mesa: reuse set_extension() for _mesa_extension_override_disables
by Emil Velikov
· 7 years ago
444d9e4
mesa: drop unnecessary coping of extra_extensions
by Emil Velikov
· 7 years ago
e4cdce5
mesa: remove duplicate 'disabled extensions' list
by Emil Velikov
· 7 years ago
167e958
mesa: call _mesa_make_extension_string only as needed
by Emil Velikov
· 7 years ago
ba8a347
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
by Emil Velikov
· 7 years ago
afd6a96
i965: remove ARB_compute_shader extension override
by Emil Velikov
· 7 years ago
f881293
i965: use _mesa_is_desktop_gl helper
by Emil Velikov
· 7 years ago
6614804
egl: add note about missing $plat_teardown
by Emil Velikov
· 7 years ago
8d745ab
egl/wayland: move teardown code to the platform file
by Emil Velikov
· 7 years ago
40a01c9
egl/drm: move teardown code to the platform file
by Emil Velikov
· 7 years ago
938fcab
egl/x11: move teardown code to the platform file
by Emil Velikov
· 7 years ago
55245fe
egl: Provide meaningfull error when built w/o requested platform
by Emil Velikov
· 7 years ago
8ceccbf
meson: Don't define HAVE_PTHREAD only on linux
by Jon Turney
· 7 years ago
ff018a3
freedreno: also mark images used by draw/grid
by Rob Clark
· 7 years ago
92e75bf
freedreno: mark SSBOs written at draw time
by Rob Clark
· 7 years ago
2878af7
freedreno/a5xx: ARB_framebuffer_no_attachments support
by Rob Clark
· 7 years ago
8d48671
i965: Implement another VF cache invalidate workaround on Gen8+.
by Kenneth Graunke
· 7 years ago
f3fa3b0
tgsi/exec: fix LDEXP in softpipe
by Nicolai Hähnle
· 7 years ago
2e3d0dd
threads,configure.ac,meson.build: define and use HAVE_TIMESPEC_GET
by Nicolai Hähnle
· 7 years ago
a8bdf0e
radeonsi: copy some nir gs info
by Timothy Arceri
· 7 years ago
b73ce64
ac: add gs_{prim,invocation}_id to the abi
by Timothy Arceri
· 7 years ago
8ae92a9
radeonsi: gather stream info in nir path
by Timothy Arceri
· 7 years ago
cd58b98
mapi: Use correct shared libraries suffix on macOS.
by Vinson Lee
· 7 years ago
ae7b4fd
tgsi: whitespace clean-ups in tgsi_util.[ch]
by Brian Paul
· 7 years ago
cbfc92c
svga: s/unsigned/enum tgsi_texture_type/
by Brian Paul
· 7 years ago
dc37cb0
tgsi: s/unsigned/enum tgsi_texture_type/
by Brian Paul
· 7 years ago
bf41b2b
gallium/wgl: fix default pixel format issue
by Frank Richter
· 7 years ago
824e808
svga: issue debug warning for unsupported two-sided stencil state
by Brian Paul
· 7 years ago
cacb884
st/mesa: whitespace fixes in st_manager.c
by Brian Paul
· 7 years ago
8150690
st/mesa: whitespace clean-ups in st_context.c
by Brian Paul
· 7 years ago
0605a6c
st/mesa: move st_manager_destroy() earlier in file
by Brian Paul
· 7 years ago
3a74eb3
st/mesa: move st_init_driver_flags() earlier in file
by Brian Paul
· 7 years ago
955cbdf
docs: update llvmpipe.html build instructions
by Brian Paul
· 7 years ago
d61a914
etnaviv: Add sampler TS support
by Wladimir J. van der Laan
· 7 years ago
59d76e7
etnaviv: Flush TS cache before changing TS configuration
by Wladimir J. van der Laan
· 7 years ago
0d6d9b5
etnaviv: Add TS_SAMPLER formats to etnaviv_format
by Wladimir J. van der Laan
· 7 years ago
ade528e
etnaviv: Check that resource has a valid TS in etna_resource_needs_flush
by Wladimir J. van der Laan
· 7 years ago
b24cb40
etnaviv: rnndb update
by Wladimir J. van der Laan
· 7 years ago
00bf875
radv: it isn't an error to not support a format or driver
by Dave Airlie
· 7 years ago
5da2b26
i965: Drop some reserved space remnants.
by Kenneth Graunke
· 7 years ago
e48cc01
intel: Drop mtypes.h include from brw_compiler.h.
by Kenneth Graunke
· 7 years ago
0704702
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
by Kenneth Graunke
· 7 years ago
ff96491
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
by Kenneth Graunke
· 7 years ago
f48f52b
i965: Make a better helper function for UBO/SSBO/ABO surface handling.
by Kenneth Graunke
· 7 years ago
059d25a
radv: add the vertex buffers BO to the list at bind time
by Samuel Pitoiset
· 7 years ago
c665879
radv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
by Samuel Pitoiset
· 7 years ago
8fd2132
radv: drop radv_cmd_dirty_mask_t typedef
by Samuel Pitoiset
· 7 years ago
f697365
radv: use an unsigned 32-bit integer for radv_queue::family_index
by Samuel Pitoiset
· 7 years ago
f9e1ff2
radv: do not add the image BO in radv_set_dcc_need_cmask_elim_pred()
by Samuel Pitoiset
· 7 years ago
40290c8
radv: do not add the image BO in radv_set_color_clear_regs()
by Samuel Pitoiset
· 7 years ago
65123ee
r600: set the number type correctly for float rts in cb setup
by Roland Scheidegger
· 7 years ago
570d5b7
r600: use ieee version of rsq
by Roland Scheidegger
· 7 years ago
1c8d57a
r600: use ieee version of rcp
by Roland Scheidegger
· 7 years ago
3835009
r600: use DX10_CLAMP bit in shader setup
by Roland Scheidegger
· 7 years ago
aab0bfc
r600: use min_dx10/max_dx10 instead of min/max
by Roland Scheidegger
· 7 years ago
3ceee04
r600: fix cubemap arrays
by Dave Airlie
· 7 years ago
7676e71
freedreno/a5xx: small comment fix
by Rob Clark
· 7 years ago
d27318b
freedreno/a5xx: indirect draw support
by Rob Clark
· 7 years ago
f383cf9
freedreno/a5xx: split out helper for pipeline stalls
by Rob Clark
· 7 years ago
d74029b
freedreno: update generated headers
by Rob Clark
· 7 years ago
5041ea9
gallium/radeon: disable the cache when nir backend enabled
by Timothy Arceri
· 7 years ago
7273e98
st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/tes outputs
by Timothy Arceri
· 7 years ago
bc30812
gallium/tgsi: add tess output supoort to tgsi_get_gl_varying_semantic()
by Timothy Arceri
· 7 years ago
4ae9f0b
st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
by Timothy Arceri
· 7 years ago
3d21eb3
gallium/tgsi: add prim id to tgsi_get_gl_varying_semantic()
by Timothy Arceri
· 7 years ago
fc59546
i965: Make use of brw_load_register_imm32() helper function
by Anuj Phogat
· 7 years ago
Next »