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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/nir: Call nir_opt_deref in brw_nir_optimize
Jason Ekstrand
2019-01-12
1
-0
/
+1
*
spirv: Contain the GLSLang issue #179 workaround to old GLSLang
Jason Ekstrand
2019-01-12
3
-18
/
+38
*
spirv: Whack sampler/image pointers to uniform
Jason Ekstrand
2019-01-12
1
-0
/
+12
*
st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.
Kenneth Graunke
2019-01-11
1
-0
/
+23
*
glsl/nir: keep bool types when native_integers=false
Jonathan Marek
2019-01-11
1
-98
/
+63
*
glsl/nir: ftrunc for native_integers=false float to int cast
Jonathan Marek
2019-01-11
1
-0
/
+4
*
glsl/nir: int constants as float for native_integers=false
Jonathan Marek
2019-01-11
1
-4
/
+12
*
intel/peephole_ffma: Fix swizzle propagation
Jason Ekstrand
2019-01-11
1
-4
/
+7
*
nir: Allow a non-existent sampler deref in nir_lower_samplers_as_deref
Kenneth Graunke
2019-01-11
1
-19
/
+21
*
egl: remove unused include
Eric Engestrom
2019-01-11
1
-2
/
+0
*
egl: add missing includes
Eric Engestrom
2019-01-11
6
-0
/
+9
*
anv/pipeline_cache: fix incorrect guards for NIR cache
Iago Toral Quiroga
2019-01-11
1
-2
/
+3
*
blorp: Pass the batch to lookup/upload_shader instead of context
Kenneth Graunke
2019-01-10
7
-35
/
+44
*
blorp: Add blorp_get_surface_address to the driver interface.
Kenneth Graunke
2019-01-10
3
-0
/
+27
*
docs: fix gallium screen cap docs
Ilia Mirkin
2019-01-10
1
-11
/
+11
*
glsl: Make invariant outputs in ES fragment shader not to cause error
Danylo Piliaiev
2019-01-11
1
-1
/
+1
*
anv/pipeline: Cache the pre-lowered NIR
Jason Ekstrand
2019-01-10
1
-10
/
+39
*
anv/pipeline_cache: Add support for caching NIR
Jason Ekstrand
2019-01-10
2
-0
/
+118
*
anv/pipeline: Hash shader modules and spec constants separately
Jason Ekstrand
2019-01-10
1
-15
/
+39
*
compiler/types: Serialize/deserialize subpass input types correctly
Jason Ekstrand
2019-01-10
1
-2
/
+2
*
anv/pipeline: Move wpos and input attachment lowering to lower_nir
Jason Ekstrand
2019-01-10
1
-11
/
+8
*
i965: Compile fp64 funcs only if we do not have 64-bit hardware support
Matt Turner
2019-01-10
1
-1
/
+1
*
anv/pipeline: Constant fold after apply_pipeline_layout
Jason Ekstrand
2019-01-10
2
-12
/
+5
*
freedreno/a6xx: fix 3d+tiled layout
Rob Clark
2019-01-10
1
-34
/
+52
*
freedreno/a6xx: move tile_mode to sampler-view CSO
Rob Clark
2019-01-10
2
-7
/
+7
*
freedreno/a6xx: separate stencil restore/resolve fixes
Rob Clark
2019-01-10
1
-14
/
+21
*
freedreno: make cmdstream bo's read-only to GPU
Rob Clark
2019-01-10
2
-5
/
+11
*
etnaviv: fix typo in cflush_all description
Guido Günther
2019-01-10
1
-1
/
+1
*
radv: remove a few more unnecessary KHR suffixes
Eric Engestrom
2019-01-10
3
-11
/
+11
*
nir: fix copy-paste error in nir_lower_constant_initializers
Rhys Perry
2019-01-10
1
-2
/
+2
*
glsl/linker: specify proper direction in location aliasing error
Andres Gomez
2019-01-10
1
-5
/
+10
*
intel/isl: move tiled_memcpy static libs from i965 to isl
Tapani Pälli
2019-01-10
21
-401
/
+381
*
i965: Enable 64-bit GLSL extensions
Matt Turner
2019-01-09
1
-4
/
+4
*
i965: Compile fp64 software routines and lower double-ops
Matt Turner
2019-01-09
4
-23
/
+133
*
intel/compiler: Heap-allocate temporary storage
Matt Turner
2019-01-09
1
-3
/
+5
*
intel/compiler: Expand size of the 'nr' field
Matt Turner
2019-01-09
1
-4
/
+3
*
intel/compiler: Prevent warnings in the following patch
Matt Turner
2019-01-09
11
-36
/
+38
*
intel/compiler: Rearrange code to avoid future problems
Matt Turner
2019-01-09
1
-3
/
+4
*
intel/compiler: Avoid false positive assertions
Matt Turner
2019-01-09
1
-6
/
+6
*
intel/compiler: Split 64-bit MOV-indirects if needed
Matt Turner
2019-01-09
1
-1
/
+2
*
intel/compiler: Lower 64-bit MOV/SEL operations
Matt Turner
2019-01-09
1
-1
/
+49
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
22
-12
/
+115
*
nir: Add lowering support for 64-bit operations to software
Matt Turner
2019-01-09
2
-2
/
+178
*
nir: Create nir_builder in nir_lower_doubles_impl()
Matt Turner
2019-01-09
1
-17
/
+19
*
nir: Add and set info::uses_64bit
Matt Turner
2019-01-09
2
-0
/
+10
*
nir: Implement lowering of 64-bit shift operations
Matt Turner
2019-01-09
2
-0
/
+143
*
nir: Wire up int64 lowering functions
Matt Turner
2019-01-09
2
-3
/
+127
*
nir: Add some more int64 lowering helpers
Jason Ekstrand
2019-01-09
1
-0
/
+227
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
7
-6
/
+30
*
nir: Rework nir_lower_constant_initializers() to handle functions
Matt Turner
2019-01-09
1
-34
/
+25
[next]