index
:
~jljusten/mesa-archive
1d-array-issue
9.0-for-precise
allow-3.2-override
amd_vertex_shader_layer
anv-l3
anv-l3-v1
aubinator
aubinator-error-decode
bdw-aux-hiz
bdw-aux-hiz-v1
bdw-aux-hiz-v2
bdw-aux-surf
bdw-cms
bdw-more-hiz
braswell
bsw-krh-fast-batch
coarse-bo-locks
code-gen-api-exec+gl-core-sanity
context-tests
core-context
cpu-10
cs
cs+ils
cs+ils-1
cs+ps
cs-13
cs-16
cs-17
cs-18
cs-27
cs-29
cs-30
cs-33
cs-34
cs-35
cs-40
cs-gen8
cs-gen8-junk
cs-global-id-v1
cs-global-id-v2
cs-indirect-dispatch-v1
cs-local-index-v1
cs-num-work-groups-v1
cs-old
cs-parse-shared-vars-v1
cs-parse-shared-vars-v2
cs-shader-barrier-funcs-v1
cs-shader-barrier-funcs-v3
cs-shared-variables-v1
cs-shared-variables-v2
cs-shared-variables-v3
cs-simd32+ids
dont-zerofill-ralloc
early-extension-override
env-lri
es31-cts-failure
es31-gen8-v1
for-upstream
fs-to-scalar
gen6-layered
gen6-layered-1
gen6-layered-2
gen6-layered-3
gen6-layered-4
gen6-layered-5
gen6-layered-6
gen6-layered-7
gen6-layered-8
gen6-layered-9
gen6-layered-v3
gen6-z16-hiz-workaround
genxml-reg
gl-core-sanity
gles3-fmt
gles3-syncobj
global-id-temp
glsl-nir-shared-vars
gregory-sso
gs-inv-id
gs-inv-id-v3
gs-inv-id-v4
hsw-cs-cross-thread-constants
hsw-cs-cross-thread-constants-v1
hsw-cs-cross-thread-constants-v2
hsw-cs-cross-thread-constants-v3
hsw-cs-cross-thread-constants-v4
i965-barrier-v1
i965-barrier-v2
i965-cs
i965-cs-atomic-counters-v1
i965-cs-prog-v1
i965-cs-prog-v2
i965-dispatch-compute-v1
i965-get-program-binary
i965-get-program-binary-v1
i965-get-program-binary-v2
i965-l3-partitioning
i965-local-inv-id-v1
i965-pipelines
i965-pipelines-v1
i965-pipelines-v2
i965-pipelines-v3
i965-primitive-restart
i965-qbo
i965-qbo-hsw
i965-qbo-v1
i965-qbo-v2
i965-shader-cache
i965-shader-cache-v1
i965-shader-cache-v2
i965-shader-cache-v2.5
i965-shader-cache-v3
i965-shader-cache-v3.5
i965-workgroup-id-v1
igalia-ssbo-wip
instanced_arrays
interface-blocks
ivb-full-depth-buffer
ivb-layered-color-renderbuffer
ivb-sim
llvm-wip
lrp-opt
map-state-to-atoms
maxubo
megadriver_stub_compat
mesa-9.1-precise
mesa-9.1-quantal
non-miptree-hiz
non-miptree-hiz-v1
partial-fast-depth-clear
pbo+blit+atoms
pipe_stats
primitive-restart-xfb
rgb10_a2ui
rm-blorp-offsets
show-hiz-size
shrink-hiz-buf
simd32
snb-blit
snb-blorp-clears
split-blorp-blit
split-blorp-blit-v-1
split-blorp-blit-v1
split-blorp-blit-v2
sw-primitive-restart
ubuntu-precise
ue4
unused-varyings
version-gles3-dispatch
vk-gen7
jljusten's mesa archive repo (old and merged branches)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
/
anv_formats.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-14
anv: Use vk_foreach_struct for handling extension structs
Jason Ekstrand
1
-8
/
+8
2017-01-25
anv: Implement VK_KHR_get_physical_device_properties2
Chad Versace
1
-0
/
+53
2017-01-25
anv: Refactor anv_GetPhysicalDeviceFormatProperties()
Chad Versace
1
-28
/
+49
2017-01-24
anv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHR
Jason Ekstrand
1
-1
/
+13
2017-01-09
isl: fix VA64 support for double and dvecN vertex attributes
Samuel Iglesias Gonsálvez
1
-4
/
+4
2017-01-06
anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8
Jason Ekstrand
1
-2
/
+2
2016-11-15
anv/format: handle unsupported formats earlier
Iago Toral Quiroga
1
-3
/
+3
2016-11-14
anv/format: support VK_FORMAT_R8G8B8_SRGB
Iago Toral Quiroga
1
-1
/
+1
2016-11-14
anv/format: handle unsupported formats properly
Iago Toral Quiroga
1
-0
/
+3
2016-11-03
anv/formats: Disallow linear ASTC textures
Nanley Chery
1
-0
/
+4
2016-11-03
anv/formats: Disallow 1D compressed textures
Nanley Chery
1
-0
/
+11
2016-10-03
anv/formats: Fix build on gcc-4 and earlier
Ville Syrjälä
1
-4
/
+19
2016-09-23
intel/i965: make gen_device_info mutable
Lionel Landwerlin
1
-8
/
+8
2016-09-12
intel/isl: Add an isl_swizzle structure and use it for isl_view swizzles
Jason Ekstrand
1
-8
/
+1
2016-09-03
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
1
-3
/
+3
2016-08-23
anv/formats: Don't use an RGBX format if it isn't renderable
Jason Ekstrand
1
-1
/
+2
2016-08-22
anv: GetDeviceImageFormatProperties: fix TRANSFER formats
Lionel Landwerlin
1
-16
/
+6
2016-07-13
isl: Use bpb in a few places where it's more natural than bs
Jason Ekstrand
1
-2
/
+2
2016-05-27
anv/formats: Exit early for unsupported formats
Jason Ekstrand
1
-2
/
+3
2016-05-27
anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTED
Jason Ekstrand
1
-1
/
+1
2016-05-23
anv/formats: Use isl_format_supports* for format introspection
Jason Ekstrand
1
-22
/
+19
2016-05-23
anv/formats: Make alpha blending a property of render targets
Nanley Chery
1
-4
/
+2
2016-05-20
anv: Enable textureCompressionASTC_LDR on Gen9+
Nanley Chery
1
-28
/
+28
2016-05-20
anv/format: Reorder ASTC mappings to match ISL enum ordering
Nanley Chery
1
-14
/
+14
2016-05-17
anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8
Jason Ekstrand
1
-0
/
+10
2016-05-17
anv: Add a devinfo argument to the get_format functions
Jason Ekstrand
1
-4
/
+6
2016-05-17
anv/formats: Set the swizzle to RGB1 when using an RGBA format to fake RGB
Jason Ekstrand
1
-2
/
+5
2016-05-17
anv/formats: Refactor anv_get_format
Jason Ekstrand
1
-30
/
+27
2016-05-17
anv/formats: Use the isl_channel_select enum for the swizzle
Jason Ekstrand
1
-4
/
+14
2016-05-17
anv/formats: Add an anv_get_format helper
Jason Ekstrand
1
-44
/
+36
2016-05-17
anv/format: Simplify anv_format
Jason Ekstrand
1
-37
/
+38
2016-05-17
anv/formats: Delete validate_GetPhysicalDeviceFormatProperties
Jason Ekstrand
1
-10
/
+0
2016-04-27
anv/formats: Return proper error code for unsupported formats
Nanley Chery
1
-1
/
+1
2016-04-08
anv/formats: Advertise blit support for stencil
Jason Ekstrand
1
-6
/
+4
2016-03-05
anv: Don't allow D16_UNORM to be combined with stencil
Jason Ekstrand
1
-1
/
+1
2016-02-18
anv/formats: Don't use a compound literal to initialize a const array
Jason Ekstrand
1
-2
/
+2
2016-02-18
Move the intel vulkan driver to src/intel/vulkan
Jason Ekstrand
1
-0
/
+603