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
*
genxml: Replace "[N]" with "N"
Jason Ekstrand
2017-03-24
3
-15
/
+15
*
genxml/gen6: Remove a couple of bogus values
Jason Ekstrand
2017-03-24
1
-6
/
+2
*
genxml/gen8: Remove BLACK_LEVEL_CORRECTION_STATE
Jason Ekstrand
2017-03-24
1
-6
/
+0
*
genxml: Rename two MCS fields to Auxiliary Surface on gen7
Jason Ekstrand
2017-03-24
3
-8
/
+7
*
freedreno: fix memory leak
Rob Clark
2017-03-24
1
-0
/
+2
*
genxml: Fix gen_zipped_file.py dependency
Chad Versace
2017-03-24
1
-1
/
+1
*
genxml: Define GENXML_XML_FILES in Makefile.sources
Chad Versace
2017-03-24
2
-8
/
+11
*
clover: use pipe_resource references
Jan Vesely
2017-03-24
2
-3
/
+9
*
i965: Fix symbolic size of next_offset[] array.
Kenneth Graunke
2017-03-24
1
-1
/
+1
*
i965: Remove pointless NULL check from Gen6 primitive counting code.
Kenneth Graunke
2017-03-24
1
-2
/
+3
*
radeonsi: don't crash on compute shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+5
*
radeonsi: don't hang on shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+1
*
radeonsi: fix dvec[34] attributes sourced from current attribute state
Nicolai Hähnle
2017-03-24
1
-3
/
+4
*
anv: automake: ensure that the destination directory is created
Emil Velikov
2017-03-24
1
-0
/
+1
*
glsl_to_tgsi: don't rely on glsl types when visiting tex instructions
Samuel Pitoiset
2017-03-24
1
-7
/
+6
*
anv/query: handle out of host memory without crashing in compute_query_result()
Iago Toral Quiroga
2017-03-24
1
-0
/
+5
*
anv/pipeline: make FragCoord include sample positions when sample shading
Iago Toral Quiroga
2017-03-24
3
-8
/
+20
*
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
2017-03-24
3
-9
/
+26
*
anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost
Iago Toral Quiroga
2017-03-24
2
-1
/
+24
*
anv/device: keep track of 'device lost' state
Iago Toral Quiroga
2017-03-24
2
-0
/
+6
*
anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissions
Iago Toral Quiroga
2017-03-24
1
-0
/
+25
*
mesa/marshal: add custom BufferData/BufferSubData marshalling
Timothy Arceri
2017-03-24
3
-2
/
+145
*
util/disk_cache: write cache entry keys to file header
Timothy Arceri
2017-03-24
1
-6
/
+44
*
util/disk_cache: hash pointer size and gpu name into cache keys
Grazvydas Ignotas
2017-03-24
3
-54
/
+17
*
util/disk_cache: hash timestamps into the cache keys
Grazvydas Ignotas
2017-03-24
2
-56
/
+31
*
mesa: set thread name for glthread
Miklós Máté
2017-03-24
1
-0
/
+3
*
i965: Replace OPT_V() with OPT().
Matt Turner
2017-03-23
1
-23
/
+19
*
i965/fs: Return progress from demote_sample_qualifiers().
Matt Turner
2017-03-23
1
-1
/
+6
*
i965/fs: Return progress from move_interpolation_to_top().
Matt Turner
2017-03-23
1
-1
/
+6
*
i965: Return progress from brw_nir_lower_uniforms().
Matt Turner
2017-03-23
1
-3
/
+3
*
nir: Return progress from nir_convert_from_ssa().
Matt Turner
2017-03-23
2
-8
/
+15
*
nir: Return progress from nir_lower_io().
Matt Turner
2017-03-23
2
-6
/
+15
*
nir: Return progress from nir_lower_regs_to_ssa().
Matt Turner
2017-03-23
2
-6
/
+10
*
nir: Return progress from nir_lower_samplers().
Matt Turner
2017-03-23
2
-12
/
+19
*
nir: Return progress from nir_lower_atomics().
Matt Turner
2017-03-23
2
-7
/
+13
*
nir: Return progress from nir_lower_clamp_color_outputs().
Matt Turner
2017-03-23
2
-10
/
+22
*
nir: Return progress from nir_lower_clip_fs().
Matt Turner
2017-03-23
2
-3
/
+7
*
nir: Return progress from nir_lower_clip_vs().
Matt Turner
2017-03-23
2
-5
/
+7
*
nir: Return progress from nir_move_vec_src_uses_to_dest().
Matt Turner
2017-03-23
2
-6
/
+18
*
nir: Return progress from nir_lower_to_source_mods().
Matt Turner
2017-03-23
2
-6
/
+29
*
nir: Return progress from nir_lower_clip_cull_distance_arrays().
Matt Turner
2017-03-23
2
-5
/
+21
*
nir: Return progress from nir_lower_var_copies().
Matt Turner
2017-03-23
2
-4
/
+16
*
nir: Return progress from nir_lower_load_const_to_scalar().
Matt Turner
2017-03-23
2
-7
/
+21
*
nir: Return progress from nir_lower_64bit_pack().
Matt Turner
2017-03-23
2
-4
/
+14
*
nir: Return progress from nir_lower_doubles().
Matt Turner
2017-03-23
2
-22
/
+42
*
nir: Return progress from nir_lower_vars_to_ssa().
Matt Turner
2017-03-23
2
-3
/
+7
*
nir: Fix syntax.
Matt Turner
2017-03-23
2
-6
/
+6
*
nir: Fix misspellings.
Matt Turner
2017-03-23
4
-7
/
+7
*
nir: Stop using apostrophes to pluralize.
Matt Turner
2017-03-23
21
-43
/
+43
*
st/omx/enc: use PIPE_USAGE_STAGING for output buffer
Leo Liu
2017-03-23
1
-2
/
+4
[next]