Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
61f36c96e27bea6b35e78a659c5bbef756bcbf5d
« Previous
7d2035d
render_test: Start turning on sampler and texture setup
by Cody Northrop
· 10 years ago
b3b57fe
Checkpoint getting LogicalIO working by backing shader off to 130
by Steve K
· 10 years ago
1809cd3
Checkpoint some work on useLogicalIO mode for converter, and going through a BIL
by Steve K
· 10 years ago
106fd1d
tests: Add additional shaders for testing
by Courtney Goeltzenleuchter
· 10 years ago
52ee778
intel: Add shader structure for GLSL compile extension
by Courtney Goeltzenleuchter
· 10 years ago
42c144a
checkpoint: Adding GLSL compiler extension
by Courtney Goeltzenleuchter
· 10 years ago
a43bbd8
cmake: Lift common glslang definitions up to main CMakeLists
by Courtney Goeltzenleuchter
· 10 years ago
9818f78
tests: Add utility function to compile GLSL to BIL
by Courtney Goeltzenleuchter
· 10 years ago
7ea42ed
triangle: Hook up a uniform read in fragment shader
by Cody Northrop
· 10 years ago
92804f9
layers: Update object tracker to account for Memory alloc/free
by Tobin Ehlis
· 10 years ago
70f4726
layers: Verify that slot binding is compatible with shader mapping
by Tobin Ehlis
· 10 years ago
296d5d5
Bug fixes and enhancements to draw_state.c
by Tobin Ehlis
· 10 years ago
226483a
Layers: Change Basic layer to implement an extension and wrap GetExtension
by Jon Ashburn
· 10 years ago
f261001
Loader: GPA fixes and also properly insert wrapped gpu objs into chain
by Jon Ashburn
· 10 years ago
309e109
Bug fixes for draw_state.c layer
by Tobin Ehlis
· 10 years ago
97657ce
Initial version of draw state layer
by Tobin Ehlis
· 10 years ago
6fa6be0
Destroy device before calling 2nd initAndEnum...
by Tobin Ehlis
· 10 years ago
c54c9aa
Add xglDestroyDevice() call to test framework.
by Tobin Ehlis
· 10 years ago
8536ab2
layers: update documentation
by Jon Ashburn
· 10 years ago
3fb5544
Loader: Fix Seg fault when layers not activated via env var
by Jon Ashburn
· 10 years ago
5d0a5b2
layers : Updates to layers README
by Tobin Ehlis
· 10 years ago
083e906
More formated struct printing for API Dump
by Tobin Ehlis
· 10 years ago
d09bd10
Fix memory leaks in loader related to layers.
by Jon Ashburn
· 10 years ago
6b4d70c
Make layer activation via CreateDevice struct or env variable
by Jon Ashburn
· 10 years ago
6442dca
Better memory management in api_dump layer and struct print helper
by Tobin Ehlis
· 10 years ago
891537f
Loader: fix dispatch table initialization to handle multiple layers
by Jon Ashburn
· 10 years ago
12076fc
Improved API Dump and OBJ Track layers
by Tobin Ehlis
· 10 years ago
61ca83f
Initial layer to dump api calls
by Tobin Ehlis
· 10 years ago
84c3e94
Added object_track.c layer and include cmake step to build libXGLLayerObjectTrack.so
by Tobin Ehlis
· 10 years ago
e50fae5
Change GetProcAddr function signature to use XGL types.
by Jon Ashburn
· 10 years ago
876b1ac
Make layer activation per icd in loader and gets deactivated.
by Jon Ashburn
· 10 years ago
df7d584
Add function to set an icd's dispatch table for subsequently created objects.
by Jon Ashburn
· 10 years ago
f7bcf9b
Add xglEnumerateLayers function including support in layers.
by Jon Ashburn
· 10 years ago
57f61dd
Fixes to Basic and Generic layers to work singly with LD_PRELOAD
by Jon Ashburn
· 10 years ago
d38bfb1
Layers initial prototype.
by Jon Ashburn
· 10 years ago
55001bb
loader: initialize memory
by Courtney Goeltzenleuchter
· 10 years ago
51e7133
tests: Fix issue in tests where descriptor set mapping array not initialized
by Jon Ashburn
· 10 years ago
5cda59c
Fix loader icd_scan to Null terminate strings
by Jon Ashburn
· 10 years ago
d806c8e
Refactor test code to pull common section into functions
by Tobin Ehlis
· 10 years ago
b42e999
include: update xgl.h with FF vertex fetch
by Chia-I Wu
· 10 years ago
3355d6c
Added graphiviz dot and png files to visualize some API details
by Tobin Ehlis
· 10 years ago
e494a1a
Fix size as input/output parameter for various xglGet calls.
by Jon Ashburn
· 10 years ago
d6980d2
Fix size parameter for xglGetFormatInfo test utilities.
by Jon Ashburn
· 10 years ago
1f29551
Fix size as input parameter to xglGetGpuInfo() for test utilities
by Jon Ashburn
· 10 years ago
6dee8b8
add stubs for XGL_WSI_X11
by Chia-I Wu
· 10 years ago
9281c39
include: add preliminary XGL_WSI_X11 proposal
by Chia-I Wu
· 10 years ago
92a8d5b
tidy up the build system a bit
by Chia-I Wu
· 10 years ago
ef9e797
delete GitSHA1.c generation
by Chia-I Wu
· 10 years ago
6bdf019
xgl-generate: do not hardcode #include's
by Chia-I Wu
· 10 years ago
38e1d2f
remove XGLConfig.h.in
by Chia-I Wu
· 10 years ago
d54d06d
xgl: Remove mantle headers
by Courtney Goeltzenleuchter
· 10 years ago
54119a3
tests: Update render_test to use XglTestFramework class
by Courtney Goeltzenleuchter
· 10 years ago
30e9dc4
tests: Make test framework class useful for XGL testing
by Courtney Goeltzenleuchter
· 10 years ago
9ec10ed
tests: Add map and unmap methods to the XglImage class
by Courtney Goeltzenleuchter
· 10 years ago
701f3f6
update copyright information
by Chia-I Wu
· 10 years ago
007b273
xgl: Add build instructions
by Courtney Goeltzenleuchter
· 10 years ago
b806991
xgl: Add project readme
by Courtney Goeltzenleuchter
· 10 years ago
12e5973
tests: clean up use of Image object to fix SEGV
by Courtney Goeltzenleuchter
· 10 years ago
efd4e0a
tests: Convert render_test to use XglImage class
by Courtney Goeltzenleuchter
· 10 years ago
a1393b0
tests: Add CreateImage method to Device class
by Courtney Goeltzenleuchter
· 10 years ago
e99565f
tests: Add image class
by Courtney Goeltzenleuchter
· 10 years ago
5b80493
tests: Use full include path for gtest
by Courtney Goeltzenleuchter
· 10 years ago
f21d32d
render_test: Add OpenGL display engine
by Courtney Goeltzenleuchter
· 10 years ago
099f9f6
tests: Add simple OpenGL helper to display XGL images
by Courtney Goeltzenleuchter
· 10 years ago
5690b7e
add a top-level .gitignore
by Chia-I Wu
· 10 years ago
8759926
render_tests: use built-in kernels
by Chia-I Wu
· 10 years ago
0685cb1
render_tests: no culling
by Chia-I Wu
· 10 years ago
57b3fa8
render_tests: query and test XGL_PIPELINE_STATISTICS_DATA
by Chia-I Wu
· 10 years ago
4e036a2
render_tests: add functions to create query pools
by Chia-I Wu
· 10 years ago
d1e7bf9
render_tests: set BIL generator magic as a hack
by Chia-I Wu
· 10 years ago
fe7c1de
icd: rename and prefix shader_il.h
by Chia-I Wu
· 10 years ago
464746c
tests: Need to define blend state.
by Courtney Goeltzenleuchter
· 10 years ago
113e9d9
render_tests: write the result to TriangleTest.ppm
by Chia-I Wu
· 10 years ago
9d77725
render_tests: use XGL_NUM_FMT_UNORM
by Chia-I Wu
· 10 years ago
7e26afd
tests: fix memory access with uninitialized values
by Chia-I Wu
· 10 years ago
619ab2b
render_test: no descriptor set nor dynamic view mapping
by Chia-I Wu
· 10 years ago
0246188
render_test: Add remaining calls to output a command buffer
by Courtney Goeltzenleuchter
· 10 years ago
2a72449
device_class: Add helper function to alloc and bind memory
by Courtney Goeltzenleuchter
· 10 years ago
fe4b0dd
tests: bug fix
by Courtney Goeltzenleuchter
· 10 years ago
da91b95
tests: read shader IL from file
by Courtney Goeltzenleuchter
· 10 years ago
afb788d
tests: pretend shader IL binaries.
by Courtney Goeltzenleuchter
· 10 years ago
f56fdd4
tests: Add pipeline init to render test.
by Courtney Goeltzenleuchter
· 10 years ago
de3513a
tests: Add base tests: shader, cmdbuf, pipeline
by Courtney Goeltzenleuchter
· 10 years ago
70453ed
tests: Update xgldevice class with more xgl functions
by Courtney Goeltzenleuchter
· 10 years ago
cc5eb3a
tests: Add begining of render test
by Courtney Goeltzenleuchter
· 10 years ago
6863ff4
tests: Add basic CreateShader test.
by Courtney Goeltzenleuchter
· 10 years ago
2e7db77
xgl: Fix typo for IA_PIPELINE sType.
by Courtney Goeltzenleuchter
· 10 years ago
80ea59a
tests: Add file for extended image tests
by Courtney Goeltzenleuchter
· 10 years ago
7bf0ff8
tests: Add xglGetImageSubresourceInfo test
by Courtney Goeltzenleuchter
· 10 years ago
cc2c481
tests: Remove old tests that have been ported to gtest
by Courtney Goeltzenleuchter
· 10 years ago
3dc07f2
tests: Add GPU Queue tests.
by Courtney Goeltzenleuchter
· 10 years ago
794555b
tests: Add CreateImage test.
by Courtney Goeltzenleuchter
· 10 years ago
3470bdf
tests: Add image class
by Courtney Goeltzenleuchter
· 10 years ago
cc9da54
tests: Port existing tests to gtest format.
by Courtney Goeltzenleuchter
· 10 years ago
b7f5050
tests: Add gpu class
by Courtney Goeltzenleuchter
· 10 years ago
75011f8
tests: Basic initialization test using gtest framework
by Courtney Goeltzenleuchter
· 10 years ago
447ed58
tests: Integrate gtest tools
by Courtney Goeltzenleuchter
· 10 years ago
24cec9b
tests: Add gtest library
by Courtney Goeltzenleuchter
· 10 years ago
b8e71a8
tests: Add xglCreateQueryPool test
by Courtney Goeltzenleuchter
· 10 years ago
0f81054
tests: Add Event test
by Courtney Goeltzenleuchter
· 10 years ago
Next »