index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
automake: Add include dir for nir src directory
19.0-branchpoint
Dylan Baker
1
-0
/
+1
2019-01-29
automake: Add float64.glsl to dist tarball
Dylan Baker
1
-0
/
+1
2019-01-29
automake: Fix path to generated source
Dylan Baker
1
-1
/
+1
2019-01-29
nir: Optimize double-precision lower_round_even()
Matt Turner
1
-44
/
+12
2019-01-29
ac: use the correct LLVM processor name on Raven2
Marek Olšák
1
-1
/
+1
2019-01-29
v3d: Fix the autotools build.
Eric Anholt
1
-1
/
+1
2019-01-29
freedreno: fix sysmem rendering being used when clear is used
Jonathan Marek
1
-1
/
+1
2019-01-29
freedreno: fix depth usage logic
Jonathan Marek
1
-2
/
+6
2019-01-29
freedreno: fix invalidate logic
Jonathan Marek
2
-10
/
+10
2019-01-29
mesa/st: wire up DiscardFramebuffer
Jonathan Marek
1
-0
/
+25
2019-01-29
mesa: wire up InvalidateFramebuffer
Rob Clark
2
-7
/
+66
2019-01-29
st/dri: invalidate_resource depth/stencil before flush_resource
Jonathan Marek
1
-7
/
+7
2019-01-29
egl/wayland-drm: Only announce formats via wl_drm which the driver supports.
Mario Kleiner
5
-5
/
+51
2019-01-29
egl/wayland: Allow client->server format conversion for PRIME offload. (v2)
Mario Kleiner
1
-9
/
+71
2019-01-29
intel/fs: Use split sends for surface writes on gen9+
Jason Ekstrand
2
-18
/
+47
2019-01-29
intel/fs: Add interference between SENDS sources
Jason Ekstrand
1
-0
/
+27
2019-01-29
intel/fs: Support SENDS in SHADER_OPCODE_SEND
Jason Ekstrand
3
-8
/
+66
2019-01-29
intel/disasm: Properly disassemble split sends
Jason Ekstrand
1
-19
/
+142
2019-01-29
intel/eu: Add support for the SENDS[C] messages
Jason Ekstrand
4
-19
/
+255
2019-01-29
intel/inst: Indent some code
Jason Ekstrand
1
-177
/
+183
2019-01-29
intel/inst: Fix the ia16_addr_imm helpers
Jason Ekstrand
1
-4
/
+5
2019-01-29
intel/disasm: Rework SEND decoding to use descriptors
Jason Ekstrand
1
-36
/
+50
2019-01-29
intel/eu: Add more message descriptor helpers
Jason Ekstrand
1
-27
/
+216
2019-01-29
intel/eu/validate: SEND restrictions also apply to SENDC
Jason Ekstrand
1
-1
/
+2
2019-01-29
intel/eu: Use GET_BITS in brw_inst_set_send_ex_desc
Jason Ekstrand
1
-5
/
+5
2019-01-29
intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+
Jason Ekstrand
7
-88
/
+25
2019-01-29
intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
Jason Ekstrand
4
-142
/
+177
2019-01-29
intel/fs: Use a logical opcode for IMAGE_SIZE
Jason Ekstrand
4
-6
/
+21
2019-01-29
intel/fs: Use SHADER_OPCODE_SEND for surface messages
Jason Ekstrand
5
-214
/
+201
2019-01-29
intel/fs: Add a generic SEND opcode
Jason Ekstrand
9
-3
/
+91
2019-01-29
intel/eu: Rework surface descriptor helpers
Jason Ekstrand
2
-234
/
+234
2019-01-29
intel/eu: Add has_simd4x2 bools to surface_write functions
Jason Ekstrand
1
-6
/
+8
2019-01-29
intel/fs: Take an explicit exec size in brw_surface_payload_size()
Jason Ekstrand
1
-20
/
+39
2019-01-29
intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
Jason Ekstrand
1
-0
/
+2
2019-01-29
intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS
Jason Ekstrand
2
-3
/
+3
2019-01-29
intel/fs: Get rid of fs_inst::equals
Jason Ekstrand
2
-23
/
+7
2019-01-29
freedreno: minor cleanups
Rob Clark
2
-2
/
+0
2019-01-29
freedreno: stop frob'ing pipe_resource::nr_samples
Rob Clark
4
-6
/
+15
2019-01-29
freedreno/a6xx: fix blitter nr_samples check
Rob Clark
1
-1
/
+3
2019-01-29
freedreno/a5xx: fix blitter nr_samples check
Rob Clark
1
-1
/
+2
2019-01-29
radv: Enable VK_EXT_memory_priority.
Bas Nieuwenhuizen
3
-5
/
+20
2019-01-29
radv/winsys: Add priority handling during submit.
Bas Nieuwenhuizen
3
-49
/
+115
2019-01-29
radv/winsys: Set winsys bo priority on creation.
Bas Nieuwenhuizen
12
-29
/
+82
2019-01-29
radv: re-enable fast depth clears for 16-bit surfaces on VI
Samuel Pitoiset
1
-8
/
+0
2019-01-28
vc4: Enable NEON asm on meson cross-builds.
Eric Anholt
1
-4
/
+6
2019-01-28
vc4: Declare the cpu pointers as being modified in NEON asm.
Carsten Haitzler (Rasterman)
1
-18
/
+15
2019-01-28
vc4: Use named parameters for the NEON inline asm.
Carsten Haitzler (Rasterman)
1
-80
/
+100
2019-01-28
kmsro: Add freedreno renderonly support
Jonathan Marek
4
-2
/
+22
2019-01-28
freedreno: a2xx: add perfcntrs
Jonathan Marek
8
-0
/
+1118
2019-01-28
freedreno: a2xx: minor solid_vertexbuf fixups
Jonathan Marek
3
-4
/
+6
[next]