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
*
anv: remove unnecessary semicolons in python
Eric Engestrom
2018-07-25
1
-3
/
+3
*
st/nir: Fix st_nir_opts() prototype.
Kenneth Graunke
2018-07-25
1
-1
/
+1
*
intel: tools: dump: only store device id on success
Lionel Landwerlin
2018-07-25
1
-2
/
+2
*
r600: Scale integer valued texture border colors to float (v2)
Gert Wollny
2018-07-25
1
-1
/
+44
*
nir: Add a couple of iand/ior optimizations
Jason Ekstrand
2018-07-24
1
-0
/
+4
*
i965, anv: Use INTEL_DEBUG for disk_cache driver flags
Jordan Justen
2018-07-24
3
-2
/
+9
*
i965, anv: Add extra unused character in disk_cache renderer temp string
Jordan Justen
2018-07-24
2
-4
/
+5
*
mesa: allow indirect draws with the default VAO and compatibility profile
Marek Olšák
2018-07-24
1
-1
/
+2
*
mesa: Fix copy-paste error in ConservativeRasterDilateRange initialization
Danylo Piliaiev
2018-07-24
1
-1
/
+1
*
nir/serialize: Alloc constants off the variable
Jason Ekstrand
2018-07-24
1
-1
/
+1
*
nir: rename f2f16_undef to f2f16
Karol Herbst
2018-07-24
5
-11
/
+11
*
nir: add builtin builder
Karol Herbst
2018-07-24
5
-45
/
+166
*
nir/spirv: import OpenCL.std.h
Rob Clark
2018-07-24
1
-0
/
+211
*
radeonsi: handle SI_FORCE_FAMILY early
Marek Olšák
2018-07-24
1
-2
/
+1
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
9
-12
/
+12
*
python: Better use iterators
Mathieu Bridon
2018-07-24
4
-17
/
+20
*
python: Better sort dictionary keys/values
Mathieu Bridon
2018-07-24
4
-16
/
+8
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
12
-26
/
+26
*
python: Stop using the string module
Mathieu Bridon
2018-07-24
4
-12
/
+11
*
python: Better check for keys in dicts
Mathieu Bridon
2018-07-24
7
-23
/
+21
*
intel: Make the disassembler take a const pointer to the assembly.
Kenneth Graunke
2018-07-24
2
-4
/
+5
*
radv: Still enable inmemory & API level caching if disk cache is not enabled.
Bas Nieuwenhuizen
2018-07-24
1
-2
/
+1
*
gallium/tests: Don't ignore S3TC errors.
Jose Fonseca
2018-07-24
1
-5
/
+0
*
egl: Fix missing clamping in eglSetDamageRegionKHR
Harish Krupo
2018-07-24
1
-14
/
+11
*
forward precise-flag if supported
Erik Faye-Lund
2018-07-24
2
-1
/
+5
*
radeonsi: fix pk2h breakage
Marek Olšák
2018-07-23
1
-2
/
+5
*
radeonsi: reduce LDS stalls by 40% for tessellation
Marek Olšák
2018-07-23
4
-6
/
+14
*
radeonsi: Add debug option to enable LLVM GlobalISel (v2)
Tom Stellard
2018-07-23
5
-2
/
+22
*
intel/compiler: Account for built-in uniforms in analyze_ubo_ranges
Jason Ekstrand
2018-07-23
8
-9
/
+45
*
radv: enable VK_KHR_16bit_storage extension / 16bit storage features
Daniel Schürmann
2018-07-23
3
-4
/
+8
*
ac: add support for 16bit load_push_constant
Daniel Schürmann
2018-07-23
1
-0
/
+20
*
radv: add support for 16bit input/output
Daniel Schürmann
2018-07-23
2
-18
/
+80
*
nir: add 16bit type information to glsl types
Daniel Schürmann
2018-07-23
3
-0
/
+28
*
ac: add support for 16bit buffer loads
Daniel Schürmann
2018-07-23
1
-40
/
+55
*
ac: add support for 16bit UBO loads
Daniel Schürmann
2018-07-23
3
-3
/
+51
*
ac: add support for 16bit ssbo stores
Daniel Schürmann
2018-07-23
1
-60
/
+84
*
ac: add 16bit conversion operations
Daniel Schürmann
2018-07-23
2
-9
/
+31
*
r600: enable tess_input_info for TES
Dave Airlie
2018-07-23
1
-14
/
+6
*
draw: force draw pipeline if there's more than 65535 vertices
Roland Scheidegger
2018-07-23
3
-0
/
+21
*
Revert "virgl: remove unused stride-arguments"
Dave Airlie
2018-07-24
5
-5
/
+33
*
virgl: add initial shader_storage_buffer_object support. (v2)
Dave Airlie
2018-07-24
9
-0
/
+98
*
nir: Add a couple trivial abs optimizations
Jason Ekstrand
2018-07-23
1
-0
/
+2
*
glsl: remove delegating constructors to allow build with C++98
Caio Marcelo de Oliveira Filho
2018-07-23
1
-6
/
+8
*
v3d: Implement a small immediates optimization, based on VC4's.
Eric Anholt
2018-07-23
8
-19
/
+143
*
v3d: Return an invalid src number if asked for a missing implicit uniform.
Eric Anholt
2018-07-23
2
-3
/
+3
*
v3d: Skip emitting texture config parameter 2 if it's just the defaults.
Eric Anholt
2018-07-23
1
-1
/
+5
*
v3d: Update an XXX comment for a path we handled in HW on V3D 4.x.
Eric Anholt
2018-07-23
1
-1
/
+1
*
v3d: Switch to using the new SFU instructions on V3D 4.x.
Eric Anholt
2018-07-23
8
-24
/
+118
*
v3d: Add QPU pack/unpack for the new SFU instructions.
Eric Anholt
2018-07-23
4
-0
/
+32
*
v3d: Fix the name of the "flpop" operation.
Eric Anholt
2018-07-23
6
-6
/
+7
[next]