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
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: Specify the JSON separators
Mathieu Bridon
2018-07-05
1
-1
/
+1
*
intel: tools: remove drm-uapi defines
Lionel Landwerlin
2018-07-05
1
-29
/
+1
*
intel: intel_dump_gpu: use simulator id in captures
Lionel Landwerlin
2018-07-05
2
-2
/
+2
*
intel: devinfo: add simulator id
Lionel Landwerlin
2018-07-05
2
-4
/
+48
*
intel: tools: dump-gpu: dump 48-bit addresses
Scott D Phillips
2018-07-05
2
-167
/
+151
*
intel: tools: import intel_aubdump
Lionel Landwerlin
2018-07-05
4
-0
/
+1440
*
intel: tools: update intel_aub.h
Lionel Landwerlin
2018-07-05
1
-0
/
+26
*
intel: batch-decoder: add missing return line
Lionel Landwerlin
2018-07-05
1
-1
/
+1
*
intel: batch-decoder: don't asks for constant BO until decoding
Lionel Landwerlin
2018-07-05
1
-6
/
+11
*
intel/batch-decoder: handle non-contiguous binding table / surface state
Scott D Phillips
2018-07-05
1
-4
/
+14
*
intel/tools/aubinator: aubinate ppgtt aubs
Scott D Phillips
2018-07-05
1
-1
/
+72
*
intel: aubinator: handle GGTT mappings
Lionel Landwerlin
2018-07-05
1
-13
/
+244
*
intel: aubinator: drop the 1Tb GTT mapping
Lionel Landwerlin
2018-07-05
1
-55
/
+75
*
intel: aubinator: rework register writes handling
Lionel Landwerlin
2018-07-05
1
-28
/
+54
*
intel: aubinator: remove standard input processing option
Lionel Landwerlin
2018-07-05
1
-90
/
+12
*
intel: aubinator: remove unused variables
Lionel Landwerlin
2018-07-05
1
-5
/
+0
*
i965: Fix output register sizes when variable ranges are interleaved
Neil Roberts
2018-07-04
1
-7
/
+18
*
i965/vec4: Don't cmod propagate from CMP to ADD if the writemask isn't compat...
Ian Romanick
2018-07-02
2
-5
/
+87
*
intel/compiler: Silence unused parameter warnings brw_nir.c
Ian Romanick
2018-07-02
5
-7
/
+6
*
anv: Add support for the on-disk shader cache
Jason Ekstrand
2018-07-02
3
-11
/
+126
*
anv/pipeline_cache: Add a _locked suffix to a function
Jason Ekstrand
2018-07-02
1
-14
/
+15
*
anv: Add device-level helpers for searching for and uploading kernels
Jason Ekstrand
2018-07-02
3
-79
/
+98
*
anv/pipeline: Stop optimizing for not having a cache
Jason Ekstrand
2018-07-02
1
-34
/
+31
*
anv: Use a default pipeline cache if none is specified
Jason Ekstrand
2018-07-02
5
-18
/
+25
*
anv: Be more careful about hashing pipeline layouts
Jason Ekstrand
2018-07-02
1
-3
/
+38
*
anv,intel: Enable nir_opt_large_constants for Vulkan
Jason Ekstrand
2018-07-02
3
-0
/
+14
*
anv: Add state setup support for shader constants
Jason Ekstrand
2018-07-02
3
-19
/
+101
*
anv: Add support for shader constant data to the pipeline cache
Jason Ekstrand
2018-07-02
4
-0
/
+50
*
anv/cmd_buffer: make descriptors dirty when emitting base state address
Iago Toral Quiroga
2018-07-02
1
-0
/
+5
*
anv/cmd_buffer: clean dirty push constants flag after emitting push constants
Iago Toral Quiroga
2018-07-02
1
-0
/
+2
*
anv/cmd_buffer: never shrink the push constant buffer size
Iago Toral Quiroga
2018-07-02
1
-1
/
+16
*
anv: finish the binding_table_pool on destroyDevice when use_softpin
Jose Maria Casanova Crespo
2018-06-29
1
-0
/
+3
*
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
2
-2
/
+32
*
intel/fs: Add fields to wm_prog_data for SIMD32 dispatch
Jason Ekstrand
2018-06-28
4
-1
/
+12
*
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
4
-3
/
+4
*
intel/fs: Disable opt_sampler_eot() in 32-wide dispatch.
Francisco Jerez
2018-06-28
2
-1
/
+6
[next]