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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/compiler: Bring back the INTEL_PRECISE_TRIG environment variable
Jason Ekstrand
2016-06-13
2
-2
/
+4
*
i965: Defeat the register stride checker in pull uniform messages.
Samuel Iglesias Gonsálvez
2016-06-13
1
-1
/
+1
*
i965: Defeat the register stride checker in URB reads.
Kenneth Graunke
2016-06-13
1
-1
/
+1
*
i965: Fix issues with number of VS URB entries on Cherryview/Broxton.
Kenneth Graunke
2016-06-13
2
-2
/
+5
*
glsl: make sure UBO arrays are sized in ES
cros-mesa-12.1.0-r7-vanilla
cros-mesa-12.1.0-r5-vanilla
cros-mesa-12.1.0-r3-vanilla
chadv/cros-mesa-12.1.0-r7-vanilla
chadv/cros-mesa-12.1.0-r5-vanilla
chadv/cros-mesa-12.1.0-r3-vanilla
Timothy Arceri
2016-06-14
1
-0
/
+14
*
clover: Update OpenCL version string to match OpenGL
Vedran Miletić
2016-06-13
2
-2
/
+6
*
i965/fs: Fix regs_written for SIMD-lowered instructions some more.
Francisco Jerez
2016-06-13
1
-3
/
+3
*
i965: Fix cross-primitive scratch corruption when changing the per-thread all...
Francisco Jerez
2016-06-13
17
-18
/
+31
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
8
-49
/
+70
*
i965: Fix scratch overallocation if the original slot size was already a powe...
Francisco Jerez
2016-06-13
1
-1
/
+1
*
mesa: Make TexSubImage check negative dimensions sooner.
Kenneth Graunke
2016-06-13
1
-19
/
+43
*
util: update some assertions in util_resource_copy_region()
Brian Paul
2016-06-13
1
-4
/
+8
*
i965: Fix encode_slm_size() to take a generation, not a device info.
Kenneth Graunke
2016-06-13
2
-3
/
+4
*
i965: Don't leak scratch BOs for TCS/TES.
Kenneth Graunke
2016-06-13
1
-0
/
+4
*
anv/pipeline: Don't dereference NULL dynamic state pointers
Nanley Chery
2016-06-13
1
-22
/
+48
*
anv: Document and rename anv_pipeline_init_dynamic_state()
Nanley Chery
2016-06-13
1
-3
/
+16
*
nvc0/ir: clamp the UBO index for compute on Kepler
Samuel Pitoiset
2016-06-13
1
-1
/
+9
*
radeonsi: enable scratch coalescing
Marek Olšák
2016-06-13
1
-2
/
+10
*
st/va: hardlink driver instances to gallium_drv_video.so
Jimmy Berry
2016-06-13
1
-0
/
+14
*
vl: Fix trivial sign compare warnings
Jan Vesely
2016-06-13
7
-18
/
+15
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
24
-39
/
+12
*
st/mesa: inline _mesa_create_context() into its only caller
Emil Velikov
2016-06-13
3
-46
/
+6
*
st/mesa: remove unneeded break from st_api_create_context()
Emil Velikov
2016-06-13
1
-1
/
+0
*
st/mesa: use c99 initializer for st_gl_api
Emil Velikov
2016-06-13
1
-13
/
+13
*
gallium: remove st_api::get_proc_address hook
Emil Velikov
2016-06-13
2
-19
/
+0
*
mesa: remove _mesa_init_get_hash()
Emil Velikov
2016-06-13
3
-70
/
+0
*
mesa: kill off _mesa_do_init_remap_table()
Emil Velikov
2016-06-13
1
-18
/
+7
*
mesa: use native types when possible
Emil Velikov
2016-06-13
1
-5
/
+6
*
mesa: make _mesa_map_function_spec() static
Emil Velikov
2016-06-13
2
-6
/
+3
*
mesa: remove used _mesa_get_function_spec() and gl_function_remap
Emil Velikov
2016-06-13
2
-27
/
+0
*
mesa: remove unused _mesa_map_function_array()
Emil Velikov
2016-06-13
2
-47
/
+0
*
glapi: remap_helper.py: remove MESA_alt_functions
Emil Velikov
2016-06-13
1
-42
/
+0
*
mesa: remove unused function _mesa_map_static_functions()
Emil Velikov
2016-06-13
2
-23
/
+0
*
dri/common: remove unused libdri_test_stubs.la
Emil Velikov
2016-06-13
3
-104
/
+1
*
swr: automake: add missing -I flag
Emil Velikov
2016-06-13
1
-0
/
+1
*
swr: Add missing headers for package inclusion
Chuck Atkins
2016-06-13
1
-1
/
+9
*
automake: get in-tree `make distclean' working again.
Emil Velikov
2016-06-13
1
-1
/
+1
*
gallivm: Fix trivial sign warnings
Jan Vesely
2016-06-13
8
-21
/
+22
*
st/va: use proper temp pipe_video_buffer template
Julien Isorce
2016-06-13
1
-4
/
+4
*
st/va: it is valid to release the VABuffer of an exported resource
Julien Isorce
2016-06-13
1
-7
/
+1
*
glsl: fix component overlap validation for doubles
Timothy Arceri
2016-06-12
1
-5
/
+5
*
glsl: fix max varyings count for ARB_enhanced_layouts
Timothy Arceri
2016-06-12
3
-20
/
+43
*
i965: Use the correct number of threads for compute shaders.
Kenneth Graunke
2016-06-12
1
-1
/
+3
*
i965: Assert that the scratch spaces are in range.
Kenneth Graunke
2016-06-12
1
-0
/
+14
*
i965: Fix CS scratch size calculations on Ivybridge and Baytrail.
Kenneth Graunke
2016-06-12
2
-2
/
+10
*
i965: Fix Haswell CS per-thread scratch space encoding.
Kenneth Graunke
2016-06-12
2
-3
/
+25
*
i965: Account for poor address calculations in Haswell CS scratch size.
Kenneth Graunke
2016-06-12
1
-1
/
+20
*
i965: Allocate scratch space for the maximum number of compute threads.
Kenneth Graunke
2016-06-12
1
-1
/
+3
*
i965: Set subslice_total on Gen7/7.5 platforms.
Kenneth Graunke
2016-06-12
1
-1
/
+4
*
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
2016-06-12
4
-27
/
+37
[next]