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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.
Vinson Lee
2018-05-03
1
-0
/
+4
*
egl/x11: Send invalidate to driver on copy_region path in swap_buffer
Deepak Rawat
2018-05-03
1
-10
/
+13
*
egl: check if colorspace/surface type is supported
Juan A. Suarez Romero
2018-05-03
4
-0
/
+21
*
anv/device: expose shaderInt16 support in gen8+
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
anv/pipeline: support SpvCapabilityInt16 in gen8+
Iago Toral Quiroga
2018-05-03
1
-0
/
+1
*
compiler/spirv: add implementation to check for SpvCapabilityInt16 support
Iago Toral Quiroga
2018-05-03
2
-1
/
+4
*
intel/compiler: implement 16-bit pack/unpack opcodes
Iago Toral Quiroga
2018-05-03
1
-0
/
+10
*
compiler/spirv: implement 16-bit bitcasts
Iago Toral Quiroga
2018-05-03
1
-9
/
+22
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
7
-9
/
+9
*
nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.
Iago Toral Quiroga
2018-05-03
1
-5
/
+59
*
nir: add opcodes for 16-bit packing and unpacking
Iago Toral Quiroga
2018-05-03
1
-0
/
+19
*
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
*
compiler/nir: add a lowering pass to convert the bit size of ALU operations
Iago Toral Quiroga
2018-05-03
4
-0
/
+134
*
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
*
i965: Always try to create a logical context
Chris Wilson
2018-05-03
1
-15
/
+14
*
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
2018-05-03
1
-3
/
+3
*
spirv: convert some operands for bitwise shift and bitwise ops to uint32
Samuel Iglesias Gonsálvez
2018-05-03
1
-0
/
+35
*
mesa: enable geom shaders in OpenGL 3.2 Compat profile
Timothy Arceri
2018-05-03
1
-2
/
+1
*
radv: UseEnumerateInstanceVersion for the default version.
Bas Nieuwenhuizen
2018-05-02
1
-1
/
+1
*
radv: Don't check the incoming apiVersion on CreateInstance.
Bas Nieuwenhuizen
2018-05-02
1
-9
/
+0
*
radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.
Bas Nieuwenhuizen
2018-05-02
1
-1
/
+1
*
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
3
-8
/
+17
*
anv: Advertise variableMultisampleRate
Jason Ekstrand
2018-05-02
1
-1
/
+1
*
nir: add missing dependency in meson.build
Rob Clark
2018-05-02
1
-1
/
+1
*
radv: fix multisample image copies
Matthew Nicholls
2018-05-02
2
-110
/
+196
*
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
*
i965: Reuse batch decoder infrastructure rather than open coding it.
Kenneth Graunke
2018-05-02
3
-223
/
+55
*
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
*
i965: Allocate shadow batches to explicitly be the BO size.
Kenneth Graunke
2018-05-02
1
-7
/
+5
*
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
*
nv50: Extract needed value bits without shifting them before calling bitcount
Vlad Golovkin
2018-05-02
1
-1
/
+1
*
intel: activate the gl_BaseVertex lowering
Antia Puentes
2018-05-02
8
-27
/
+11
*
compiler/nir: Add conditional lowering for gl_BaseVertex
Antia Puentes
2018-05-02
2
-0
/
+21
*
intel: emit is_indexed_draw in the same VE than gl_DrawID
Antia Puentes
2018-05-02
7
-48
/
+78
*
intel/compiler: Add uses_is_indexed_draw flag
Antia Puentes
2018-05-02
2
-0
/
+5
[next]