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
...
*
nir: Add a get_nir_type_for_glsl_base_type helper
Jason Ekstrand
2017-03-14
1
-2
/
+8
*
nir/validate: Rework ALU bit-size rule validation
Jason Ekstrand
2017-03-14
1
-32
/
+33
*
nir/validate: Validate that bit sizes and components always match
Jason Ekstrand
2017-03-14
1
-38
/
+63
*
nir: Make image_size a variable-width intrinsic
Jason Ekstrand
2017-03-14
3
-11
/
+16
*
i965/fs: Use num_components from the SSA def in image intrinsics
Jason Ekstrand
2017-03-14
1
-2
/
+1
*
nir/lower_tex: Use tex_instr_dest_size for txs destinations
Jason Ekstrand
2017-03-14
1
-1
/
+2
*
nir/spirv: Restrict the number of channels in texture coordinates
Jason Ekstrand
2017-03-14
1
-1
/
+2
*
nir/copy_prop: Respect the source's number of components
Jason Ekstrand
2017-03-14
1
-33
/
+96
*
nir/intrinsics: Make load_barycentric_input take a 2-component coor
Jason Ekstrand
2017-03-14
1
-1
/
+3
*
anv/blorp: Only set a clear color for resolves if fast-cleared
Jason Ekstrand
2017-03-14
1
-1
/
+2
*
anv/blorp: Turn off AUX after doing a CCS_D resolve
Jason Ekstrand
2017-03-14
1
-0
/
+2
*
android: add '/vulkan' to libmesa_anv_entrypoints path
Tapani Pälli
2017-03-14
1
-2
/
+2
*
android: add src/intel/compiler to libmesa_intel_compiler includes
Tapani Pälli
2017-03-14
1
-0
/
+1
*
anv: Add missing error-checking to anv_CreateDevice (v3)
Gwan-gyeong Mun
2017-03-13
1
-9
/
+56
*
radv: setup llvm target data layout
Dave Airlie
2017-03-14
1
-0
/
+7
*
radv: Reinitialise loaderMagic when allocating a cached command buffer
Alex Smith
2017-03-13
1
-0
/
+1
*
gallium/radeon: disable the shader cache if dumping shaders
Marek Olšák
2017-03-13
1
-0
/
+5
*
radeonsi: mark all bound shader buffer ranges as initialized
Marek Olšák
2017-03-13
1
-0
/
+3
*
st/mesa: disable the shader cache if dumping shaders
Marek Olšák
2017-03-13
1
-4
/
+4
*
anv: Use vk_outarray in vkGetPhysicalDeviceQueueFamilyProperties
Chad Versace
2017-03-13
1
-55
/
+18
*
anv: Use vk_outarray in vkEnumeratePhysicalDevices (v2)
Chad Versace
2017-03-13
1
-27
/
+4
*
util/vulkan: Add vk_outarray (v2)
Chad Versace
2017-03-13
1
-0
/
+140
*
intel: genxml: prevent missing ; with address fields dwords
Lionel Landwerlin
2017-03-13
1
-28
/
+26
*
gallium/hud: check NULL return from u_upload_alloc
Julien Isorce
2017-03-13
1
-0
/
+5
*
winsys/radeon: check null return from radeon_cs_create_fence in cs_flush
Julien Isorce
2017-03-13
1
-11
/
+13
*
winsys/radeon: check null in radeon_cs_create_fence
Julien Isorce
2017-03-13
1
-0
/
+3
*
vulkan/wsi: include builddir for generated headers
Juan A. Suarez Romero
2017-03-13
1
-0
/
+1
*
anv: Use on-the-fly surface states for dynamic buffer descriptors
Jason Ekstrand
2017-03-13
7
-245
/
+86
*
anv: Stall before fast-clear operations
Jason Ekstrand
2017-03-13
1
-6
/
+19
*
anv: Accurately advertise dynamic descriptor limits
Jason Ekstrand
2017-03-13
1
-2
/
+2
*
anv: Add a helper for working with VK_WHOLE_SIZE for buffers
Jason Ekstrand
2017-03-13
4
-11
/
+28
*
freedreno/ir3: fragz cannot be half precision
Rob Clark
2017-03-13
1
-0
/
+6
*
freedreno/ir3: optimize less in glsl
Rob Clark
2017-03-13
1
-1
/
+1
*
aubinator/genxml: use gzipped files to store embedded genxml
Lionel Landwerlin
2017-03-13
3
-17
/
+66
*
intel: genxml: add script to generate gzipped genxml
Lionel Landwerlin
2017-03-13
2
-0
/
+48
*
util/u_thread.h: Include stdint.h for int64_t definition.
Jose Fonseca
2017-03-13
1
-0
/
+2
*
intel: fix compiler build
Iago Toral Quiroga
2017-03-13
2
-8
/
+7
*
svga: handle P016 format as well
Christian König
2017-03-13
1
-0
/
+1
*
intel/vulkan: Get rid of recursive make
Jason Ekstrand
2017-03-13
8
-306
/
+305
*
intel/tools: Use a makefile included from intel/Makefile.am
Jason Ekstrand
2017-03-13
3
-41
/
+19
*
intel/compiler: whitespace cleanups
Emil Velikov
2017-03-13
2
-5
/
+0
*
intel/compiler: link all tests again gtest, even test_eu_compact"
Emil Velikov
2017-03-13
2
-27
/
+13
*
i965: remove i965_symbols_test reference from .gitignore
Emil Velikov
2017-03-13
1
-1
/
+0
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
138
-270
/
+306
*
i965: split EU defines to brw_eu_defines.h
Emil Velikov
2017-03-13
19
-1198
/
+1264
*
util/bitscan: use correct signature for ffs/ffsll
Emil Velikov
2017-03-13
2
-6
/
+6
*
i965: add missing brw_defines.h include in brw_program.c
Emil Velikov
2017-03-13
1
-0
/
+1
*
i965: add missing brw_defines.h include in brw_program.c
Emil Velikov
2017-03-13
1
-0
/
+1
*
i965: add missing #include <assert.h> in brw_inst.h
Emil Velikov
2017-03-13
1
-0
/
+1
*
i965: move brw_define.h ifndef guard to the top
Emil Velikov
2017-03-13
1
-3
/
+3
[prev]
[next]