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
2012-05-17
i965: use cut index to handle primitive restart when possible
i965-primitive-restart-v2
Jordan Justen
1
-1
/
+80
2012-05-17
i965: add flag to enable cut_index
Jordan Justen
4
-1
/
+12
2012-05-17
i965: create code path to handle primitive restart in hardware
Jordan Justen
8
-1
/
+113
2012-05-17
state_tracker: remove sw_primitive_restart from st_context
Jordan Justen
2
-2
/
+0
2012-05-17
state_tracker: remove software handling of primitive restart
Jordan Justen
1
-178
/
+2
2012-05-17
state_tracker: set PrimitiveRestartInSoftware if needed
Jordan Justen
1
-0
/
+1
2012-05-17
vbo: use software primitive restart in the VBO module
Jordan Justen
1
-6
/
+37
2012-05-17
mesa: add PrimitiveRestartInSoftware to gl_context.Const
Jordan Justen
2
-0
/
+8
2012-05-17
vbo: add software primitive restart support
Jordan Justen
4
-0
/
+241
2012-05-17
mesa: Check for framebuffer completeness before looking at the rb.
Eric Anholt
1
-6
/
+6
2012-05-17
mesa: Fix assertion failure when a cube face is not present.
Eric Anholt
1
-1
/
+2
2012-05-17
glsl: Drop the extra NULL specifiction on ir_assignment constructors.
Eric Anholt
1
-21
/
+14
2012-05-17
glsl: Fix assertion failure on handling switch on uint expressions.
Eric Anholt
1
-1
/
+1
2012-05-17
glsl: Reject non-scalar switch expressions.
Eric Anholt
1
-4
/
+2
2012-05-17
glsl: Let the constructor figure out the types of switch-related expressions.
Eric Anholt
1
-4
/
+1
2012-05-17
glsl: Fix indentation of switch code.
Eric Anholt
1
-282
/
+263
2012-05-17
i965/vs: Fix up swizzle for dereference_array of matrices.
Eric Anholt
1
-2
/
+2
2012-05-17
mesa: Throw error on glGetActiveUniform inside Begin/End.
Eric Anholt
1
-0
/
+2
2012-05-17
glsl: Improve the local dead code optimization to eliminate unused channels.
Eric Anholt
1
-23
/
+126
2012-05-17
i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
2
-0
/
+62
2012-05-17
nouveau: place static buffers in VRAM if preferred by the driver
Christoph Bumiller
6
-12
/
+62
2012-05-17
nv50/ir: fix reversed order of lane ops in quadops
Christoph Bumiller
2
-4
/
+6
2012-05-17
nv50,nvc0: handle user vertex buffers
Christoph Bumiller
14
-308
/
+423
2012-05-17
nv50,nvc0: handle user index buffers
Christoph Bumiller
8
-47
/
+49
2012-05-17
nv50,nvc0: handle user constbufs without wrapping them in a resource
Christoph Bumiller
14
-165
/
+201
2012-05-17
st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_data
Christoph Bumiller
1
-0
/
+3
2012-05-16
darwin: Eliminate a possible race condition while destroying a surface
Jeremy Huddleston
1
-4
/
+4
2012-05-16
darwin: Unlock our mutex before destroying it
Jeremy Huddleston
1
-0
/
+3
2012-05-16
gallium/radeon: Fix r300g tiling breakage.
Michel Dänzer
6
-3
/
+18
2012-05-16
gallium/auxiliary/pipe-loader: Fix usage of anonymous union.
Francisco Jerez
3
-8
/
+8
2012-05-16
radeonsi: Initial tiling support.
Michel Dänzer
7
-131
/
+359
2012-05-16
r600g: Set tiling information for BOs being shared.
Michel Dänzer
3
-9
/
+47
2012-05-16
st/xorg: Better handling of EXA copies.
Michel Dänzer
4
-225
/
+41
2012-05-16
radeonsi: Bump MAX_DRAW_CS_DWORDS.
Michel Dänzer
3
-3
/
+3
2012-05-16
draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.
José Fonseca
2
-30
/
+6
2012-05-16
llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Olivier Galibert
3
-3
/
+3
2012-05-15
configure.ac: Fix typos in the r600-llvm-compiler option
Homer Hsing
1
-2
/
+2
2012-05-15
gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...
José Fonseca
1
-0
/
+3
2012-05-15
i965/blorp: Move exec() out of brw_blorp_params.
Paul Berry
3
-6
/
+9
2012-05-15
i965/gen6: Initial implementation of MSAA.
Paul Berry
23
-121
/
+662
2012-05-15
i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
8
-27
/
+1730
2012-05-15
i965: Expose surface setup internals for use by blits.
Paul Berry
3
-2
/
+4
2012-05-15
i965: split gen{6,7}_blorp_exec functions into manageable chunks.
Paul Berry
3
-522
/
+647
2012-05-15
i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
7
-177
/
+335
2012-05-15
i965: Implement guardband clipping on Ivybridge.
Kenneth Graunke
2
-5
/
+15
2012-05-15
i965: Implement guardband clipping on Sandybridge.
Kenneth Graunke
2
-10
/
+15
2012-05-15
llvmpipe: Add a test for lp_build_sgn.
José Fonseca
1
-0
/
+13
2012-05-15
gallivm: Fix lp_build_sgn for normalized/fixed-point integers.
José Fonseca
1
-1
/
+2
2012-05-15
gallivm: Fix lp_build_const_xxx for negative integers.
José Fonseca
1
-5
/
+6
2012-05-15
svga: fix FBO / viewport bugs
Brian Paul
1
-7
/
+24
[next]