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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
anv: Enable VK_KHR_16bit_storage for PushConstant
Jose Maria Casanova Crespo
2018-02-28
1
-1
/
+1
*
spirv/i965/anv: Relax push constant offset assertions being 32-bit aligned
Jose Maria Casanova Crespo
2018-02-28
3
-9
/
+10
*
spirv: Calculate properly 16-bit vector sizes
Jose Maria Casanova Crespo
2018-02-28
1
-5
/
+2
*
anv: Enable VK_KHR_16bit_storage for SSBO and UBO
Jose Maria Casanova Crespo
2018-02-28
2
-3
/
+4
*
i965/fs: Support 16-bit store_ssbo with VK_KHR_relaxed_block_layout
Jose Maria Casanova Crespo
2018-02-28
1
-7
/
+15
*
i965/fs: Support 16-bit do_read_vector with VK_KHR_relaxed_block_layout
Jose Maria Casanova Crespo
2018-02-28
1
-14
/
+37
*
i965/fs: shuffle_32bit_load_result_to_16bit_data now skips components
Jose Maria Casanova Crespo
2018-02-28
3
-3
/
+6
*
isl/i965/fs: SSBO/UBO buffers need size padding if not multiple of 32-bit
Jose Maria Casanova Crespo
2018-02-28
3
-2
/
+62
*
vbo: Remove vbo_save_vertex_list::vertex_size.
Mathias Fröhlich
2018-03-01
2
-9
/
+6
*
vbo: Remove vbo_save_vertex_list::buffer_offset.
Mathias Fröhlich
2018-03-01
2
-29
/
+13
*
vbo: Remove vbo_save_vertex_list::start_vertex.
Mathias Fröhlich
2018-03-01
3
-6
/
+2
*
vbo: Remove vbo_save_vertex_list::attrsz.
Mathias Fröhlich
2018-03-01
2
-7
/
+4
*
vbo: Remove vbo_save_vertex_list::attrtype.
Mathias Fröhlich
2018-03-01
2
-4
/
+1
*
vbo: Remove vbo_save_vertex_list::enabled.
Mathias Fröhlich
2018-03-01
2
-3
/
+1
*
vbo: Remove reference to the vertex_store from the dlist node.
Mathias Fröhlich
2018-03-01
3
-21
/
+10
*
vbo: Implement current values update in terms of the VAO.
Mathias Fröhlich
2018-03-01
3
-62
/
+47
*
vbo: Implement vbo_loopback_vertex_list in terms of the VAO.
Mathias Fröhlich
2018-03-01
4
-93
/
+151
*
vbo: Use a local variable for the dlist offsets.
Mathias Fröhlich
2018-03-01
2
-9
/
+7
*
vbo: Remove unused vbo_save_context::wrap_count.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.
Mathias Fröhlich
2018-03-01
2
-3
/
+0
*
anv: Always set has_context_priority
Jason Ekstrand
2018-02-28
1
-3
/
+1
*
Revert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+"
Mark Janes
2018-02-28
3
-13
/
+2
*
radeonsi/nir: increase values to 8 for gs fetch.
Dave Airlie
2018-03-01
1
-1
/
+1
*
radv: Use the syncobj wait ioctl to wait on fences if possible.
Bas Nieuwenhuizen
2018-03-01
3
-9
/
+26
*
radv: Implement more efficient !waitAll fence waiting.
Bas Nieuwenhuizen
2018-03-01
3
-0
/
+75
*
radv: Implement waiting on non-submitted fences.
Bas Nieuwenhuizen
2018-03-01
1
-2
/
+11
*
radv: Implement WaitForFences with !waitAll.
Bas Nieuwenhuizen
2018-03-01
1
-5
/
+15
*
ac/nir: fix shared atomic operations.
Dave Airlie
2018-03-01
1
-5
/
+5
*
ac/nir: don't apply slice rounding on txf_ms
Dave Airlie
2018-03-01
1
-1
/
+1
*
radeonsi: set some context vars for nir path
Timothy Arceri
2018-03-01
1
-6
/
+10
*
gallium: remove llvm from ir struct
Timothy Arceri
2018-03-01
1
-1
/
+0
*
i965: Don't emit MOVs with undefined registers for Gen4 point clipping.
Kenneth Graunke
2018-02-28
1
-1
/
+1
*
broadcom/vc5: Fix regression in the page-cache slice size alignment.
Eric Anholt
2018-02-28
1
-3
/
+6
*
i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+
Jason Ekstrand
2018-02-28
3
-2
/
+13
*
i965: Be more clever about setting up our viewport clip
Jason Ekstrand
2018-02-28
1
-8
/
+12
*
intel/compiler: Re-add .vs_inputs_dual_locations = true
Matt Turner
2018-02-28
1
-0
/
+1
*
r600/shader: when using images always load thread id gpr at start (v2)
Dave Airlie
2018-02-28
1
-15
/
+7
*
r600: fix whitespace in recent 1d texture commit.
Dave Airlie
2018-02-28
1
-1
/
+1
*
intel/compiler: Add ICL to test_eu_validate.cpp
Matt Turner
2018-02-28
1
-0
/
+1
*
intel/compiler: Disable Align16 tests on Gen11+
Matt Turner
2018-02-28
1
-0
/
+16
*
intel/compiler: Add instruction compaction support on Gen11
Matt Turner
2018-02-28
1
-0
/
+42
*
intel/compiler: Mark line, pln, and lrp as removed on Gen11+
Matt Turner
2018-02-28
1
-4
/
+6
*
intel/compiler: Lower flrp32 on Gen11+
Matt Turner
2018-02-28
5
-17
/
+26
*
intel/compiler/fs: Implement ddy without using align16 for Gen11+
Matt Turner
2018-02-28
1
-8
/
+38
*
intel/compiler/fs: Simplify ddx/ddy code generation
Matt Turner
2018-02-28
1
-42
/
+21
*
intel/compiler/fs: Pass fs_inst to generate_ddx/ddy instead of opcode
Matt Turner
2018-02-28
2
-8
/
+10
*
intel/compiler/fs: Don't generate integer DWord multiply on Gen11
Matt Turner
2018-02-28
3
-5
/
+6
*
intel/compiler/fs: Implement FS_OPCODE_LINTERP with MADs on Gen11+
Matt Turner
2018-02-28
2
-4
/
+46
*
intel/compiler/fs: Return multiple_instructions_emitted from generate_linterp
Matt Turner
2018-02-28
2
-4
/
+8
*
intel/compiler/fs: Fix application of cmod and saturate to LINE/MAC pair
Matt Turner
2018-02-28
1
-2
/
+11
[prev]
[next]