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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
meson: use correct keyword to fix a meson warning
Jon Turney
2018-08-02
1
-1
/
+1
*
docs: add 18.3.0-devel release notes template
Andres Gomez
2018-08-02
1
-0
/
+71
*
mesa: bump version to 18.3.0-devel
Andres Gomez
2018-08-02
1
-1
/
+1
*
egl/main: fix indentation
Eric Engestrom
2018-08-02
2
-2
/
+2
*
loader: fix indentation
Eric Engestrom
2018-08-02
2
-3
/
+3
*
swr: Remove unnecessary memset call
Vlad Golovkin
2018-08-02
1
-1
/
+0
*
mesa: replace binary constants with hexadecimal constants
18.2-branchpoint
Andres Gomez
2018-08-02
1
-58
/
+58
*
ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdir
Andres Gomez
2018-08-02
1
-3
/
+4
*
kutil/queue: use util_snprintf() in util_queue_init
Andres Gomez
2018-08-02
1
-3
/
+3
*
gallium/aux/util: use util_snprintf() in test_texture_barrier
Andres Gomez
2018-08-02
1
-2
/
+2
*
glsl: use util_snprintf()
Andres Gomez
2018-08-02
6
-27
/
+34
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
4
-2
/
+43
*
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
2018-08-01
2
-2
/
+8
*
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
2018-08-02
1
-0
/
+54
*
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
*
nir/lower_indirect: Bail early if modes == 0
Jason Ekstrand
2018-08-01
1
-0
/
+3
*
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
*
docs: update 18.2.0 release notes for virgl
Dave Airlie
2018-08-02
1
-1
/
+2
*
nir/meson: fix c vs cpp args for nir test
Dylan Baker
2018-08-01
1
-1
/
+1
*
gallium: fix ddebug on windows
Dylan Baker
2018-08-01
1
-1
/
+5
*
util: move process.[ch] to u_process.[ch]
Dylan Baker
2018-08-01
7
-8
/
+8
*
ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)
Marek Olšák
2018-08-01
6
-13
/
+68
*
v3d: Actually put the "%s" in the snprintf.
Eric Anholt
2018-08-01
1
-1
/
+1
*
vc4: Fix automake linking error.
Juan A. Suarez Romero
2018-08-01
1
-0
/
+9
*
scons: require scons 2.4 or greater
Juan A. Suarez Romero
2018-08-01
1
-0
/
+6
*
travis: install scons from pip
Juan A. Suarez Romero
2018-08-01
1
-3
/
+5
*
docs: mark ARB_ES3_2_compatibility as done for radeonsi
Marek Olšák
2018-08-01
2
-1
/
+2
*
intel: tools: aubwrite: split gen[89] from gen10+
Lionel Landwerlin
2018-08-01
5
-186
/
+416
*
python: Use the unicode_escape codec
Mathieu Bridon
2018-08-01
2
-2
/
+2
*
python: Explicitly add the 'L' suffix on Python 3
Mathieu Bridon
2018-08-01
1
-1
/
+10
*
python: Explicitly use byte strings
Mathieu Bridon
2018-08-01
1
-2
/
+2
*
python: Use open(), not file()
Mathieu Bridon
2018-08-01
1
-1
/
+3
[next]