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
2018-06-03
docs: add release notes for 18.0.5
mesa-18.0.5
Juan A. Suarez Romero
1
-0
/
+161
2018-06-03
Update version to 18.0.5
Juan A. Suarez Romero
1
-1
/
+1
2018-05-30
cherry-ignore: nv30: ensure that displayable formats are marked accordingly
Juan A. Suarez Romero
1
-0
/
+3
2018-05-30
cherry-ignore: st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)
Juan A. Suarez Romero
1
-0
/
+4
2018-05-30
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2
-1
/
+3
2018-05-30
cherry-ignore: Tegra is not supported
Juan A. Suarez Romero
1
-0
/
+5
2018-05-28
intel/blorp: Support blits and clears on surfaces with offsets
Jason Ekstrand
5
-1
/
+39
2018-05-28
radeonsi: fix incorrect parentheses around VS-PS varying elimination
Marek Olšák
1
-2
/
+2
2018-05-28
st/mesa: simplify lastLevel determination in st_finalize_texture
Marek Olšák
1
-13
/
+4
2018-05-25
mesa: do not leak ctx->Shader.ReferencedProgram references
Jose Dapena Paz
1
-0
/
+3
2018-05-24
i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.
Francisco Jerez
1
-3
/
+5
2018-05-24
i965: Handle non-zero texture buffer offsets in buffer object range calculation.
Francisco Jerez
1
-1
/
+3
2018-05-24
i965: Move buffer texture size calculation into a common helper function.
Francisco Jerez
1
-23
/
+32
2018-05-24
Revert "mesa: simplify _mesa_is_image_unit_valid for buffers"
Francisco Jerez
1
-13
/
+12
2018-05-23
intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
Jason Ekstrand
1
-0
/
+2
2018-05-23
tgsi/scan: add hw atomic to the list of memory accessing files
Dave Airlie
1
-1
/
+2
2018-05-23
dri3: Stricter SBC wraparound handling
Michel Dänzer
1
-3
/
+12
2018-05-22
radv: fix centroid interpolation
Samuel Pitoiset
1
-3
/
+0
2018-05-22
i965/glk: Add l3 banks count for 2x6 configuration
Anuj Phogat
1
-1
/
+1
2018-05-22
mesa: add glUniform*ui{v} support to display lists
Timothy Arceri
1
-33
/
+17
2018-05-22
cherry-ignore: mesa/st: handle vert_attrib_mask in nir case too
Juan A. Suarez Romero
1
-0
/
+4
2018-05-22
radv: Fix SRGB compute copies.
Bas Nieuwenhuizen
2
-0
/
+42
2018-05-22
cherry-ignore: add explicit 18.1 only nominations
Juan A. Suarez Romero
1
-0
/
+3
2018-05-22
amd/addrlib: Use defines in autotools build.
Bas Nieuwenhuizen
1
-0
/
+1
2018-05-22
i965/miptree: Zero-initialize CCS_D buffers
Nanley Chery
1
-6
/
+4
2018-05-22
cherry-ignore: i965/miptree: Fix handling of uninitialized MCS buffers
Juan A. Suarez Romero
1
-0
/
+4
2018-05-22
etnaviv: Fix missing rnndb file in tarballs
Stuart Young
2
-0
/
+2
2018-05-22
eg/compute: Use reference counting to handle compute memory pool.
Jan Vesely
2
-12
/
+7
2018-05-22
spirv: fix visiting inner loops with same break/continue block
Samuel Pitoiset
1
-0
/
+13
2018-05-17
docs: add sha256 checksums for 18.0.4
Juan A. Suarez Romero
1
-1
/
+2
2018-05-17
docs: add release notes for 18.0.4
mesa-18.0.4
Juan A. Suarez Romero
1
-0
/
+156
2018-05-17
Update version to 18.0.4
Juan A. Suarez Romero
1
-1
/
+1
2018-05-15
opencl: autotools: Fix linking order for OpenCL target
Kai Wasserbäch
1
-2
/
+1
2018-05-15
radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
Bas Nieuwenhuizen
1
-0
/
+19
2018-05-15
radv: Fix up 2_10_10_10 alpha sign.
Bas Nieuwenhuizen
5
-11
/
+101
2018-05-15
radv: Translate logic ops.
Bas Nieuwenhuizen
2
-30
/
+59
2018-05-15
radv: use compute path for multi-layer images.
Dave Airlie
1
-0
/
+2
2018-05-15
radv: resolve all layers in compute resolve path.
Dave Airlie
1
-6
/
+42
2018-05-15
cherry-ignore: radv/resolve: do fmask decompress on all layers.
Juan A. Suarez Romero
1
-0
/
+4
2018-05-15
winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.
Jan Vesely
1
-1
/
+6
2018-05-15
cherry-ignore: mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYP...
Juan A. Suarez Romero
1
-0
/
+4
2018-05-15
cherry-ignore: mesa: fix glGetInteger/Float/etc queries for vertex arrays att...
Juan A. Suarez Romero
1
-0
/
+4
2018-05-15
i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL
Jason Ekstrand
2
-1
/
+3
2018-05-15
anv: emit pixel scoreboard stall before ISP disable
Lionel Landwerlin
1
-1
/
+8
2018-05-15
i965: require pixel scoreboard stall prior to ISP disable
Lionel Landwerlin
1
-1
/
+8
2018-05-15
winsys/radeon: Destroy fd_hash table when the last winsys is removed.
Jan Vesely
1
-1
/
+6
2018-05-15
gallium/auxiliary: Add helper function to count the number of entries in hash...
Jan Vesely
2
-0
/
+22
2018-05-15
r600: fix constant buffer bounds.
Dave Airlie
2
-2
/
+2
2018-05-15
src/intel/Makefile.vulkan.am: add missing MKDIR_GEN
Ross Burton
1
-0
/
+2
2018-05-15
mesa: fix error handling in get_framebuffer_parameteriv
Rhys Perry
1
-31
/
+41
[next]