index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-06
anv: add more swapchain formats
Tapani Pälli
1
-5
/
+11
2018-08-04
intel: tools: simplify meson build
Lionel Landwerlin
1
-46
/
+50
2018-08-04
intel: aubinator: simplify decoding
Lionel Landwerlin
1
-10
/
+5
2018-08-04
intel: common: add missing stdint include
Lionel Landwerlin
1
-0
/
+2
2018-08-04
intel: decoder: remove unused variable
Lionel Landwerlin
1
-2
/
+0
2018-08-04
intel: tools: aubwrite: reuse canonical address helper
Lionel Landwerlin
1
-17
/
+2
2018-08-04
intel: aubinator: fix read the context/ring
Lionel Landwerlin
1
-2
/
+2
2018-08-03
anv/pipeline: Disable FS dispatch for pointless fragment shaders
Jason Ekstrand
1
-4
/
+33
2018-08-02
intel/tools: add error2aub creation into autotools
Andres Gomez
1
-1
/
+23
2018-08-02
anv/pipeline: Do cross-stage linking optimizations
Jason Ekstrand
1
-0
/
+11
2018-08-02
anv/pipeline: Pull most of the anv_pipeline_compile_* into common code
Jason Ekstrand
1
-215
/
+92
2018-08-02
anv/pipeline: Add a separate "link" stage
Jason Ekstrand
1
-128
/
+193
2018-08-02
anv/pipeline: Compile to NIR in compile_graphics
Jason Ekstrand
1
-161
/
+116
2018-08-02
anv/pipeline: Recompile all shaders if any are missing from the cache
Jason Ekstrand
1
-4
/
+37
2018-08-02
anv/pipeline: Drop anv_pipeline_add_compiled_stage
Jason Ekstrand
2
-19
/
+10
2018-08-02
anv/pipeline: Pull shader compilation out into a helper.
Jason Ekstrand
1
-108
/
+120
2018-08-02
anv/pipeline: Call anv_pipeline_compile_* in a loop
Jason Ekstrand
1
-26
/
+30
2018-08-02
anv/pipeline: Hash the entire pipeline in one go
Jason Ekstrand
1
-53
/
+94
2018-08-02
anv/pipeline: Populate keys up-front
Jason Ekstrand
1
-55
/
+60
2018-08-02
anv/pipline: Add a helper struct for per-stage info
Jason Ekstrand
2
-95
/
+74
2018-08-01
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
3
-1
/
+41
2018-08-01
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
1
-2
/
+5
2018-08-01
anv/pipeline: Add populate_tcs/tes_key helpers
Jason Ekstrand
1
-3
/
+25
2018-08-01
anv/pipeline: Rework the parameters to populate_wm_prog_key
Jason Ekstrand
1
-22
/
+24
2018-08-01
anv/pipeline: More aggressively optimize away color attachments
Jason Ekstrand
2
-5
/
+14
2018-08-01
anv: Restrict the number of color regions to those actually written
Jason Ekstrand
1
-0
/
+5
2018-08-01
anv/pipeline: Fix up deref modes if we delete a FS output
Jason Ekstrand
1
-0
/
+5
2018-08-01
intel/nir: Call nir_lower_io_to_scalar_early
Jason Ekstrand
1
-5
/
+12
2018-08-01
intel/nir: Split IO arrays into elements
Jason Ekstrand
1
-0
/
+4
2018-08-01
i965/fs: Flag all slots of a flat input as flat
Jason Ekstrand
1
-6
/
+9
2018-08-01
intel/nir: Use the correct scalar stage for consumers when linking
Jason Ekstrand
1
-1
/
+1
2018-08-01
intel: tools: aubwrite: split gen[89] from gen10+
Lionel Landwerlin
5
-186
/
+416
2018-08-01
python: Explicitly use byte strings
Mathieu Bridon
1
-2
/
+2
2018-08-01
python: Open file in binary mode
Mathieu Bridon
1
-1
/
+1
2018-08-01
python: Better get character ordinals
Mathieu Bridon
1
-2
/
+2
2018-08-01
intel/compiler: implement 8-bit constant load
Iago Toral Quiroga
1
-0
/
+5
2018-08-01
intel/compiler: add setup_imm_(u)b helpers
Iago Toral Quiroga
2
-0
/
+22
2018-07-27
i965/icl: Disable binding table prefetching
Topi Pohjolainen
1
-0
/
+7
2018-07-27
intel/compiler: fix lower conversions to account for predication
Iago Toral Quiroga
1
-1
/
+4
2018-07-26
i965: Combine both gl_PatchVerticesIn lowering passes.
Kenneth Graunke
2
-4
/
+2
2018-07-26
intel/compiler: Delete dead VS intrinsic handling.
Kenneth Graunke
1
-12
/
+4
2018-07-26
anv: drop unused local vars
Eric Engestrom
1
-6
/
+0
2018-07-26
anv: remove incorrect `UNUSED` flag
Eric Engestrom
1
-1
/
+1
2018-07-25
intel: Make the decoder just store addresses for bases, not buffers.
Kenneth Graunke
2
-12
/
+12
2018-07-25
intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.
Kenneth Graunke
2
-38
/
+46
2018-07-25
anv: don't crash on vkDestroyDevice(NULL)
Eric Engestrom
1
-1
/
+3
2018-07-25
anv: fix python whitespace warning
Eric Engestrom
1
-1
/
+1
2018-07-25
anv: cleanup python imports
Eric Engestrom
2
-3
/
+3
2018-07-25
anv: remove unnecessary semicolons in python
Eric Engestrom
1
-3
/
+3
2018-07-25
intel: tools: dump: only store device id on success
Lionel Landwerlin
1
-2
/
+2
[next]