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
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
marge_bot_batch_merge_job
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
tess-use-io-semantics
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
2017-12-04
Update version to 17.3.0-rc6
mesa-17.3.0-rc6
Emil Velikov
1
-1
/
+1
2017-12-01
i965: Disable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2
-25
/
+43
2017-12-01
anv: Check if memfd_create is already defined.
Vinson Lee
3
-0
/
+5
2017-12-01
intel/blorp: Fix possible NULL pointer dereferencing
Vadym Shovkoplias
1
-2
/
+2
2017-12-01
i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.
Kenneth Graunke
8
-96
/
+102
2017-12-01
i965: Don't grow batch/state buffer on every emit after an overflow.
Kenneth Graunke
1
-23
/
+19
2017-12-01
i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.
Kenneth Graunke
1
-0
/
+3
2017-12-01
i965: Use old_bo->align when growing batch/state buffer instead of 4096.
Kenneth Graunke
1
-1
/
+2
2017-12-01
i965: Program the dynamic state heap size to MAX_STATE_SIZE.
Kenneth Graunke
3
-10
/
+10
2017-12-01
radeonsi/gfx9: fix importing shared textures with DCC
Marek Olšák
1
-1
/
+1
2017-11-29
gallium/wgl: fix default pixel format issue
Frank Richter
1
-2
/
+21
2017-11-29
r600: set DX10_CLAMP for compute shader too
Roland Scheidegger
1
-2
/
+3
2017-11-29
r600: use DX10_CLAMP bit in shader setup
Roland Scheidegger
2
-0
/
+15
2017-11-29
r600: use min_dx10/max_dx10 instead of min/max
Roland Scheidegger
2
-6
/
+9
2017-11-29
glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx
Nicolai Hähnle
1
-1
/
+30
2017-11-29
glsl: allow any l-value of an input variable as interpolant in interpolateAt*
Nicolai Hähnle
2
-5
/
+32
2017-11-29
i965: Fix Smooth Point Enables.
Kenneth Graunke
1
-1
/
+1
2017-11-29
st_glsl_to_tgsi: check for the tail sentinel in merge_two_dsts
Nicolai Hähnle
1
-3
/
+3
2017-11-29
radeonsi: fix layered DCC fast clear
Marek Olšák
1
-1
/
+4
2017-11-29
r600/sb: handle jump after target to end of program. (v2)
Dave Airlie
1
-0
/
+5
2017-11-29
docs/llvmpipe.html: Minor edits
Ben Crocker
1
-7
/
+7
2017-11-29
docs: Point to apt.llvm.org for development snapshot packages
Kai Wasserbäch
1
-0
/
+6
2017-11-29
mesa/gles: adjust internal format in glTexSubImage2D error checks
Tapani Pälli
1
-1
/
+55
2017-11-27
gl_table.py: add extern C guard for the generated glapitable.h
Emil Velikov
1
-0
/
+8
2017-11-27
glsl/linker: Check that re-declared, inter-shader built-in blocks match
Eduardo Lima Mitev
1
-0
/
+29
2017-11-27
glsl: Use the utility function to copy symbols between symbol tables
Eduardo Lima Mitev
2
-31
/
+10
2017-11-27
glsl_parser_extra: Add utility to copy symbols between symbol tables
Eduardo Lima Mitev
2
-0
/
+48
2017-11-27
util: Fix disk_cache index calculation on big endian
Matt Turner
1
-2
/
+2
2017-11-27
util: Fix SHA1 implementation on big endian
Matt Turner
1
-1
/
+2
2017-11-24
i965/fs: Handle negating immediates on MADs when propagating saturates
Matt Turner
1
-2
/
+8
2017-11-24
ddebug: fix use-after-free of streamout targets
Nicolai Hähnle
1
-1
/
+1
2017-11-24
radeonsi/gfx9: fix VM fault with fetched instance divisors
Nicolai Hähnle
2
-5
/
+12
2017-11-24
glsl: Catch subscripted calls to undeclared subroutines
George Barrett
1
-2
/
+7
2017-11-24
r600: Emit EOP for more CF instruction types
Gert Wollny
4
-7
/
+16
2017-11-24
i965: Mark BOs as external when we export their handle
Jason Ekstrand
3
-1
/
+11
2017-11-24
i965/bufmgr: Add a helper to mark a BO as external
Jason Ekstrand
1
-6
/
+11
2017-11-20
Update version to 17.3.0-rc5
mesa-17.3.0-rc5
Emil Velikov
1
-1
/
+1
2017-11-18
i965: Revert Gen8 aspect of VF PIPE_CONTROL workaround.
Kenneth Graunke
1
-1
/
+5
2017-11-17
anv/cmd_buffer: Take bo_offset into account in fast clear state addresses
Jason Ekstrand
1
-1
/
+1
2017-11-17
anv/cmd_buffer: Advance the address when initializing clear colors
Jason Ekstrand
1
-3
/
+6
2017-11-17
i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DW
Anuj Phogat
2
-5
/
+17
2017-11-17
i965: Program DWord Length in MI_FLUSH_DW
Anuj Phogat
3
-3
/
+3
2017-11-17
meson: explicitly disable the build system for 17.3.x
Emil Velikov
1
-0
/
+2
2017-11-17
Revert "intel/fs: Use a pure vertical stride for large register strides"
Matt Turner
1
-13
/
+3
2017-11-17
i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLK
Matt Turner
1
-4
/
+4
2017-11-17
i965/fs: Fix extract_i8/u8 to a 64-bit destination
Matt Turner
1
-2
/
+23
2017-11-17
tgsi/exec: fix LDEXP in softpipe
Nicolai Hähnle
1
-1
/
+1
2017-11-17
egl/wayland: Add a fallback when fourcc query isn't supported
Derek Foreman
1
-2
/
+30
2017-11-17
radv: Free temporary syncobj after waiting on it.
Bas Nieuwenhuizen
1
-4
/
+18
2017-11-17
radv: Free syncobj with multiple imports.
Bas Nieuwenhuizen
1
-2
/
+8
[next]