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
2015-01-12
Add release notes for the 10.3.7 release
mesa-10.3.7
Emil Velikov
1
-0
/
+91
2015-01-12
Update version to 10.3.7
Emil Velikov
1
-1
/
+1
2015-01-07
st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
Marek Olšák
1
-1
/
+2
2015-01-07
vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
Marek Olšák
1
-1
/
+2
2015-01-06
nv50/ir: fix texture offsets in release builds
Ilia Mirkin
2
-2
/
+4
2015-01-04
i965: Use safer pointer arithmetic in gather_oa_results()
Chad Versace
1
-1
/
+1
2015-01-04
i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
Chad Versace
1
-3
/
+4
2015-01-04
glsl_to_tgsi: fix a bug in copy propagation
Marek Olšák
1
-1
/
+2
2015-01-04
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
3
-21
/
+13
2015-01-04
nv50,nvc0: set vertex id base to index_bias
Ilia Mirkin
5
-7
/
+35
2015-01-04
radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
Michel Dänzer
1
-2
/
+4
2015-01-04
i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
Kenneth Graunke
1
-2
/
+6
2014-12-30
docs: Add sha256 sums for the 10.3.6 release
Emil Velikov
1
-1
/
+3
2014-12-30
Add release notes for the 10.3.6 release
mesa-10.3.6
Emil Velikov
1
-0
/
+122
2014-12-30
Update version to 10.3.6
Emil Velikov
1
-1
/
+1
2014-12-30
Revert "glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)"
Emil Velikov
1
-13
/
+1
2014-12-21
linker: Assign varying locations geometry shader inputs for SSO
Ian Romanick
1
-0
/
+15
2014-12-21
linker: Wrap access of producer_var with a NULL check
Ian Romanick
1
-3
/
+5
2014-12-21
glsl: Add gl_MaxViewports to available builtin constants
Maxence Le Doré
3
-0
/
+10
2014-12-21
i965/brw_reg: struct constructor now needs explicit negate and abs values.
Andres Gomez
3
-2
/
+28
2014-12-14
glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)
Mario Kleiner
1
-2
/
+15
2014-12-14
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
Mario Kleiner
1
-1
/
+13
2014-12-14
glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)
Mario Kleiner
2
-5
/
+11
2014-12-14
glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)
Mario Kleiner
1
-0
/
+9
2014-12-11
util/primconvert: Avoid point arithmetic; apply offset on all cases.
José Fonseca
1
-1
/
+2
2014-12-11
docs/relnotes: document the removal of GALLIUM_MSAA
Marek Olšák
2
-0
/
+3
2014-12-11
r600g: only init GS_VERT_ITEMSIZE on r600
Dave Airlie
1
-5
/
+2
2014-12-11
radeonsi: Program RASTER_CONFIG for harvested GPUs v5
Tom Stellard
4
-6
/
+134
2014-12-11
i965/gs: Avoid DW * DW mul
Ben Widawsky
1
-2
/
+6
2014-12-11
util/primconvert: take ib offset into account
Ilia Mirkin
1
-1
/
+1
2014-12-11
util/primconvert: support instanced rendering
Ilia Mirkin
1
-0
/
+2
2014-12-11
util/primconvert: pass index bias through
Ilia Mirkin
1
-0
/
+1
2014-12-05
docs: Add sha256 sums for the 10.3.5 release
Emil Velikov
1
-1
/
+3
2014-12-05
Add release notes for the 10.3.5 release
mesa-10.3.5
Emil Velikov
1
-0
/
+86
2014-12-05
Update version to 10.3.5
Emil Velikov
1
-1
/
+1
2014-12-03
mesa: fix height error check for 1D array textures
Brian Paul
1
-1
/
+1
2014-12-03
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
Brian Paul
1
-1
/
+1
2014-12-03
freedreno/ir3: fix UMAD
Ilia Mirkin
1
-9
/
+9
2014-12-03
freedreno/a3xx: only enable blend clamp for non-float formats
Ilia Mirkin
2
-4
/
+7
2014-11-28
freedreno/ir3: don't pass consts to madsh.m16 in MOD logic
Ilia Mirkin
1
-0
/
+3
2014-11-26
mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
Chris Forbes
1
-1
/
+1
2014-11-26
i965: Handle nested uniform array indexing
Chris Forbes
1
-33
/
+38
2014-11-24
configure.ac: bump libdrm_freedreno requirement
Rob Clark
1
-1
/
+1
2014-11-24
nv50,nvc0: buffer resources can be bound as other things down the line
Ilia Mirkin
2
-14
/
+14
2014-11-24
nv50,nvc0: actually check constbufs for invalidation
Ilia Mirkin
2
-3
/
+6
2014-11-24
nv50/ir: set neg modifiers on min/max args
Ilia Mirkin
1
-0
/
+2
2014-11-22
docs: Add sha256 sums for the 10.3.4 release
Emil Velikov
1
-1
/
+3
2014-11-22
Add release notes for the 10.3.4 release
mesa-10.3.4
Emil Velikov
1
-0
/
+104
2014-11-22
Update version to 10.3.4
Emil Velikov
1
-1
/
+1
2014-11-19
i965: Fix segfault in WebGL Conformance on Ivybridge
Chad Versace
1
-3
/
+4
[next]