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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Don't propagate cmod into integer multiplies
Jason Ekstrand
2017-10-05
2
-0
/
+34
*
intel/compiler: Don't cmod propagate into a saturated operation
Jason Ekstrand
2017-10-05
2
-0
/
+16
*
i965: Validate "Special Requirements for Handling Double Precision Data Types"
Matt Turner
2017-10-04
2
-0
/
+792
*
i965: Fix and enable forgotten validation test
Matt Turner
2017-10-04
1
-14
/
+17
*
i965: Only insert error message if not already present
Matt Turner
2017-10-04
1
-5
/
+13
*
i965: Avoid validation error when src1 is not present
Matt Turner
2017-10-04
1
-1
/
+1
*
i965: Remove validate_reg()
Matt Turner
2017-10-04
1
-80
/
+0
*
i965: Add and use STRIDE and WIDTH macros
Matt Turner
2017-10-04
1
-18
/
+15
*
i965: Add parentheses around usage of macro arguments
Matt Turner
2017-10-04
1
-1
/
+1
*
i965: Add GLK, CFL, CNL to test_eu_validate.c
Matt Turner
2017-10-04
1
-0
/
+7
*
i965: Fix support for disassembling 64-bit integer immediates
Matt Turner
2017-10-04
1
-2
/
+2
*
i965/fs: Rewrite fsign64 to skip the float -> double conversion
Matt Turner
2017-10-04
1
-41
/
+9
*
i965/fs: Unpack count argument to 64-bit shift ops on Atom
Matt Turner
2017-10-04
1
-6
/
+28
*
i965/fs: Don't apply POW/FDIV workaround on Gen10+
Matt Turner
2017-10-04
1
-0
/
+1
*
i965: Fix src0 vs src1 typo
Matt Turner
2017-10-04
1
-1
/
+1
*
android: fix build issues with brw_nir_trig_workarounds.c
Tapani Pälli
2017-10-04
1
-1
/
+1
*
intel: compiler: vec4: add missing default 0 lod
Lionel Landwerlin
2017-10-03
1
-0
/
+9
*
anv: Remove base_vertex/instance from push_constants
Jason Ekstrand
2017-10-03
1
-7
/
+0
*
meson: convert gtest to an internal dependency
Dylan Baker
2017-10-03
1
-3
/
+3
*
meson: add window system deps to intel vulkan common
Dylan Baker
2017-10-03
1
-1
/
+1
*
intel: Always set Cube Face Enables for all surfaces.
Kenneth Graunke
2017-10-03
1
-8
/
+6
*
intel: Make Cube Face Enable fields consistent across generations.
Kenneth Graunke
2017-10-03
7
-10
/
+36
*
anv: Remove unreachable cases from isl_format_for_size()
Józef Kucia
2017-10-03
1
-2
/
+0
*
anv: Fix vkCmdFillBuffer()
Józef Kucia
2017-10-03
1
-2
/
+2
*
i965: skip reading unused slots at the begining of the URB for the FS
Iago Toral Quiroga
2017-10-02
2
-4
/
+32
*
i965: Normalize types for FBL, FBH, etc
Matt Turner
2017-09-30
2
-15
/
+11
*
i965/fs: force pull model for 64-bit GS inputs
Iago Toral Quiroga
2017-09-29
2
-7
/
+15
*
meson: remove duplicate libisl dependency in anv
Dylan Baker
2017-09-28
1
-1
/
+1
*
anv: add an assertion in genX(BeginCommandBuffer)
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
8
-0
/
+652
*
intel: use a flag instead of setting PYTHONPATH
Dylan Baker
2017-09-27
2
-9
/
+26
*
i965: Support copy propagating of untyped atomic surface indexes.
Kenneth Graunke
2017-09-26
1
-0
/
+7
*
i965/vec4: Fix swizzles on atomic sources.
Kenneth Graunke
2017-09-26
1
-4
/
+9
*
i965/vec4: Actually handle atomic op intrinsics.
Kenneth Graunke
2017-09-26
1
-2
/
+10
*
anv: Fix some comment typos.
Eric Anholt
2017-09-26
1
-3
/
+3
*
intel/genxml: Convert a not-present-or-"1" dict to a set.
Eric Anholt
2017-09-26
1
-2
/
+3
*
i965/nir: export nir_optimize
Timothy Arceri
2017-09-26
2
-7
/
+11
*
anv: fix viewport transformation for z component
Samuel Iglesias Gonsálvez
2017-09-25
1
-2
/
+2
*
Revert "intel: Remove unused device info for KBL GT1.5"
Anuj Phogat
2017-09-21
1
-0
/
+11
*
i965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs in vec4 shaders.
Kenneth Graunke
2017-09-21
1
-3
/
+3
*
intel/blorp/hiz: Always set sample number
Topi Pohjolainen
2017-09-21
1
-0
/
+11
*
anv: Advertise VK_KHR_maintenance2
Jason Ekstrand
2017-09-20
1
-0
/
+1
*
anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+
Jason Ekstrand
2017-09-20
1
-7
/
+16
*
intel/blorp: Handle clearing compressed surfaces
Jason Ekstrand
2017-09-20
1
-7
/
+17
*
intel/blorp: Internally expose surf_convert_to_uncompressed
Jason Ekstrand
2017-09-20
2
-13
/
+21
*
anv/image: Support creating uncompressed views of compressed images
Jason Ekstrand
2017-09-20
4
-5
/
+187
*
anv: Add a new anv_surface_state struct
Jason Ekstrand
2017-09-20
4
-109
/
+110
*
anv/image: Break surface state fill logic into a helper
Jason Ekstrand
2017-09-20
3
-112
/
+151
*
anv/image: Add support for the VkImageViewUsageCreateInfoKHR struct
Jason Ekstrand
2017-09-20
1
-8
/
+14
*
anv: Advertise point clipping properties
Samuel Iglesias Gonsálvez
2017-09-20
1
-0
/
+8
[next]