Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
5886cd79a0ed10b887840f6afb980a5a6a47e26e
5886cd7
nir: Do basic constant reassociation.
by Kenneth Graunke
· 9 years ago
1c7ba7f
radeon/uvd: alignment fix for decode message buffer
by Boyuan Zhang
· 9 years ago
704d203
st/mesa: replace _mesa_sysval_to_semantic table with function
by Brian Paul
· 9 years ago
a9e6213
nir/lower_system_values: Add support for several computed values
by Jason Ekstrand
· 9 years ago
3910314
glsl/shader_enums: Add the other two compute builtins
by Jason Ekstrand
· 9 years ago
22836db
glsl/shader_enums: Add an enum for Vulkan InstanceIndex
by Jason Ekstrand
· 9 years ago
581c801
mesa: add missing header to the tarball
by Emil Velikov
· 9 years ago
5e010a7
drivers/softpipe: add missing header to the tarball
by Emil Velikov
· 9 years ago
c69ab88
mesa: automake: update and reuse X86_SSE41_FILES list
by Emil Velikov
· 9 years ago
28da0d6
compiler: android: flesh out nir into separate makefile
by Emil Velikov
· 9 years ago
8d51500
compiler: automake: flesh out NIR into separate makefile.
by Emil Velikov
· 9 years ago
9324afc
compiler: automake: split out glsl into separate makefile
by Emil Velikov
· 9 years ago
3d67780
compiler: remove {glsl,nir}/Makefile.sources
by Emil Velikov
· 9 years ago
c481c8f
configure.ac: update the path of the generated files
by Emil Velikov
· 9 years ago
4db8f15
glsl: move the android build scripts a level up
by Emil Velikov
· 9 years ago
abf7088
glsl: move the scons build script a level up
by Emil Velikov
· 9 years ago
594e868
Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags"
by Emil Velikov
· 9 years ago
590a37d
GL3: ARB_shader_image_load_store/size is done for radeonsi also in GLES
by Nicolai Hähnle
· 9 years ago
05aec42
docs: fix Coverity URL
by Brian Paul
· 9 years ago
d97f5d6
tgsi/doc: fix spelling error
by Oded Gabbay
· 9 years ago
a89c474
nir: add a pass for lowering (un)pack_double_2x32
by Connor Abbott
· 9 years ago
663e642
nir: add split versions of (un)pack_double_2x32
by Connor Abbott
· 9 years ago
b093808
nir: don't try to scalarize unpack_double_2x32
by Connor Abbott
· 9 years ago
9e31e0a
nir: add support for (un)pack_double_2x32
by Connor Abbott
· 9 years ago
d5d6260
nir: add i2d and u2d opcodes
by Iago Toral Quiroga
· 9 years ago
b16d062
nir: add d2i, d2u, d2b opcodes
by Iago Toral Quiroga
· 9 years ago
a4bce07
nir: add support for d2f and f2d
by Connor Abbott
· 9 years ago
fab5d4c
nir/glsl_to_nir: set bit_size on ssbo_load result
by Iago Toral Quiroga
· 9 years ago
a741378
nir/glsl_to_nir: add bit-size info to add_instr()
by Samuel Iglesias Gonsálvez
· 9 years ago
4b37c64
nir/split_var_copies: handle doubles
by Connor Abbott
· 9 years ago
106a1b5
nir/instr_set: handle 64-bit bit-sizes
by Connor Abbott
· 9 years ago
f2ccb63
nir: handle doubles in nir_deref_get_const_initializer_load()
by Connor Abbott
· 9 years ago
41c2541
nir/print: add support for printing doubles and bitsize
by Connor Abbott
· 9 years ago
f5551f8
nir/glsl_to_nir: support doubles
by Connor Abbott
· 9 years ago
8e69782
nir/lower_load_const_to_scalar: support doubles and multiple bit sizes
by Iago Toral Quiroga
· 9 years ago
12f628a
nir/lower_to_source_mods: Handle different bit sizes
by Iago Toral Quiroga
· 9 years ago
3663a23
nir: add bit_size info to nir_load_const_instr_create()
by Samuel Iglesias Gonsálvez
· 9 years ago
a5b17ae
nir/lower_vec: adapt to different bit sizes
by Connor Abbott
· 9 years ago
e3edaec
nir: add bit_size info to nir_ssa_undef_instr_create()
by Samuel Iglesias Gonsálvez
· 9 years ago
41a39e3
nir/locals_to_regs: adapt to different bit sizes
by Connor Abbott
· 9 years ago
40d1b67
nir/from_ssa: adapt to different bit sizes
by Connor Abbott
· 9 years ago
4979cec
i965: fix struct type in comment
by Timothy Arceri
· 9 years ago
7d58cfa
nir: Add a pass for gathering various bits of shader info
by Jason Ekstrand
· 9 years ago
875543e
i965: enable OES_texture_buffer on gen7+
by Ilia Mirkin
· 9 years ago
6f5f818
docs: add some missing softpipe entries.
by Dave Airlie
· 9 years ago
26c56e2
glsl: Don't remove XFB-only varyings.
by Kenneth Graunke
· 9 years ago
ce84a92
i965/disasm: Decode per-slot offsets.
by Kenneth Graunke
· 9 years ago
20c8f36
i965/disasm: Decode "channel mask present" bit correctly.
by Kenneth Graunke
· 9 years ago
b790232
i965/disasm: Simplify the URB opcode printing with ?:.
by Kenneth Graunke
· 9 years ago
9b5bd20
glsl: allow usage of the keyword buffer before GLSL 430 / ESSL 310
by Ilia Mirkin
· 9 years ago
cdb6fa9
nvc0: handle the case where there are no framebuffer attachments
by Ilia Mirkin
· 9 years ago
59ca921
nv50,nvc0: support sending string markers down into the command stream
by Ilia Mirkin
· 9 years ago
f9480d7
nv50,nvc0: add invalidate_resource support for buffer resources
by Ilia Mirkin
· 9 years ago
30b818d
vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.
by Eric Anholt
· 9 years ago
f029932
vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.
by Eric Anholt
· 9 years ago
44d7b8a
vc4: Add a helper function for the construction of qregs.
by Eric Anholt
· 9 years ago
114c8b3
vc4: Add missing scheduling dependency for MS color writes.
by Eric Anholt
· 9 years ago
483c172
vc4: Drop the multi_instruction distinction for QIR instructions.
by Eric Anholt
· 9 years ago
a8b525f
vc4: Handle SF on instructions that write r4.
by Eric Anholt
· 9 years ago
e46b489
vc4: Allow multi-instruction QIR nodes to get VPM optimization.
by Eric Anholt
· 9 years ago
99a759a
vc4: Switch to using NIR_PASS macros.
by Eric Anholt
· 9 years ago
7030ead
vc4: Handle nir_intrinsic_load_user_clip_plane as a vec4.
by Eric Anholt
· 9 years ago
40e7774
vc4: Emit a warning and proceed for handling loops in NIR.
by Rhys Kidd
· 9 years ago
2450b21
vc4: Add a stub for NIR->QIR of control flow function nodes
by Rhys Kidd
· 9 years ago
e599777
vc4: Add better debug of NIR->QIR control flow graph failure
by Rhys Kidd
· 9 years ago
e529dd1
vc4: Remove unused include from vc4_program.c
by Rhys Kidd
· 9 years ago
e25c24c
glsl: handle unsigned int wraparound in link_shaders()
by Lars Hamre
· 9 years ago
6cc7aec
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
by Jason Ekstrand
· 9 years ago
d2b3265
i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
by Jason Ekstrand
· 9 years ago
f6f54a2
i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions
by Jason Ekstrand
· 9 years ago
e5295b5
i965: Check eu/subslices are > 0
by Ben Widawsky
· 9 years ago
cc01b63
i965: Fix eu/subslice warning
by Ben Widawsky
· 9 years ago
4213b00
i965: Extract SSEU configuration info
by Ben Widawsky
· 9 years ago
4420f18
st/mesa: fix glReadBuffer() assertion failure
by Brian Paul
· 9 years ago
b9855dc
st/va: avoid dereference after free in vlVaDestroyImage
by Thomas Hindoe Paaboel Andersen
· 9 years ago
1cd19eb
radeonsi: do per-pixel clipping based on viewport states
by Marek Olšák
· 9 years ago
059308d
nv50/ir: do not try to attach JOIN ops to ATOM
by Samuel Pitoiset
· 9 years ago
2abe4f8
radeonsi: raise number of samplers per shader to 32
by Nicolai Hähnle
· 9 years ago
9d2693f
radeonsi: expand the compressed color and depth texture masks to 64 bits
by Nicolai Hähnle
· 9 years ago
f270067
radeonsi: replace magic 16 by SI_NUM_USER_SAMPLERS
by Nicolai Hähnle
· 9 years ago
f09036f
gallium: raise PIPE_MAX_SAMPLERS to 32
by Nicolai Hähnle
· 9 years ago
84c4d06
st/glsl_to_tgsi: make samplers_used an uint32_t (v2)
by Nicolai Hähnle
· 9 years ago
4bfcc86
tgsi/scan: add an assert for the size of the samplers_declared bitfield
by Nicolai Hähnle
· 9 years ago
cc39879
draw/aaline: stronger guard against no free samplers (v2)
by Nicolai Hähnle
· 9 years ago
040f5cb
util/pstipple: stronger guard against no free samplers (v2)
by Nicolai Hähnle
· 9 years ago
b7e67b2
svga: new SVGA_MSAA env var to disable/enable MSAA pixel formats
by Brian Paul
· 9 years ago
9f443af
svga: add some trivial null pointer checks
by Brian Paul
· 9 years ago
60cf2fa
trace: add missing set_shader_images()
by Samuel Pitoiset
· 9 years ago
5fac488
radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATE
by Marek Olšák
· 9 years ago
baa0b3f
radeonsi: don't use the real barrier instruction in tess ctrl shaders
by Marek Olšák
· 9 years ago
715e97e
Revert "clover: Fix build against clang SVN >= r265359"
by Michel Dänzer
· 9 years ago
05db680
nir/types: Add a wrapper for count_attribute_slots
by Jason Ekstrand
· 9 years ago
828d84c
r600: use radeon_emit in a few more places in evergreen_compute
by Dave Airlie
· 9 years ago
0c40b6f
r600: make compute global buffer functions static.
by Dave Airlie
· 9 years ago
a5d247d
r600: make two compute functions static.
by Dave Airlie
· 9 years ago
41558ef
r600: using pipe_grid_info more in evergreen_compute.
by Dave Airlie
· 9 years ago
a6e17d7
r600: in evergreen_compute use ctx consistently instead of ctx_
by Dave Airlie
· 9 years ago
aeb2be3
r600: use rctx consistently in evergreen_compute.c
by Dave Airlie
· 9 years ago
0560c82
r600: cleanup whitespace in evergreen_compute.c
by Dave Airlie
· 9 years ago
6fc3e7c
GL3.txt: Mark ARB_framebuffer_no_attachments as done
by Edward O'Callaghan
· 9 years ago
Next »