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
*
radv: do not emit pipeline stats flushes on compute queue
Samuel Pitoiset
2018-07-27
1
-1
/
+3
*
radv: reduce CB/DB meta flushes in radv_dst_access_flush()
Samuel Pitoiset
2018-07-27
1
-8
/
+23
*
radv: Fix build
Kenneth Graunke
2018-07-26
1
-1
/
+1
*
i965: Combine both gl_PatchVerticesIn lowering passes.
Kenneth Graunke
2018-07-26
6
-62
/
+84
*
i965: Expose EXT_base_instance extension in OpenGLES 3.0
Sagar Ghuge
2018-07-26
1
-1
/
+1
*
radv: Add support for ETC2 textures.
Bas Nieuwenhuizen
2018-07-27
3
-11
/
+49
*
clover: Reduce wait_count in abort path.
Jan Vesely
2018-07-26
1
-1
/
+3
*
clover: Don't extend illegal integer types.
Jan Vesely
2018-07-26
2
-2
/
+13
*
intel/compiler: Delete dead VS intrinsic handling.
Kenneth Graunke
2018-07-26
1
-12
/
+4
*
v3d: Avoid the GFXH-1461 workaround if we have only Z or only S.
Eric Anholt
2018-07-26
1
-4
/
+6
*
v3d: Rework the ordering of how we clear things.
Eric Anholt
2018-07-26
1
-31
/
+54
*
v3d: Only store buffers that have been written to.
Eric Anholt
2018-07-26
1
-3
/
+9
*
v3d: Track the buffers being loaded separately.
Eric Anholt
2018-07-26
3
-1
/
+8
*
v3d: Rename cleared/resolve to clear/store.
Eric Anholt
2018-07-26
5
-35
/
+35
*
nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.
Eric Anholt
2018-07-26
3
-0
/
+33
*
anv: drop unused local vars
Eric Engestrom
2018-07-26
1
-6
/
+0
*
anv: remove incorrect `UNUSED` flag
Eric Engestrom
2018-07-26
1
-1
/
+1
*
gallium: initialize ureg_dst::Invariant bit
Erik Faye-Lund
2018-07-26
1
-0
/
+3
*
radv: fix adjusting vertex fetches since 16bit support
Samuel Pitoiset
2018-07-26
1
-3
/
+4
*
nir: remove wrong assertion in print_var_decl()
Samuel Pitoiset
2018-07-26
1
-1
/
+0
*
ac: fix typo DSL_SEL -> DST_SEL
Marek Olšák
2018-07-26
3
-6
/
+6
*
radeonsi: update a comment about cache behavior
Marek Olšák
2018-07-26
1
-3
/
+3
*
intel: Make the decoder just store addresses for bases, not buffers.
Kenneth Graunke
2018-07-25
2
-12
/
+12
*
intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.
Kenneth Graunke
2018-07-25
2
-38
/
+46
*
anv: don't crash on vkDestroyDevice(NULL)
Eric Engestrom
2018-07-25
1
-1
/
+3
*
vulkan/wsi: fix incorrect assignment in assert()
Eric Engestrom
2018-07-25
1
-2
/
+2
*
anv: fix python whitespace warning
Eric Engestrom
2018-07-25
1
-1
/
+1
*
anv: cleanup python imports
Eric Engestrom
2018-07-25
2
-3
/
+3
*
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
[next]