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/pipeline: support SpvCapabilityInt16 in gen8+
Iago Toral Quiroga
2018-05-03
1
-0
/
+1
*
intel/compiler: implement 16-bit pack/unpack opcodes
Iago Toral Quiroga
2018-05-03
1
-0
/
+10
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
intel/compiler: fix 16-bit comparisons
Iago Toral Quiroga
2018-05-03
1
-8
/
+30
*
intel/compiler: lower some 16-bit integer operations to 32-bit
Iago Toral Quiroga
2018-05-03
1
-0
/
+21
*
intel/compiler: support negate and abs of half float immediates
Jose Maria Casanova Crespo
2018-05-03
1
-2
/
+4
*
intel/compiler: fix brw_imm_w for negative 16-bit integers
Jose Maria Casanova Crespo
2018-05-03
1
-1
/
+1
*
intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediate
Jose Maria Casanova Crespo
2018-05-03
1
-4
/
+8
*
intel/compiler: implement nir_instr_type_load_const for 16-bit constants
Jose Maria Casanova Crespo
2018-05-03
1
-0
/
+5
*
intel/compiler: implement conversions from 16-bit int/float to bool
Iago Toral Quiroga
2018-05-03
1
-5
/
+11
*
intel/compiler: implement conversion between float/int 16-bit types
Iago Toral Quiroga
2018-05-03
1
-0
/
+4
*
i965/compiler: handle conversion to smaller type in the lowering pass for that
Iago Toral Quiroga
2018-05-03
2
-12
/
+7
*
intel/compiler: fix isign for 16-bit integers
Iago Toral Quiroga
2018-05-03
1
-5
/
+12
*
intel: aubinator: add an option to limit the number of decoded VBO lines
Lionel Landwerlin
2018-05-02
1
-16
/
+23
*
intel: decoder: limit to the number decoded lines from VBO
Lionel Landwerlin
2018-05-02
2
-8
/
+16
*
anv: Advertise variableMultisampleRate
Jason Ekstrand
2018-05-02
1
-1
/
+1
*
intel: Fix 3DSTATE_CONSTANT buffer decoding.
Kenneth Graunke
2018-05-02
1
-15
/
+25
*
intel: fix aubinator include
Lionel Landwerlin
2018-05-02
1
-1
/
+1
*
intel: Give the batch decoder a callback to ask about state size.
Kenneth Graunke
2018-05-02
4
-6
/
+28
*
intel: Move batch decoder/disassembler from tools/ to common/
Kenneth Graunke
2018-05-02
7
-11
/
+9
*
intel: batch-decoder: iterate VERTEX_BUFFER_STATE fields
Lionel Landwerlin
2018-05-02
1
-31
/
+39
*
intel: decoder: fix starting dword of struct fields
Lionel Landwerlin
2018-05-02
1
-2
/
+3
*
intel: decoder: document when fields should be used
Lionel Landwerlin
2018-05-02
1
-3
/
+2
*
intel: decoder: identify groups with fixed length
Lionel Landwerlin
2018-05-02
2
-6
/
+13
*
intel: decoder: make the field iterator use more natural
Lionel Landwerlin
2018-05-02
2
-30
/
+36
*
intel: activate the gl_BaseVertex lowering
Antia Puentes
2018-05-02
5
-16
/
+8
*
intel: emit is_indexed_draw in the same VE than gl_DrawID
Antia Puentes
2018-05-02
3
-8
/
+19
*
intel/compiler: Add uses_is_indexed_draw flag
Antia Puentes
2018-05-02
2
-0
/
+5
*
anv: Allow lookup of vkEnumerateInstanceVersion without an instance
Jason Ekstrand
2018-05-01
1
-0
/
+1
*
anv: Don't advertise Float64 or Int64 on HW without 64-bit types
Jason Ekstrand
2018-05-01
1
-2
/
+4
*
intel: fix check for 48b ppgtt support
Scott D Phillips
2018-04-30
4
-48
/
+19
*
meson: fix race condition revealed by using 0.44
Dylan Baker
2018-04-27
1
-3
/
+3
*
anv/icl: Enable Vulkan on Ice Lake
Anuj Phogat
2018-04-26
1
-0
/
+2
*
anv: enable VK_EXT_shader_viewport_index_layer
Caio Marcelo de Oliveira Filho
2018-04-26
2
-0
/
+2
*
anv/allocator: Don't shrink either end of the block pool
Jason Ekstrand
2018-04-26
1
-4
/
+4
*
meson: remove dummy_cpp
Dylan Baker
2018-04-24
1
-1
/
+1
*
meson: remove workaround for custom target creating .h and .c files
Dylan Baker
2018-04-24
1
-13
/
+4
*
intel/compiler: Add scheduler deps for instructions that implicitly read g0
Ian Romanick
2018-04-24
2
-0
/
+28
*
intel/compiler: Silence unused parameter warnings in empty vec4_instruction_s...
Ian Romanick
2018-04-24
1
-5
/
+5
*
intel/compiler: Silence unused parameter warning in compile_cs_to_nir
Ian Romanick
2018-04-24
1
-4
/
+3
*
intel/compiler: Silence unused parameter warnings in generate_foo methods
Ian Romanick
2018-04-24
2
-8
/
+8
*
i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*
Jason Ekstrand
2018-04-23
1
-0
/
+2
*
anv/blorp: Do the gen11 BTI flush
Jason Ekstrand
2018-04-20
1
-0
/
+14
*
i965/fs: retype offset_reg to UD at load_ssbo
Jose Maria Casanova Crespo
2018-04-20
1
-1
/
+1
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
2
-7
/
+1
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
2
-4
/
+14
*
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
2018-04-19
3
-0
/
+8
*
intel/compiler: Add a uses_firstvertex flag
Neil Roberts
2018-04-19
2
-0
/
+5
*
anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
Jason Ekstrand
2018-04-16
1
-6
/
+1
*
anv: fix number of planes for depth & stencil
Lionel Landwerlin
2018-04-13
2
-1
/
+5
[prev]
[next]