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