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
2013-06-28
mesa: Fix build with older gcc since update of glext.h
Tom Stellard
3
-10
/
+0
2013-06-28
r600g/compute: Accept LDS size from the LLVM backend
Tom Stellard
5
-20
/
+44
2013-06-28
r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Tom Stellard
3
-37
/
+23
2013-06-28
svga: pass svga_compile_key by reference instead of value
Brian Paul
1
-7
/
+7
2013-06-28
svga: use switch statement in svga_shader_type()
Brian Paul
1
-5
/
+10
2013-06-28
ilo: clean up states that use ilo_view_surface
Chia-I Wu
1
-13
/
+10
2013-06-28
ilo: remove ilo_cbuf_state::count
Chia-I Wu
4
-17
/
+12
2013-06-28
ilo: clean up ilo_set_constant_buffer()
Chia-I Wu
1
-29
/
+44
2013-06-28
ilo: clean up states that take a start_slot
Chia-I Wu
1
-73
/
+99
2013-06-27
glsl: Initialize member variable is_ubo_var in constructor.
Vinson Lee
1
-1
/
+1
2013-06-28
ilo: use shorter names for dirty flags
Chia-I Wu
7
-141
/
+138
2013-06-28
ilo: track if primitive restart has changed
Chia-I Wu
3
-1
/
+8
2013-06-28
ilo: avoid potential dangling pointer dereference
Chia-I Wu
1
-0
/
+3
2013-06-27
mesa: Remove GL_EXT_clip_volume_hint
Ian Romanick
5
-16
/
+2
2013-06-27
i965,i915: Return early if miptree allocation fails
Chad Versace
2
-0
/
+4
2013-06-27
llvmpipe: handle offset_clamp
Roland Scheidegger
3
-2
/
+24
2013-06-27
llvmpipe: remove never reached code for timestamp queries.
Roland Scheidegger
1
-2
/
+0
2013-06-27
llvmpipe: fix a bug in opaque optimization
Roland Scheidegger
3
-14
/
+20
2013-06-27
radeonsi/compute: Fix memory leak in radeonsi_launch_grid.
Vinson Lee
1
-0
/
+1
2013-06-27
clover: Fix build with LLVM 3.4
Tom Stellard
1
-6
/
+6
2013-06-27
docs: updated instructions for Mesa on Windows
Bill York
1
-1
/
+18
2013-06-27
postprocess: handle partial intialization failures.
Matthew McClure
7
-95
/
+281
2013-06-27
glx: return True/False instead of GL_TRUE/GL_FALSE
Brian Paul
1
-11
/
+11
2013-06-27
glx: move declarations before code
Brian Paul
2
-9
/
+9
2013-06-27
mesa: move declarations before code
Brian Paul
1
-2
/
+3
2013-06-27
glsl: Use the C99 variadic macro syntax.
José Fonseca
2
-4
/
+4
2013-06-27
scons: Add dependencies to all .xml files.
José Fonseca
1
-4
/
+10
2013-06-27
ilo: plug a potential index buffer leak
Chia-I Wu
1
-0
/
+1
2013-06-26
softpipe: honor predication for clear_render_target and clear_depth_stencil
Roland Scheidegger
1
-2
/
+40
2013-06-26
llvmpipe: add support for nested / overlapping queries
Roland Scheidegger
10
-40
/
+45
2013-06-26
llvmpipe: rework query logic
Roland Scheidegger
7
-81
/
+92
2013-06-26
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
67
-11392
/
+11367
2013-06-26
i915: Fork the shared code from i965.
Eric Anholt
43
-25
/
+14731
2013-06-26
i915: Remove dead symlink.
Eric Anholt
1
-1
/
+0
2013-06-26
glx: Fix another missed glMultiDrawElementsEXT const change.
Eric Anholt
1
-1
/
+1
2013-06-26
glsl: Move all var decls to the front of the IR list in reverse order
Ian Romanick
1
-0
/
+18
2013-06-26
i965: Be more careful with the interleaved user array upload optimization
Ian Romanick
1
-1
/
+17
2013-06-26
mesa: add const qualifier to glMultiDrawElementsEXT() indices param
Brian Paul
3
-3
/
+3
2013-06-26
mesa: remove const from glDebugMessageCallbackARB() function parameter
Brian Paul
3
-4
/
+4
2013-06-26
i965/vs: Combine code generation's inst->opcode switch statements.
Kenneth Graunke
1
-163
/
+166
2013-06-26
i965: Remove broken source type assertions from brw_alu3().
Kenneth Graunke
1
-14
/
+5
2013-06-26
i965: Add back strict type assertions for MAD and LRP.
Kenneth Graunke
1
-2
/
+16
2013-06-26
glsl: Streamline the built-in type handling code.
Kenneth Graunke
6
-694
/
+424
2013-06-26
glsl: Don't use random pointers as an array of glsl_type objects.
Kenneth Graunke
1
-1
/
+1
2013-06-26
glsl: Stop being clever with pointer arithmetic when fetching types.
Kenneth Graunke
1
-4
/
+4
2013-06-26
glsl: Add simple vector type accessor helpers.
Kenneth Graunke
2
-0
/
+61
2013-06-26
mesa: update glext.h to version 20130624
Brian Paul
2
-10434
/
+8470
2013-06-26
st/mesa: add casts to silence MSVC warnings
Brian Paul
5
-8
/
+8
2013-06-26
st/mesa: make rtt_level, face, slice unsigned to silence MSVC warnings
Brian Paul
1
-1
/
+1
2013-06-26
hud: add float casts to silence MSVC warnings
Brian Paul
1
-49
/
+49
[next]