index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Remove unused variable.
Bas Nieuwenhuizen
2017-12-17
1
-2
/
+0
*
isl: Don't require VALIGN_2 for R32G32B32_FLOAT on Haswell.
Kenneth Graunke
2017-12-15
1
-1
/
+3
*
intel/tools: Convert aubinator over to the common framework
Jason Ekstrand
2017-12-14
3
-690
/
+33
*
intel/batch-decoder: Decode registers
Jason Ekstrand
2017-12-14
1
-0
/
+13
*
intel/batch-decoder: Decode dynamic state
Jason Ekstrand
2017-12-14
1
-0
/
+81
*
intel/batch-decoder: Decode constants, binding tables, and samplers
Jason Ekstrand
2017-12-14
1
-0
/
+73
*
intel/tools: Switch aubinator_error_decode over to the gen_print_batch
Jason Ekstrand
2017-12-14
3
-205
/
+37
*
intel/batch-decoder: Decode graphics shaders
Jason Ekstrand
2017-12-14
1
-0
/
+95
*
intel/batch-decoder: Decode vertex and index buffers
Jason Ekstrand
2017-12-14
2
-0
/
+161
*
intel/batch-decoder: Decode MEDIA_INTERFACE_DESCRIPTOR_LOAD
Jason Ekstrand
2017-12-14
1
-0
/
+145
*
intel/tools: Add the start of a generic batch decoder
Jason Ekstrand
2017-12-14
2
-0
/
+306
*
intel/decoder: Expose the raw field value in the iterator
Jason Ekstrand
2017-12-14
2
-1
/
+3
*
intel/disasm: Take a devinfo in gen_disasm_create
Jason Ekstrand
2017-12-14
4
-8
/
+7
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
4
-18
/
+22
*
intel/decoder: Stop rounding down to the nearest dword
Jason Ekstrand
2017-12-14
1
-11
/
+12
*
intel/decoder: Convert the iterator to work entirely in bits
Jason Ekstrand
2017-12-14
2
-12
/
+9
*
intel/decoder: Drop gen_field_decode helper
Jason Ekstrand
2017-12-14
2
-11
/
+0
*
intel/fs/bank_conflicts: Don't touch Gen7 MRF hack registers.
Francisco Jerez
2017-12-12
3
-7
/
+19
*
anv: fix bug when using component qualifier in FS outputs
Samuel Iglesias Gonsálvez
2017-12-12
1
-19
/
+44
*
anv: Enable UBO pushing
Jason Ekstrand
2017-12-08
2
-0
/
+7
*
i965/fs: Handle !supports_pull_constants and push UBOs properly
Jason Ekstrand
2017-12-08
1
-1
/
+1
*
anv/device: Increase the UBO alignment requirement to 32
Jason Ekstrand
2017-12-08
1
-2
/
+10
*
anv/cmd_buffer: Add support for pushing UBO ranges
Jason Ekstrand
2017-12-08
2
-33
/
+112
*
anv/cmd_buffer: Add some stage asserts
Jason Ekstrand
2017-12-08
1
-0
/
+6
*
anv/cmd_buffer: Add some helpers for working with descriptor sets
Jason Ekstrand
2017-12-08
1
-11
/
+34
*
anv/pipeline: Translate vulkan_resource_index to a constant when possible
Jason Ekstrand
2017-12-08
1
-4
/
+13
*
i965/fs: Rewrite assign_constant_locations
Jason Ekstrand
2017-12-08
1
-133
/
+185
*
anv: Disable VK_KHR_16bit_storage
Jason Ekstrand
2017-12-08
2
-3
/
+3
*
intel/cfg: Represent divergent control flow paths caused by non-uniform loop ...
Francisco Jerez
2017-12-07
1
-6
/
+69
*
intel/fs: Don't let undefined values prevent copy propagation.
Francisco Jerez
2017-12-07
1
-3
/
+47
*
intel/fs: Restrict live intervals to the subset possibly reachable from any d...
Francisco Jerez
2017-12-07
2
-4
/
+42
*
intel/fs: Teach instruction scheduler about GRF bank conflict cycles.
Francisco Jerez
2017-12-07
3
-2
/
+23
*
intel/fs: Implement GRF bank conflict mitigation pass.
Francisco Jerez
2017-12-07
5
-0
/
+898
*
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
2017-12-07
1
-1
/
+1
*
anv: fix a case statement in GetMemoryFdPropertiesKHR
Fredrik Höglund
2017-12-06
1
-1
/
+1
*
i965/fs: Use untyped_surface_read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-7
/
+20
*
i965/fs: Optimize 16-bit SSBO stores by packing two into a 32-bit reg
Jose Maria Casanova Crespo
2017-12-06
1
-15
/
+43
*
anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBO
Alejandro Piñeiro
2017-12-06
3
-0
/
+15
*
i965/fs: Enables 16-bit load_ubo with sampler
Jason Ekstrand
2017-12-06
1
-7
/
+14
*
i965/fs: Helpers for un/shuffle 16-bit pairs in 32-bit components
Jose Maria Casanova Crespo
2017-12-06
2
-0
/
+71
*
i965/fs: Use byte scattered read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-1
/
+13
*
i965/fs: Add byte scattered read message and fs support
Jose Maria Casanova Crespo
2017-12-06
9
-1
/
+94
*
i965/fs: Predicate byte scattered writes if needed
Alejandro Piñeiro
2017-12-06
1
-1
/
+14
*
i965/fs: Use byte_scattered_write on 16-bit store_ssbo
Alejandro Piñeiro
2017-12-06
1
-20
/
+45
*
i965/fs: Add byte scattered write message and fs support
Jose Maria Casanova Crespo
2017-12-06
9
-0
/
+118
*
i965/fs: Add remove_extra_rounding_modes optimization
Alejandro Piñeiro
2017-12-06
3
-0
/
+39
*
i965/fs: Enable rounding mode on f2f16 ops
Alejandro Piñeiro
2017-12-06
1
-0
/
+18
*
i965/fs: Define new shader opcode to set rounding modes
Alejandro Piñeiro
2017-12-06
5
-0
/
+62
*
i965: Add support for control register
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+6
*
i965/fs: Handle 32-bit to 16-bit conversions
Alejandro Piñeiro
2017-12-06
1
-0
/
+25
[next]