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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Fix assert about source attrs.
Kenneth Graunke
2017-10-27
1
-1
/
+1
*
anv: Drop URB entry output read handling in 3DSTATE_XS.
Kenneth Graunke
2017-10-27
1
-26
/
+0
*
i965: Delete unused brw_vs_prog_data::nr_attributes field.
Kenneth Graunke
2017-10-27
2
-2
/
+0
*
intel/tools/disasm: correctly observe FILE *out parameter
Kevin Rogovin
2017-10-26
1
-2
/
+2
*
intel/compiler: brw_validate_instructions to take const void* instead of void*
Kevin Rogovin
2017-10-26
2
-2
/
+2
*
anv/entrypoints: Dump useful data if mako throws an exception
Jason Ekstrand
2017-10-25
1
-5
/
+17
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
2
-2
/
+2
*
anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
Jason Ekstrand
2017-10-25
1
-2
/
+0
*
anv/pipeline: Dump shader immedately after spirv_to_nir
Jason Ekstrand
2017-10-25
1
-0
/
+15
*
intel/eu: Use EXECUTE_1 for JMPI
Jason Ekstrand
2017-10-25
2
-2
/
+1
*
i965/fs: Add brw_reg_type_from_bit_size utility method
Alejandro Piñeiro
2017-10-25
1
-5
/
+64
*
i965/fs/nir: Use the nir_src_bit_size helper
Jason Ekstrand
2017-10-25
1
-9
/
+3
*
intel/fs: Handle flag read/write aliasing in needs_src_copy
Jason Ekstrand
2017-10-25
1
-1
/
+3
*
intel/nir: Zero local index const struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-0
/
+1
*
meson: extract out variable for nir_algebraic.py
Rob Clark
2017-10-24
1
-1
/
+1
*
i965: Fix memmem compiler warnings.
Eric Anholt
2017-10-24
1
-1
/
+2
*
anv: don't assert on device init on Cannonlake
Lionel Landwerlin
2017-10-21
1
-2
/
+4
*
anv: disable stencil pma fix on Gen > 9
Lionel Landwerlin
2017-10-21
1
-0
/
+2
*
blorp: enable R32G32B32X32 blorp ccs copies
Lionel Landwerlin
2017-10-21
1
-0
/
+1
*
i965/fs: Use align1 mode on ternary instructions on Gen10+
Matt Turner
2017-10-20
1
-4
/
+8
*
i965: Add align1 ternary instruction emission support
Matt Turner
2017-10-20
1
-55
/
+160
*
i965: Add align1 ternary instruction disassembler support
Matt Turner
2017-10-20
2
-75
/
+288
*
i965: Add align1 ternary instruction-word support
Matt Turner
2017-10-20
1
-0
/
+108
*
i965: Add align1 ternary instruction support to conversion functions
Matt Turner
2017-10-20
4
-34
/
+101
*
i965: Add align1 ternary instruction field encodings
Matt Turner
2017-10-20
1
-0
/
+35
*
i965: Add functions to abstract access to 3src register types
Matt Turner
2017-10-20
2
-20
/
+23
*
i965: Rename brw_inst's functions that access the 3src register type
Matt Turner
2017-10-20
3
-18
/
+18
*
i965: Rename brw_inst 3src functions in preparation for align1
Matt Turner
2017-10-20
4
-86
/
+92
*
i965: Print subreg in units of type-size on ternary instructions
Matt Turner
2017-10-20
1
-5
/
+26
*
i965: Add functions for brw_reg_type <-> hw 3src type
Matt Turner
2017-10-20
2
-0
/
+58
*
i965: Move brw_reg_type_is_floating_point to brw_reg_type.h
Matt Turner
2017-10-20
2
-13
/
+15
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
11
-37
/
+38
*
i965/vec4: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
2017-10-20
2
-21
/
+0
*
i965/fs: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
2017-10-20
1
-9
/
+0
*
isl: Fix width check in isl_gen7_choose_msaa_layout.
Kenneth Graunke
2017-10-19
1
-1
/
+1
*
i965: Use is_scheduling_barrier instead of schedule_node::is_barrier.
Kenneth Graunke
2017-10-19
1
-22
/
+10
*
i965: Move fs_inst::has_side_effects()'s eot check to the parent class.
Kenneth Graunke
2017-10-19
5
-9
/
+3
*
anv: Fix instance typos.
Vinson Lee
2017-10-18
2
-2
/
+2
*
meson: move expat dependency where it's needed
Eric Engestrom
2017-10-18
2
-2
/
+2
*
automake: intel: move expat handling where it's used
Hongxu Jia
2017-10-18
2
-5
/
+2
*
anv: Install as Vulkan HAL module in Android.mk build
Tapani Pälli
2017-10-18
1
-1
/
+3
*
anv: Implement VK_ANDROID_native_buffer (v9)
Chad Versace
2017-10-18
8
-6
/
+459
*
anv: Move size check from anv_bo_cache_import() to caller (v2)
Chad Versace
2017-10-17
5
-23
/
+46
*
anv: Add func anv_gem_get_tiling()
Chad Versace
2017-10-17
2
-0
/
+17
*
anv: Move close(fd) from anv_bo_cache_import to its callers (v2)
Chad Versace
2017-10-17
4
-23
/
+24
*
anv: Add field anv_image::planes[]::bo_is_owned (v2)
Chad Versace
2017-10-17
2
-0
/
+14
*
anv: Better support for Android logging (v2)
Chad Versace
2017-10-17
4
-33
/
+15
*
intel: Add simple logging façade for Android (v2)
Chad Versace
2017-10-17
4
-1
/
+173
*
anv/android: Link to libsync, liblog in Android.mk
Tapani Pälli
2017-10-17
1
-1
/
+1
[next]