platform/upstream/Vulkan-LoaderAndValidationLayers.git
2014-09-02 Chia-I Wuintel: rename intel_pipe_shader to intel_pipeline_shader
2014-09-02 Chia-I Wuintel: remove unused pipeline defines
2014-09-02 Chia-I Wuupdate copyright information
2014-09-02 Courtney Goeltzenleu... xgl: Add build instructions
2014-09-02 Courtney Goeltzenleu... xgl: Add project readme
2014-09-02 Courtney Goeltzenleu... tests: clean up use of Image object to fix SEGV
2014-09-02 Courtney Goeltzenleu... tests: Convert render_test to use XglImage class
2014-09-02 Courtney Goeltzenleu... tests: Add CreateImage method to Device class
2014-09-02 Courtney Goeltzenleu... tests: Add image class
2014-09-02 Courtney Goeltzenleu... tests: Use full include path for gtest
2014-09-02 Courtney Goeltzenleu... render_test: Add OpenGL display engine
2014-09-02 Courtney Goeltzenleu... tests: Add simple OpenGL helper to display XGL images
2014-09-02 Courtney Goeltzenleu... intel: Now emit 3DSTATE_VS command
2014-09-02 Courtney Goeltzenleu... intel: copy shader state to shader_pipeline for safe...
2014-09-02 Courtney Goeltzenleu... intel: Add shader resource urb_read_offset
2014-09-02 Courtney Goeltzenleu... intel: Add platform gpu thread limits
2014-09-01 Chia-I Wuadd a top-level .gitignore
2014-08-31 Chia-I Wuintel: remove more unused fields from intel_pipeline
2014-08-31 Chia-I Wuintel: implement intelCmd*{Event,Timestamp}()
2014-08-31 Chia-I Wuintel: rename cmd_query.c to cmd_mi.c
2014-08-31 Chia-I Wuintel: add helpers for GEN6_PIPE_CONTROL_WRITE_*
2014-08-31 Chia-I Wuintel: extend gen6_PIPE_CONTROL()
2014-08-31 Chia-I Wuintel: implement intelGetMultiGpuCompatibility()
2014-08-31 Chia-I Wuintel: limit INTEL_RELOC_GGTT to GEN6
2014-08-31 Chia-I Wuintel: fix max entries of 3DSTATE_URB_VS on Haswell...
2014-08-30 Chia-I Wurender_tests: use built-in kernels
2014-08-30 Chia-I Wurender_tests: no culling
2014-08-30 Chia-I Wuintel: set urb_grf_start for our magic shaders
2014-08-30 Chia-I Wurender_tests: query and test XGL_PIPELINE_STATISTICS_DATA
2014-08-30 Chia-I Wurender_tests: add functions to create query pools
2014-08-30 Chia-I Wuintel: fix pipeline stats querying
2014-08-30 Chia-I Wuintel: implement intelCmd*Query()
2014-08-30 Chia-I Wuintel: careful with the flags in cmd_batch_flush()
2014-08-30 Chia-I Wuintel: include obj.h in mem.h
2014-08-30 Chia-I Wuintel: fix CLIP_VIEWPORT
2014-08-30 Chia-I Wuintel: honor image tiling request
2014-08-30 Chia-I Wuintel: correct non-MSAA sample position
2014-08-30 Chia-I Wuintel: emit 3DSTATE_CLIP
2014-08-30 Chia-I Wuintel: export viewport count in intel_viewport_state
2014-08-29 Chia-I Wuintel: emit 3DSTATE_SF and 3DSTATE_SBE
2014-08-29 Chia-I Wuintel: vs output count should be 2
2014-08-29 Chia-I Wuintel: add 3DSTATE_VERTEX_ELEMENTS to INTEL_PSO_CMD_ENTRIES
2014-08-29 Chia-I Wuintel: emit 3DSTATE_WM and 3DSTATE_PS
2014-08-29 Chia-I Wuintel: export more shader info
2014-08-29 Chia-I Wuintel: add sample_count to intel_msaa_state
2014-08-29 Chia-I Wuintel: reserve space for PSO
2014-08-29 Chia-I Wuintel: emit 3DSTATE_VERTEX_ELEMENT
2014-08-29 Chia-I Wuintel: set unused states to zero
2014-08-29 Chia-I Wuintel: document the commands in PSO
2014-08-29 Chia-I Wuintel: give WAs some sanity
2014-08-29 Chia-I Wuintel: gen7_3DSTATE_GS is GEN7+ only
2014-08-29 Chia-I Wuintel: remove unused members in intel_pipe_shader
2014-08-29 Chia-I Wuintel: allow INTEL_DEBUG to override device ID
2014-08-29 Chia-I Wuintel: remove PCB and binding table pointer setup from PSO
2014-08-29 Chia-I Wuintel: fix assertion failures on Haswell
2014-08-29 Chia-I Wuicd: remove generated icd-dispatch-table.h
2014-08-29 Courtney Goeltzenleu... intel: Add DS, TE and HS commands
2014-08-29 Courtney Goeltzenleu... intel: Emit GS state
2014-08-29 Courtney Goeltzenleu... intel: Add const_alloc state to pipeline
2014-08-29 Courtney Goeltzenleu... intel: Add shader fields needed by pipeline.
2014-08-29 Courtney Goeltzenleu... intel: Add more platform limits for shader structs
2014-08-29 Courtney Goeltzenleu... intel: Set WA flags needed for pipeline state
2014-08-29 Courtney Goeltzenleu... intel: remove unused elements
2014-08-29 Courtney Goeltzenleu... intel: track current cmd buffer shader info
2014-08-29 Courtney Goeltzenleu... intel: Move WA flags to pipeline.h
2014-08-29 Courtney Goeltzenleu... intel: Use single PSO command buffer
2014-08-28 Chia-I Wuintel: emit 3DSTATE_URB_*
2014-08-28 Chia-I Wuintel: export GT in intel_gpu
2014-08-28 Chia-I Wuintel: reject other GENS when INTEL_GEN_SPECIALIZED...
2014-08-28 Chia-I Wuintel: remove some unused fields from intel_pipeline
2014-08-28 Chia-I Wuintel: pCode is not a intel_shader
2014-08-28 Chia-I Wuintel: refactor intelCreateGraphicsPipeline()
2014-08-28 Chia-I Wuintel: remove dummy pipeline_get_info()
2014-08-28 Chia-I Wuintel: add some intel_ir info
2014-08-28 Chia-I Wurender_tests: set BIL generator magic as a hack
2014-08-28 Chia-I Wuintel: clean up intel_shader
2014-08-28 Chia-I Wuicd: rename and prefix shader_il.h
2014-08-28 Chia-I Wuintel: fix and clean up shader cache
2014-08-28 Chia-I Wuintel: need only one WA flag so far
2014-08-27 Courtney Goeltzenleu... intel: Add command buffer shader cache
2014-08-27 Courtney Goeltzenleu... intel: Fix bug in create color blend state
2014-08-27 Courtney Goeltzenleu... intel: Add WA pipe control for GEN6 HW.
2014-08-27 Courtney Goeltzenleu... tests: Need to define blend state.
2014-08-27 Chia-I Wurender_tests: write the result to TriangleTest.ppm
2014-08-27 Chia-I Wurender_tests: use XGL_NUM_FMT_UNORM
2014-08-27 Chia-I Wutests: fix memory access with uninitialized values
2014-08-27 Chia-I Wuintel: emit 3DSTATE_CONSTANT_*
2014-08-27 Chia-I Wuintel: partial intelCmdPrepare*() to flush caches
2014-08-27 Chia-I Wuintel: record number of draws in intel_cmd_bind
2014-08-27 Chia-I Wuintel: clear intel_cmd_bind on reset
2014-08-27 Chia-I Wuintel: declare intel_dev in layout.h
2014-08-26 Chia-I Wuintel: update genhw
2014-08-26 Chia-I Wuintel: update winsys
2014-08-25 Chia-I Wuintel: rework command buffer workarounds
2014-08-25 Chia-I Wuintel: add a command buffer scratch bo
2014-08-25 Chia-I Wuintel: clean up queue init
2014-08-25 Chia-I Wuintel: emit depth buffer workaround
2014-08-25 Chia-I Wuintel: make PIPELINE_SELECT a queue state
2014-08-25 Chia-I Wuintel: emit STATE_BASE_ADDRESS
2014-08-25 Chia-I Wuintel: use absolute pos in cmd_writer_add_reloc()
next