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
...
*
intel: tools: import ImGui
Lionel Landwerlin
2018-08-22
19
-2
/
+31693
*
intel: tools: aub_mem: reuse already mapped ppgtt buffers
Lionel Landwerlin
2018-08-22
1
-5
/
+11
*
intel: tools: aubmem: map gtt data to aub file
Lionel Landwerlin
2018-08-22
2
-0
/
+35
*
intel: tools: create libaub
Lionel Landwerlin
2018-08-22
1
-2
/
+12
*
intel: tools: aubwrite: wrap function declarations for c++
Lionel Landwerlin
2018-08-22
1
-0
/
+8
*
intel: tools: split memory management out of aubinator
Lionel Landwerlin
2018-08-22
5
-353
/
+493
*
intel: tools: split aub parsing from aubinator
Lionel Landwerlin
2018-08-22
5
-279
/
+460
*
anv: add VK_EXT_sampler_filter_minmax support
Yunchao He
2018-08-22
4
-0
/
+43
*
anv/icl: Allow headerless sampler messages for pre-emptable contexts
Anuj Phogat
2018-08-21
2
-0
/
+22
*
anv/icl: Disable binding table prefetching
Anuj Phogat
2018-08-21
1
-6
/
+15
*
intel/genxml: minor python style fix
Eric Engestrom
2018-08-21
1
-1
/
+1
*
intel/decoder: mark total_length as MAYBE_UNUSED in gen_spec_load
Kai Wasserbäch
2018-08-20
1
-1
/
+2
*
intel/tools: initialise bo_addr to 0 in main
Kai Wasserbäch
2018-08-20
1
-1
/
+1
*
intel: aubinator: mark ftruncate_res as MAYBE_UNUSED in ensure_phys_mem
Kai Wasserbäch
2018-08-20
1
-1
/
+1
*
intel/aubinator_error_decode: mark ret as MAYBE_UNUSED in main
Kai Wasserbäch
2018-08-20
1
-1
/
+1
*
anv/pipeline: Lower pipeline layouts etc. after linking
Jason Ekstrand
2018-08-17
1
-30
/
+28
*
anv/pipeline: Set tess IO read/written key fields in compile_*
Jason Ekstrand
2018-08-17
1
-9
/
+10
*
anv/pipeline: Use more fields from stage in compile_cs
Jason Ekstrand
2018-08-17
1
-16
/
+21
*
anv/apply_pipeline_layout: Add to the bind map instead of replacing it
Jason Ekstrand
2018-08-17
3
-59
/
+21
*
anv/lower_ycbcr: Use the binding array size for bounds checks
Jason Ekstrand
2018-08-17
1
-6
/
+4
*
anv: drop cast-to-void of used variable
Eric Engestrom
2018-08-16
1
-1
/
+0
*
anv: use safer snprintf() to ensure NULL string-terminator
Eric Engestrom
2018-08-16
1
-1
/
+1
*
intel/batch-decoder: replace local ARRAY_LENGTH() macro with global ARRAY_SIZE()
Eric Engestrom
2018-08-16
1
-3
/
+2
*
intel: various python cleanups
Eric Engestrom
2018-08-16
5
-26
/
+21
*
Revert "intel/nir: Call nir_lower_io_to_scalar_early"
Jason Ekstrand
2018-08-15
1
-12
/
+5
*
blorp: Properly handle Z24X8 blits.
Kenneth Graunke
2018-08-11
2
-12
/
+11
*
blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.
Kenneth Graunke
2018-08-11
1
-5
/
+5
*
intel: Switch the order of the 2x MSAA sample positions
Jason Ekstrand
2018-08-11
2
-5
/
+15
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
4
-10
/
+10
*
intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
Kenneth Graunke
2018-08-09
1
-0
/
+20
*
anv: set error in all failure paths
Eric Engestrom
2018-08-09
1
-1
/
+3
*
intel/tools: add missing variable initialisation
Eric Engestrom
2018-08-09
1
-1
/
+1
*
python: Fix rich comparisons
Mathieu Bridon
2018-08-07
1
-2
/
+3
*
intel: don't build tools without -Dtools=intel
Lionel Landwerlin
2018-08-07
2
-15
/
+15
*
anv: add more swapchain formats
Tapani Pälli
2018-08-06
1
-5
/
+11
*
intel: tools: simplify meson build
Lionel Landwerlin
2018-08-04
1
-46
/
+50
*
intel: aubinator: simplify decoding
Lionel Landwerlin
2018-08-04
1
-10
/
+5
*
intel: common: add missing stdint include
Lionel Landwerlin
2018-08-04
1
-0
/
+2
*
intel: decoder: remove unused variable
Lionel Landwerlin
2018-08-04
1
-2
/
+0
*
intel: tools: aubwrite: reuse canonical address helper
Lionel Landwerlin
2018-08-04
1
-17
/
+2
*
intel: aubinator: fix read the context/ring
Lionel Landwerlin
2018-08-04
1
-2
/
+2
*
anv/pipeline: Disable FS dispatch for pointless fragment shaders
Jason Ekstrand
2018-08-03
1
-4
/
+33
*
intel/tools: add error2aub creation into autotools
Andres Gomez
2018-08-02
1
-1
/
+23
*
anv/pipeline: Do cross-stage linking optimizations
Jason Ekstrand
2018-08-02
1
-0
/
+11
*
anv/pipeline: Pull most of the anv_pipeline_compile_* into common code
Jason Ekstrand
2018-08-02
1
-215
/
+92
*
anv/pipeline: Add a separate "link" stage
Jason Ekstrand
2018-08-02
1
-128
/
+193
*
anv/pipeline: Compile to NIR in compile_graphics
Jason Ekstrand
2018-08-02
1
-161
/
+116
*
anv/pipeline: Recompile all shaders if any are missing from the cache
Jason Ekstrand
2018-08-02
1
-4
/
+37
*
anv/pipeline: Drop anv_pipeline_add_compiled_stage
Jason Ekstrand
2018-08-02
2
-19
/
+10
*
anv/pipeline: Pull shader compilation out into a helper.
Jason Ekstrand
2018-08-02
1
-108
/
+120
[prev]
[next]