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
...
*
meson: Try finding libxvmcw via pkg-config before using find_library
Dylan Baker
2019-09-27
1
-2
/
+7
*
drisw: Fix shared memory leak on drawable resize
Andreas Gottschling
2019-09-27
1
-0
/
+2
*
drisw: Fix and simplify drawable setup
Adam Jackson
2019-09-27
2
-36
/
+7
*
drisw: Simplify GC setup
Adam Jackson
2019-09-27
2
-26
/
+4
*
turnip: Add todo for d24_s8 copies
Bas Nieuwenhuizen
2019-09-27
1
-0
/
+1
*
turnip: Disallow NPoT formats.
Bas Nieuwenhuizen
2019-09-27
1
-10
/
+18
*
turnip: Always use UINT formats for copies.
Bas Nieuwenhuizen
2019-09-27
1
-3
/
+29
*
turnip: Add image->image blitting.
Bas Nieuwenhuizen
2019-09-27
1
-14
/
+165
*
aco: don't remove the loop exec mask in transition_to_Exact()
Rhys Perry
2019-09-27
1
-1
/
+5
*
aco: set loop_info::has_discard for demotes
Rhys Perry
2019-09-27
3
-5
/
+9
*
iris: Only resolve for image levels/layers which are actually in use.
Kenneth Graunke
2019-09-26
2
-17
/
+12
*
lima/ppir: add NIR pass to split varying loads
Vasily Khoruzhick
2019-09-26
5
-0
/
+127
*
radv: Fix L2 cache rinse programming.
Timur Kristóf
2019-09-26
1
-5
/
+9
*
turnip: emit texture and uniform state
Jonathan Marek
2019-09-26
2
-15
/
+339
*
turnip: add some shader information in pipeline state
Jonathan Marek
2019-09-26
2
-0
/
+32
*
turnip: use nir_opt_copy_prop_vars
Jonathan Marek
2019-09-26
1
-0
/
+2
*
turnip: lower samplers and uniform buffer indices
Jonathan Marek
2019-09-26
2
-0
/
+147
*
turnip: basic descriptor sets (uniform buffer and samplers)
Jonathan Marek
2019-09-26
2
-102
/
+430
*
turnip: enable linear filtering
Jonathan Marek
2019-09-26
1
-2
/
+2
*
turnip: align layer_size
Jonathan Marek
2019-09-26
1
-1
/
+1
*
turnip: use linear tiling for scanout image
Jonathan Marek
2019-09-26
1
-2
/
+9
*
turnip: implement image view descriptor
Jonathan Marek
2019-09-26
2
-2
/
+90
*
turnip: implement sampler state
Jonathan Marek
2019-09-26
2
-0
/
+73
*
turnip: fix vertex_id
Jonathan Marek
2019-09-26
1
-1
/
+1
*
turnip: emit shader immediates
Jonathan Marek
2019-09-26
1
-0
/
+37
*
util/rb_tree: Stop relying on &iter->field != NULL
Jason Ekstrand
2019-09-26
1
-41
/
+28
*
util/rb_tree: Also test _safe iterators
Jason Ekstrand
2019-09-26
1
-0
/
+42
*
freedreno/a3xx: Mostly fix min-vs-mag filtering decisions on non-mipmap tex.
Eric Anholt
2019-09-26
1
-5
/
+12
*
intel/compiler: avoid truncating int64_t to int
Maya Rashish
2019-09-26
1
-1
/
+1
*
lima: support rectangle texture
Icenowy Zheng
2019-09-26
4
-3
/
+9
*
loader: Avoid use-after-free / use of uninitialized local variables
Michel Dänzer
2019-09-26
1
-9
/
+9
*
Revert "glx: Lift sending the MakeCurrent request to top-level code"
Adam Jackson
2019-09-26
2
-187
/
+167
*
Revert "glx: Implement GLX_EXT_no_config_context"
Adam Jackson
2019-09-26
12
-65
/
+26
*
radv: Add debug option to dump meta shaders.
Timur Kristóf
2019-09-26
3
-2
/
+6
*
amd/common: Introduce ac_get_fs_input_vgpr_cnt.
Timur Kristóf
2019-09-26
4
-73
/
+63
*
radv: Set shared VGPR count in radv_postprocess_config.
Timur Kristóf
2019-09-26
2
-2
/
+18
*
amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.
Timur Kristóf
2019-09-26
2
-0
/
+20
*
amd/common: Extract some helper functions to ac_shader_util.
Timur Kristóf
2019-09-26
5
-117
/
+131
*
amd/common: Move ac_export_mrt_z to ac_llvm_build.
Timur Kristóf
2019-09-26
4
-75
/
+76
*
aco: CSE readlane/readfirstlane/permute/reduce with the same exec mask
Rhys Perry
2019-09-26
2
-9
/
+37
*
aco: don't CSE v_readlane_b32/v_readfirstlane_b32
Rhys Perry
2019-09-26
1
-0
/
+4
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
6
-18
/
+18
*
radv/aco: return a correct name and description for the backend IR
Rhys Perry
2019-09-26
3
-2
/
+9
*
aco: store printed backend IR in binary
Rhys Perry
2019-09-26
1
-4
/
+21
*
aco,radv/aco: get dissassembly for release builds if requested
Rhys Perry
2019-09-26
2
-10
/
+2
*
radv/aco: actually disable ACO when unsupported
Rhys Perry
2019-09-26
1
-1
/
+0
*
mesa/st: calculate texture size based on EGLImage miplevel
Tapani Pälli
2019-09-26
1
-2
/
+5
*
meson: fix logic for generating .pc files with old glvnd
Dylan Baker
2019-09-25
3
-17
/
+19
*
nir/range-analysis: Use types to provide better ranges from bcsel and mov
Ian Romanick
2019-09-25
1
-25
/
+4
*
nir/range-analysis: Use types in the hash key
Ian Romanick
2019-09-25
1
-38
/
+98
[prev]
[next]