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
*
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
*
anv/pipeline: Call anv_pipeline_compile_* in a loop
Jason Ekstrand
2018-08-02
1
-26
/
+30
*
anv/pipeline: Hash the entire pipeline in one go
Jason Ekstrand
2018-08-02
1
-53
/
+94
*
anv/pipeline: Populate keys up-front
Jason Ekstrand
2018-08-02
1
-55
/
+60
*
anv/pipline: Add a helper struct for per-stage info
Jason Ekstrand
2018-08-02
2
-95
/
+74
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
3
-1
/
+41
*
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
2018-08-01
1
-2
/
+5
*
anv/pipeline: Add populate_tcs/tes_key helpers
Jason Ekstrand
2018-08-01
1
-3
/
+25
*
anv/pipeline: Rework the parameters to populate_wm_prog_key
Jason Ekstrand
2018-08-01
1
-22
/
+24
*
anv/pipeline: More aggressively optimize away color attachments
Jason Ekstrand
2018-08-01
2
-5
/
+14
*
anv: Restrict the number of color regions to those actually written
Jason Ekstrand
2018-08-01
1
-0
/
+5
*
anv/pipeline: Fix up deref modes if we delete a FS output
Jason Ekstrand
2018-08-01
1
-0
/
+5
*
intel/nir: Call nir_lower_io_to_scalar_early
Jason Ekstrand
2018-08-01
1
-5
/
+12
*
intel/nir: Split IO arrays into elements
Jason Ekstrand
2018-08-01
1
-0
/
+4
*
i965/fs: Flag all slots of a flat input as flat
Jason Ekstrand
2018-08-01
1
-6
/
+9
*
intel/nir: Use the correct scalar stage for consumers when linking
Jason Ekstrand
2018-08-01
1
-1
/
+1
*
intel: tools: aubwrite: split gen[89] from gen10+
Lionel Landwerlin
2018-08-01
5
-186
/
+416
*
python: Explicitly use byte strings
Mathieu Bridon
2018-08-01
1
-2
/
+2
*
python: Open file in binary mode
Mathieu Bridon
2018-08-01
1
-1
/
+1
*
python: Better get character ordinals
Mathieu Bridon
2018-08-01
1
-2
/
+2
*
intel/compiler: implement 8-bit constant load
Iago Toral Quiroga
2018-08-01
1
-0
/
+5
*
intel/compiler: add setup_imm_(u)b helpers
Iago Toral Quiroga
2018-08-01
2
-0
/
+22
*
i965/icl: Disable binding table prefetching
Topi Pohjolainen
2018-07-27
1
-0
/
+7
*
intel/compiler: fix lower conversions to account for predication
Iago Toral Quiroga
2018-07-27
1
-1
/
+4
*
i965: Combine both gl_PatchVerticesIn lowering passes.
Kenneth Graunke
2018-07-26
2
-4
/
+2
*
intel/compiler: Delete dead VS intrinsic handling.
Kenneth Graunke
2018-07-26
1
-12
/
+4
[next]