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
23.2
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
staging/23.2
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-07-10
i965: Assert that we don't use CPU write maps to non-coherent buffers.
cros-mesa-17.1.1-r3-vanilla
chadv/cros-mesa-17.1.1-r3-vanilla
Kenneth Graunke
1
-0
/
+6
2017-07-10
i965: Disable access to CPU mmap for async access on non-LLC machines
Chris Wilson
1
-4
/
+12
2017-07-10
i965: Track when a bo is shared with an external client
Chris Wilson
2
-0
/
+9
2017-07-10
intel: Fix clflushing on modern (Baytrail+) Atom CPUs.
Kenneth Graunke
1
-0
/
+12
2017-07-10
intel: Move clflush helpers from anv to common/gen_clflush.h.
Kenneth Graunke
7
-34
/
+63
2017-07-10
spirv: Fix reaching unreachable for compare exchange on images
James Legg
1
-0
/
+1
2017-07-10
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
11
-39
/
+39
2017-07-10
i965: Use brw_bo_wait() for brw_bo_wait_rendering()
Chris Wilson
5
-8
/
+10
2017-07-10
svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value
Brian Paul
1
-1
/
+4
2017-07-10
svga: fix breakage in create_backed_surface_view()
Brian Paul
1
-4
/
+3
2017-07-10
anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITE
Jason Ekstrand
1
-5
/
+2
2017-07-09
a5xx: fix condition for updating *_FS_OUTPUT_CNTL
Ilia Mirkin
1
-1
/
+1
2017-07-09
radv/ac: drop setting xnack
Dave Airlie
1
-2
/
+1
2017-07-09
radv: add support for using addrlib max alignment.
Dave Airlie
6
-5
/
+15
2017-07-08
nir: copy front interpolation when creating fake back color input
Ilia Mirkin
1
-2
/
+6
2017-07-08
a5xx: remove no-longer-accurate border color layout comment
Ilia Mirkin
1
-32
/
+1
2017-07-08
a5xx: fix border color for depth formats
Ilia Mirkin
1
-1
/
+5
2017-07-08
a5xx: add border color clamping, add packed border color formats
Ilia Mirkin
1
-11
/
+59
2017-07-08
a5xx: fix border colors for swizzled texture formats
Ilia Mirkin
1
-14
/
+14
2017-07-08
a5xx: fix integer texture border colors
Ilia Mirkin
1
-4
/
+2
2017-07-08
a5xx: fix primitive restart
Ilia Mirkin
2
-12
/
+23
2017-07-08
nir/spirv: Remove unnecessary comment.
Andres Gomez
1
-5
/
+0
2017-07-08
radv: Add compute htile clear for combined depth+stencil surfaces.
Bas Nieuwenhuizen
1
-9
/
+7
2017-07-08
draw: handle more TGSI_SEMANTIC_COLOR indices
Roland Scheidegger
3
-10
/
+27
2017-07-08
st/mesa: Fix grabbing the wrong variant if glDrawPixels is called
Matias N. Goldberg
2
-4
/
+22
2017-07-07
Revert "intel/isl: Only create a CCS buffer if the image supports rendering"
Nanley Chery
1
-1
/
+1
2017-07-07
mesa: finish implementing glPrimitiveRestartNV() for display lists
Brian Paul
1
-1
/
+21
2017-07-07
vbo: fix glPrimitiveRestartNV crash inside a display list
Olivier Lauffenburger
1
-5
/
+15
2017-07-07
st/mesa: remove unused st_framebuffer::Private field
Brian Paul
1
-1
/
+0
2017-07-07
mesa: add some braces in _mesa_make_current()
Brian Paul
1
-1
/
+2
2017-07-07
vbo: rename target->index in loopback code
Brian Paul
1
-12
/
+12
2017-07-07
vbo: whitespace/formatting fixes in vbo_save_loopback.c
Brian Paul
1
-52
/
+64
2017-07-07
vbo: simplify vbo_save_NotifyBegin()
Brian Paul
3
-24
/
+3
2017-07-07
svga: adjust line subpixel position for HWv8
Brian Paul
1
-1
/
+1
2017-07-07
etnaviv: fix refcnt initialization in etna_screen
Aleksander Morgado
1
-0
/
+1
2017-07-07
a5xx: add support for rendering to RGB10A2_UNORM formats
Ilia Mirkin
1
-3
/
+3
2017-07-07
a5xx: set uint/sint bits for mrt output register
Ilia Mirkin
2
-2
/
+8
2017-07-07
a5xx: add backface stencil emission
Ilia Mirkin
4
-9
/
+27
2017-07-07
radeonsi: fix invalidating bindless buffer descriptors
Samuel Pitoiset
1
-2
/
+2
2017-07-06
st/wgl: Implement wglUseFontBitmaps.
Olivier Lauffenburger
1
-16
/
+49
2017-07-06
st/wgl: improve selection of pixel format
Olivier Lauffenburger
1
-7
/
+29
2017-07-07
ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsics
Alex Smith
1
-1
/
+1
2017-07-06
mesa: simplify get_tex_images_for_clear()
Brian Paul
1
-19
/
+14
2017-07-06
mesa: new comments, assertion related to glClearTexSubImage
Brian Paul
1
-0
/
+12
2017-07-06
st/mesa: find proper mipmap level in st_ClearTexSubImage()
Brian Paul
1
-4
/
+56
2017-07-06
st/mesa: whitespace fixes in st_cb_fbo.c
Brian Paul
1
-29
/
+19
2017-07-06
st/mesa: whitespace fixes in st_texture.c
Brian Paul
1
-13
/
+15
2017-07-06
radv: don't overallocate depth/stencil formats
Dave Airlie
1
-1
/
+1
2017-07-06
radv: enable sisched toggle in perftest flags.
Dave Airlie
5
-2
/
+10
2017-07-06
ac/llvm: set xnack like radeonsi does.
Dave Airlie
1
-1
/
+3
[next]