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: Remove no-op VBROADCAST of vID
Tim Rowley
2017-12-15
1
-2
/
+2
*
swr/rast: SIMD16 Fetch - Fully widen 32-bit integer vertex components
Tim Rowley
2017-12-15
4
-17
/
+109
*
swr/rast: Replace INSERT2 vextract/vinsert with JOIN2 vshuffle
Tim Rowley
2017-12-15
3
-105
/
+30
*
swr/rast: SIMD16 Fetch - Fully widen 16-bit float vertex components
Tim Rowley
2017-12-15
1
-7
/
+48
*
swr/rast: SIMD16 Fetch - Fully widen 32-bit float vertex components
Tim Rowley
2017-12-15
4
-32
/
+194
*
swr/rast: Pass prim to ClipSimd
Tim Rowley
2017-12-15
1
-5
/
+5
*
swr/rast: Pull most of the VPAI manipulation out of the binner/clipper
Tim Rowley
2017-12-15
7
-158
/
+177
*
swr/rast: Move GatherScissors to header
Tim Rowley
2017-12-15
2
-127
/
+127
*
swr/rast: Rewrite Shuffle8bpcGatherd using shuffle
Tim Rowley
2017-12-15
1
-182
/
+62
*
swr/rast: Convert gather masks to Nx1bit
Tim Rowley
2017-12-15
2
-40
/
+14
*
swr/rast: WIP - Widen fetch shader to SIMD16
Tim Rowley
2017-12-15
1
-27
/
+689
*
swr/rast: Corrections to multi-scissor handling
Tim Rowley
2017-12-15
1
-88
/
+88
*
swr/rast: Binner fixes for viewport index offset handling
Tim Rowley
2017-12-15
2
-2
/
+12
*
swr/rast: Remove unneeded copy of gather mask
Tim Rowley
2017-12-15
2
-79
/
+23
*
i965: Allow old begin/end queryobj for gen4/5 with HW contexts
Chris Wilson
2017-12-15
1
-6
/
+0
*
freedreno: use u_transfer_helper
Rob Clark
2017-12-15
2
-229
/
+44
*
gallium/util: add u_transfer_helper
Rob Clark
2017-12-15
5
-1
/
+649
*
i965: enable EXT_disjoint_timer_query extension
Tapani Pälli
2017-12-15
1
-0
/
+2
*
mesa: GL_EXT_disjoint_timer_query extension API bits
Tapani Pälli
2017-12-15
6
-1
/
+30
*
glapi: add GL_EXT_disjoint_timer_query
Tapani Pälli
2017-12-15
3
-2
/
+23
*
mesa: add DisjointOperation to gl_shared_state
Tapani Pälli
2017-12-15
2
-0
/
+9
*
broadcom/vc5: Fix a typo in memcmp for sig unpack checking.
Eric Anholt
2017-12-14
1
-1
/
+1
*
broadcom/vc5: Enable NIR txd lowering on all txd instructions.
Eric Anholt
2017-12-14
1
-0
/
+1
*
nir: Add a new lowering option to lower all txd to txl.
Eric Anholt
2017-12-14
2
-6
/
+14
*
nir: Fix interaction of GL_CLAMP lowering with texture offsets.
Eric Anholt
2017-12-14
1
-33
/
+42
*
broadcom/vc5: Fix shader input/outputs for gallium's new NIR linking.
Eric Anholt
2017-12-14
1
-4
/
+8
*
gallivm: implement accurate corner behavior for textureGather with cube maps
Roland Scheidegger
2017-12-14
1
-103
/
+201
*
gallivm: fix an issue with NaNs with seamless cube filtering
Roland Scheidegger
2017-12-14
1
-0
/
+11
*
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
5
-23
/
+27
*
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
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
6
-27
/
+17
*
amd/common: more use of i32_1
Samuel Pitoiset
2017-12-14
1
-4
/
+4
*
amd/common: more use of i32_0
Samuel Pitoiset
2017-12-14
1
-9
/
+9
*
radeonsi: make use of ac_build_fdiv()
Samuel Pitoiset
2017-12-14
2
-7
/
+2
*
radv: export SampleMask from pixel shaders at full rate
Samuel Pitoiset
2017-12-14
2
-16
/
+41
*
radeonsi: make use of ac_get_spi_shader_z_format()
Samuel Pitoiset
2017-12-14
3
-23
/
+4
*
amd/common: add ac_get_spi_shader_z_format()
Samuel Pitoiset
2017-12-14
4
-1
/
+84
[next]