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
path:
root
/
src
/
intel
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
*
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
*
anv: automake: ensure that the destination directory is created
Emil Velikov
2017-03-24
1
-0
/
+1
*
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
1
-1
/
+1
*
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
*
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
*
intel: move gen_decoder.* to DECODER_FILES
Tapani Pälli
2017-03-23
2
-3
/
+5
*
android: fix vulkan build issues with anv_entrypoints
Tapani Pälli
2017-03-23
1
-6
/
+12
*
android: rename Intel Vulkan library to match desktop one
Tapani Pälli
2017-03-23
1
-2
/
+2
*
anv: Remove dead prototype from entrypoints
Dylan Baker
2017-03-22
1
-1
/
+0
*
anv: use cElementTree in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-1
/
+1
*
anv: don't use Element.get in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-6
/
+7
*
anv: use dict.get in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-4
/
+1
*
anv: anv_entrypoints_gen.py: use reduce function.
Dylan Baker
2017-03-22
1
-5
/
+3
*
anv: anv-entrypoints_gen.py: rename hash to cal_hash.
Dylan Baker
2017-03-22
1
-3
/
+4
*
anv: Generate anv_entrypoints header and code in one command
Dylan Baker
2017-03-22
3
-18
/
+17
*
anv: anv_entrypoints_gen.py: directly write files instead of piping
Dylan Baker
2017-03-22
3
-18
/
+22
*
anv: convert C generation to template in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-173
/
+167
*
anv: convert header generation in anv_entrypoints_gen.py to mako
Dylan Baker
2017-03-22
1
-35
/
+42
*
anv: Update "do not edit" comments with proper filename
Dylan Baker
2017-03-22
1
-5
/
+7
*
anv: split main into two functions in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-52
/
+56
*
anv: don't pass xmlfile via stdin anv_entrypoints_gen.py
Dylan Baker
2017-03-22
3
-23
/
+16
*
anv: make constants capitals in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-19
/
+19
*
anv: Use python style in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-31
/
+36
*
anv: anv_entrypoints_gen.py: use a main function
Dylan Baker
2017-03-22
1
-225
/
+233
*
intel/compiler: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
8
-5
/
+31
*
intel/common: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+5
*
i965: make brw_setup_image_uniform_values static
Emil Velikov
2017-03-22
1
-5
/
+0
*
anv/device: Move push descriptor query handling
Jason Ekstrand
2017-03-22
1
-8
/
+8
*
anv/image: Return early when unbinding an image
Jason Ekstrand
2017-03-22
1
-4
/
+5
*
anv: android: remove unused include/vulkan include
Emil Velikov
2017-03-22
1
-1
/
+0
*
anv: automake: use the local headers over any system provided ones
Emil Velikov
2017-03-22
1
-2
/
+2
*
isl: Refactor row pitch calculation (v2)
Chad Versace
2017-03-21
1
-33
/
+89
*
isl: Drop misplaced comment about padding
Chad Versace
2017-03-21
1
-46
/
+0
*
i965: Drop AUB_TRACE_* stuff.
Kenneth Graunke
2017-03-21
2
-8
/
+5
*
intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].
Kenneth Graunke
2017-03-21
5
-7
/
+7
*
intel: Add a INTEL_DEBUG=color option.
Kenneth Graunke
2017-03-21
2
-0
/
+2
*
aubinator: Move the guts of decode_group() to decoder.c.
Kenneth Graunke
2017-03-20
3
-31
/
+42
*
aubinator: Drop spec parameter to decode_group().
Kenneth Graunke
2017-03-20
1
-13
/
+12
*
aubinator: Make the iterator store a pointer to structure descriptions.
Kenneth Graunke
2017-03-20
3
-27
/
+11
[next]