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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Enable conversions to 8-bit integers
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+2
*
i965: Support for 8-bit base types in helper functions
Jose Maria Casanova Crespo
2018-07-10
2
-1
/
+14
*
i965/fs: Register allocator shoudn't use grf127 for sends dest
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+25
*
intel/compiler: grf127 can not be dest when src and dest overlap in send
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+11
*
intel: tools: dump_gpu: fix ppgtt mapping
Lionel Landwerlin
2018-07-09
1
-23
/
+23
*
anv: Add support for VK_KHR_create_renderpass2
Jason Ekstrand
2018-07-09
3
-0
/
+165
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
8
-25
/
+28
*
anv/pass: Move implicit dependency setup to anv_render_pass_compile
Jason Ekstrand
2018-07-09
1
-70
/
+63
*
anv/pass: Move some dependency setup into a helper
Jason Ekstrand
2018-07-09
1
-18
/
+34
*
anv/pass: Move a bunch of analysis into a separate "compile" stage
Jason Ekstrand
2018-07-09
1
-50
/
+64
*
anv/pass: Use a designated initailizer for attachments
Jason Ekstrand
2018-07-09
1
-11
/
+11
*
anv: Bump the advertised patch version to 80
Jason Ekstrand
2018-07-09
1
-1
/
+1
*
intel/fs: use uint type for per_slot_offset at GS
Jose Maria Casanova Crespo
2018-07-09
1
-1
/
+1
*
intel/compiler: remove unused function
Iago Toral Quiroga
2018-07-09
2
-31
/
+0
*
anv/pipeline: honor the pipeline_cache_enabled run-time flag
Iago Toral Quiroga
2018-07-09
1
-1
/
+1
*
intel/compiler: Relax mixed type restriction for saturating immediates
Ian Romanick
2018-07-06
2
-4
/
+22
*
i965/vec4: Properly handle sign(-abs(x))
Ian Romanick
2018-07-06
1
-1
/
+17
*
i965/fs: Properly handle sign(-abs(x))
Ian Romanick
2018-07-06
1
-3
/
+12
*
python: Use the print function
Mathieu Bridon
2018-07-06
1
-3
/
+5
*
i965/vec4: Make the vec4_visitor::nir_emit_instr default case unreachable
Ian Romanick
2018-07-05
1
-2
/
+1
*
intel/compiler: More DCE after lowering
Ian Romanick
2018-07-05
1
-0
/
+2
*
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
[next]