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
2017-01-18
util: import sha1 implementation from OpenBSD
17.0-branchpoint
Emil Velikov
12
-466
/
+290
2017-01-18
i965: Make brw_cache_item structure private to brw_program_cache.c.
Kenneth Graunke
2
-19
/
+21
2017-01-18
radeonsi: determine in advance which VBOs should be added to the buffer list
Marek Olšák
3
-4
/
+11
2017-01-18
radeonsi: use fewer pointer dereferences in upload_vertex_buffer_descriptors
Marek Olšák
1
-8
/
+9
2017-01-18
radeonsi: reject invalid vertex buffer indices at state creation
Marek Olšák
2
-5
/
+6
2017-01-18
radeonsi: use a global dirty mask for shader pointers
Marek Olšák
4
-41
/
+51
2017-01-18
radeonsi: use a bitmask-based loop in si_decompress_textures
Marek Olšák
3
-7
/
+31
2017-01-18
radeonsi: skip an unnecessary mutex lock for L2 prefetches
Marek Olšák
1
-5
/
+7
2017-01-18
radeonsi: si_cp_dma_prepare is a no-op for L2 prefetches
Marek Olšák
2
-5
/
+12
2017-01-18
radeonsi: add SI_CPDMA_SKIP_BO_LIST_UPDATE
Marek Olšák
2
-10
/
+15
2017-01-18
radeonsi: use the correct target machine when building shader variants
Marek Olšák
2
-14
/
+29
2017-01-18
radeonsi: move shader pipe context state into a separate structure
Marek Olšák
2
-14
/
+22
2017-01-18
i965: Fix SURFACE_STATE to handle non-zero aux offsets
Ben Widawsky
1
-2
/
+1
2017-01-18
Revert "etnaviv: Fake occlusion query capability"
Christian Gmeiner
1
-3
/
+2
2017-01-18
android: ac/debug: move sid_tables.h generation and IB decode to amd/common
Mauro Rossi
2
-13
/
+18
2017-01-18
android: gallium/auxiliary: fix building error in Android 7.0
Mauro Rossi
1
-1
/
+1
2017-01-18
android: amd/common: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
1
-0
/
+2
2017-01-18
android: radeonsi: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
1
-0
/
+2
2017-01-18
android: radeon: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
1
-0
/
+1
2017-01-18
nouveau: remove always false argument in nouveau_fence_new()
Emil Velikov
5
-11
/
+6
2017-01-18
egl/wayland: resolve quirky try_damage_buffer() implementation
Emil Velikov
1
-10
/
+0
2017-01-18
configure: error out when building static XOR shared
Emil Velikov
1
-4
/
+2
2017-01-18
configure: explicitly require shared glapi for enable-dri
Emil Velikov
1
-3
/
+1
2017-01-18
configure: factor out commom egl/gbm checks
Emil Velikov
1
-29
/
+18
2017-01-18
configure: remove HAVE_EGL_DRIVER_DRI[23]
Emil Velikov
2
-13
/
+3
2017-01-18
configure: forbid static EGL/GBM
Emil Velikov
1
-16
/
+20
2017-01-18
configure: remove unused AC_SUBST variables
Emil Velikov
1
-10
/
+0
2017-01-18
gallium: correctly manage libsensors link flags
Emil Velikov
3
-5
/
+4
2017-01-18
egl/wayland: unify dri2_wl_create_surface implementations
Emil Velikov
1
-93
/
+21
2017-01-18
egl/wayland: use the destroy_window_callback for swrast
Emil Velikov
1
-0
/
+2
2017-01-18
glx: unify GLX_SGIX_pbuffer aliased declarations
Emil Velikov
2
-18
/
+0
2017-01-18
glx: use GLX_ALIAS for glXGetProcAddress
Emil Velikov
1
-13
/
+4
2017-01-18
mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
Emil Velikov
6
-25
/
+8
2017-01-18
android: set HAVE_FUNC_ATTRIBUTE_ALIAS
Emil Velikov
1
-0
/
+1
2017-01-18
scons: set HAVE_FUNC_ATTRIBUTE_ALIAS
Emil Velikov
1
-0
/
+1
2017-01-18
configure: use standard check for attribure alias
Emil Velikov
1
-0
/
+1
2017-01-18
glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS
Emil Velikov
1
-5
/
+0
2017-01-18
etnaviv: Fake occlusion query capability
Wladimir J. van der Laan
1
-2
/
+3
2017-01-18
etnaviv: add flags parameter to texture barrier
Christian Gmeiner
1
-1
/
+1
2017-01-18
etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCH
Christian Gmeiner
1
-0
/
+1
2017-01-18
gallivm: (trivial) fix copy/paste bug with big endian code
Roland Scheidegger
1
-2
/
+4
2017-01-18
configure.ac: Revert recent HAVE_LLVM changes.
Jose Fonseca
6
-54
/
+39
2017-01-18
docs: Fix GLSL compiler link
Elie TOURNIER
1
-4
/
+8
2017-01-18
vulkan: automake: do not use EXTRA_DIST in a conditional
Emil Velikov
1
-1
/
+1
2017-01-18
configure.ac: Respect LLVM_CFLAGS in LLVM version detection
Tomasz Figa
1
-0
/
+6
2017-01-18
configure.ac: Don't check LLVM version in gallium_require_llvm
Tobias Droste
1
-3
/
+1
2017-01-18
configure.ac: Set and use HAVE_GALLIUM_LLVM define
Tobias Droste
6
-12
/
+13
2017-01-18
configure.ac: Only define HAVE_LLVM if LLVM is used
Tobias Droste
1
-7
/
+9
2017-01-18
configure.ac: Only set LLVM_LIBS if LLVM is used
Tobias Droste
1
-9
/
+24
2017-01-18
configure.ac: Rename MESA_LLVM to FOUND_LLVM
Tobias Droste
1
-11
/
+10
[next]