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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3d: Merge the V3D 4.1 and 4.2 XML into V3D 3.3'x XML.
Eric Anholt
2018-06-29
7
-2162
/
+607
*
v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields.
Eric Anholt
2018-06-29
5
-6
/
+14
*
v3d: Create XML fields for min_ver and max_ver of a packet/struct/enum.
Eric Anholt
2018-06-29
2
-2
/
+82
*
v3d: Pass the version being generated to the pack generator script.
Eric Anholt
2018-06-29
4
-20
/
+22
*
anv: finish the binding_table_pool on destroyDevice when use_softpin
Jose Maria Casanova Crespo
2018-06-29
1
-0
/
+3
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
16
-57
/
+6
*
nv50/ir: improve maintainability of Target*::initOpInfo()
Rhys Perry
2018-06-29
2
-23
/
+28
*
nv50/ir: fix image stores with indirect handles
Rhys Perry
2018-06-29
1
-4
/
+5
*
egl: fix build race in automake
Ross Burton
2018-06-29
1
-0
/
+1
*
radeonsi: implement vertex color clamping for tess and GS
Marek Olšák
2018-06-28
4
-33
/
+87
*
radeonsi: move VS_STATE_SGPR before draw SGPRs
Marek Olšák
2018-06-28
2
-10
/
+13
*
radeonsi: don't use malloc in si_generate_gs_copy_shader
Marek Olšák
2018-06-28
1
-10
/
+2
*
radeonsi: disable DCC statistics gathering on everything but Stoney
Marek Olšák
2018-06-28
1
-3
/
+2
*
radeonsi: don't enable DCC statistics gathering for small surfaces
Marek Olšák
2018-06-28
1
-14
/
+16
*
radeonsi: simplify logic around vi_separate_dcc_try_enable
Marek Olšák
2018-06-28
2
-14
/
+15
*
radeonsi: fix memory exhaustion issue with DCC statistics gathering with DRI2
Marek Olšák
2018-06-28
1
-3
/
+27
*
radeonsi: remove references to Evergreen
Marek Olšák
2018-06-28
4
-4
/
+2
*
radeonsi: enable shader caching for compute shaders
Marek Olšák
2018-06-28
3
-15
/
+50
*
radeonsi: store compute local_size into tgsi_shader_info
Marek Olšák
2018-06-28
4
-6
/
+10
*
radeonsi: unify duplicated code for initial shader compilation
Marek Olšák
2018-06-28
3
-43
/
+39
*
ac: set +auto-waitcnt-before-barrier when needed
Marek Olšák
2018-06-28
1
-2
/
+4
*
radeonsi/gfx9: insert the barrier between merged shaders inside the if block
Marek Olšák
2018-06-28
1
-5
/
+13
*
gallium: plumb invariant output attrib thru TGSI
Joe M. Kniss
2018-06-29
6
-15
/
+45
*
intel/fs: Build 32-wide FS shaders.
Francisco Jerez
2018-06-28
1
-11
/
+43
*
intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaround
Jason Ekstrand
2018-06-28
3
-2
/
+49
*
intel/fs: Add fields to wm_prog_data for SIMD32 dispatch
Jason Ekstrand
2018-06-28
6
-1
/
+15
*
intel/fs: Fix nir_intrinsic_load_helper_invocation for SIMD32.
Francisco Jerez
2018-06-28
1
-5
/
+9
*
intel/fs: Fix fs_builder::sample_mask_reg() for 32-wide FS dispatch.
Francisco Jerez
2018-06-28
1
-3
/
+3
*
intel/fs: Fix Gen6+ interpolation setup for SIMD32
Francisco Jerez
2018-06-28
1
-56
/
+60
*
intel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
Jason Ekstrand
2018-06-28
5
-35
/
+8
*
intel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centroid workaround
Jason Ekstrand
2018-06-28
2
-50
/
+16
*
intel/fs: Generalize the unlit centroid workaround
Francisco Jerez
2018-06-28
1
-14
/
+8
*
intel/fs: Fix sample id setup for SIMD32.
Francisco Jerez
2018-06-28
1
-9
/
+25
*
intel/fs: Fix Gen7 compressed source region alignment restriction for SIMD32
Francisco Jerez
2018-06-28
1
-1
/
+7
*
intel/fs: Implement 32-wide FS payload setup on Gen6+
Francisco Jerez
2018-06-28
1
-67
/
+57
*
intel/fs: Extend thread payload layout to SIMD32
Francisco Jerez
2018-06-28
3
-22
/
+45
*
intel/fs: Wrap FS payload register look-up in a helper function.
Francisco Jerez
2018-06-28
3
-12
/
+23
*
intel/fs: Use fs_regs instead of brw_regs in the unlit centroid workaround
Francisco Jerez
2018-06-28
1
-12
/
+12
*
intel/fs: Simplify fs_visitor::emit_samplepos_setup
Francisco Jerez
2018-06-28
1
-21
/
+7
*
i965: Add plumbing for shader time in 32-wide FS dispatch mode.
Francisco Jerez
2018-06-28
7
-5
/
+15
*
intel/fs: Disable opt_sampler_eot() in 32-wide dispatch.
Francisco Jerez
2018-06-28
2
-1
/
+6
*
intel/fs: Emit LINE+MAC for LINTERP with unaligned coordinates
Jason Ekstrand
2018-06-28
2
-10
/
+56
*
intel/fs: Mark LINTERP opcode as writing accumulator on platforms without PLN
Jason Ekstrand
2018-06-28
1
-1
/
+2
*
intel/fs: Rework INTERPOLATE_AT_PER_SLOT_OFFSET
Francisco Jerez
2018-06-28
3
-19
/
+9
*
intel/fs: Add the group to the flag subreg number on SNB and older
Jason Ekstrand
2018-06-28
1
-1
/
+7
*
intel/fs: Fix FB read header setup for SIMD32.
Francisco Jerez
2018-06-28
1
-4
/
+13
*
intel/fs: Fix logical FB write lowering for SIMD32
Francisco Jerez
2018-06-28
1
-5
/
+20
*
intel/fs: Fix FB write message control codegen for SIMD32.
Francisco Jerez
2018-06-28
1
-18
/
+34
*
intel/fs: Don't enable dual source blend if no outputs are written
Francisco Jerez
2018-06-28
1
-1
/
+2
*
intel/fs: Fix codegen of FS_OPCODE_SET_SAMPLE_ID for SIMD32.
Francisco Jerez
2018-06-28
1
-11
/
+13
[next]