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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
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
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
2016-06-15
Update version to 12.0.0-rc3
mesa-12.0.0-rc3
Emil Velikov
1
-1
/
+1
2016-06-15
radeonsi: mark buffer texture range valid for shader images
Nicolai Hähnle
1
-0
/
+24
2016-06-15
nv50/ir: record number of threads in a compute shader
Ilia Mirkin
5
-2
/
+10
2016-06-15
nvc0/ir: limit max number of regs based on availability in SM
Ilia Mirkin
2
-2
/
+4
2016-06-15
i965: Check return value of screen->image.loader->getBuffers (v2)
Tomasz Figa
1
-6
/
+9
2016-06-15
isl: Replace bash generator with python generator
Dylan Baker
4
-137
/
+217
2016-06-15
radeonsi: Reinitialize all descriptors in CE preamble.
Bas Nieuwenhuizen
3
-2
/
+17
2016-06-15
cherry-ignore: drop the "i965 bring back INTEL_PRECISE_TRIG"
Emil Velikov
1
-0
/
+2
2016-06-15
i965: Defeat the register stride checker in pull uniform messages.
Samuel Iglesias Gonsálvez
1
-1
/
+1
2016-06-15
i965: Defeat the register stride checker in URB reads.
Kenneth Graunke
1
-1
/
+1
2016-06-15
i965: Fix issues with number of VS URB entries on Cherryview/Broxton.
Kenneth Graunke
2
-2
/
+5
2016-06-15
glsl: make sure UBO arrays are sized in ES
Timothy Arceri
1
-0
/
+14
2016-06-15
clover: Update OpenCL version string to match OpenGL
Vedran Miletić
3
-2
/
+7
2016-06-15
i965/fs: Fix regs_written for SIMD-lowered instructions some more.
Francisco Jerez
1
-3
/
+3
2016-06-15
i965: Fix cross-primitive scratch corruption when changing the per-thread all...
Francisco Jerez
17
-18
/
+31
2016-06-15
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
8
-49
/
+70
2016-06-15
i965: Fix scratch overallocation if the original slot size was already a powe...
Francisco Jerez
1
-1
/
+1
2016-06-15
i965: Fix encode_slm_size() to take a generation, not a device info.
Kenneth Graunke
2
-3
/
+4
2016-06-15
i965: Don't leak scratch BOs for TCS/TES.
Kenneth Graunke
1
-0
/
+4
2016-06-15
anv/pipeline: Don't dereference NULL dynamic state pointers
Nanley Chery
1
-22
/
+48
2016-06-15
anv: Document and rename anv_pipeline_init_dynamic_state()
Nanley Chery
1
-3
/
+16
2016-06-15
nvc0/ir: clamp the UBO index for compute on Kepler
Samuel Pitoiset
1
-1
/
+9
2016-06-15
st/va: hardlink driver instances to gallium_drv_video.so
Jimmy Berry
1
-0
/
+14
2016-06-15
swr: automake: add missing -I flag
Emil Velikov
1
-0
/
+1
2016-06-15
automake: add SWR to `make distcheck' gallium drivers
Emil Velikov
1
-1
/
+1
2016-06-15
configure.ac: strip out the llvm-config -march/mtune flags
Emil Velikov
1
-0
/
+3
2016-06-15
swr: Add missing headers for package inclusion
Chuck Atkins
1
-1
/
+9
2016-06-15
automake: get in-tree `make distclean' working again.
Emil Velikov
1
-1
/
+1
2016-06-15
i965: Use the correct number of threads for compute shaders.
Kenneth Graunke
1
-1
/
+3
2016-06-15
i965: Assert that the scratch spaces are in range.
Kenneth Graunke
1
-0
/
+14
2016-06-15
i965: Fix CS scratch size calculations on Ivybridge and Baytrail.
Kenneth Graunke
2
-2
/
+10
2016-06-15
i965: Fix Haswell CS per-thread scratch space encoding.
Kenneth Graunke
2
-3
/
+25
2016-06-15
i965: Account for poor address calculations in Haswell CS scratch size.
Kenneth Graunke
1
-1
/
+20
2016-06-15
i965: Allocate scratch space for the maximum number of compute threads.
Kenneth Graunke
1
-1
/
+3
2016-06-15
i965: Set subslice_total on Gen7/7.5 platforms.
Kenneth Graunke
1
-1
/
+4
2016-06-15
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
4
-27
/
+37
2016-06-15
mesa: add drawbuffer argument to ClearNamedFramebufferfi
Ilia Mirkin
3
-3
/
+4
2016-06-15
GL: update glcorearb.h to svn 32433
Ilia Mirkin
1
-38
/
+70
2016-06-15
GL: update glext to svn 32957
Ilia Mirkin
1
-5
/
+82
2016-06-15
gallium: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
1
-4
/
+4
2016-06-15
mesa: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
1
-4
/
+4
2016-06-15
anv/entrypoints: Rework #if guards
Jason Ekstrand
1
-7
/
+9
2016-06-15
anv/entrypoints: Use the function pointer types provided by vulkan.h
Jason Ekstrand
1
-1
/
+1
2016-06-15
anv/entrypoints: Emit #if guards for all platforms
Jason Ekstrand
1
-10
/
+22
2016-06-14
st/mesa: use base level size as "guess" when available
Nicolai Hähnle
1
-6
/
+27
2016-06-14
anv: Remove the PhysicalDeviceLimits FINISHME
Jason Ekstrand
1
-2
/
+0
2016-06-14
anv/pipeline_cache: Allow for an zero-sized cache
Jason Ekstrand
1
-1
/
+4
2016-06-14
anv/pipeline: Store the (set, binding, index) tripple in the bind map
Jason Ekstrand
5
-15
/
+25
2016-06-14
anv/descriptor_set: Ensure that bindings are always in increasing order
Jason Ekstrand
1
-0
/
+13
2016-06-14
anv/descriptor_set: Add a type field in debug builds
Jason Ekstrand
2
-0
/
+10
[next]