aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-16xgl: xglWaitForFences timeout unitsCourtney Goeltzenleuchter
2015-04-16xgl: Consistent naming scheme for resources in XGLCourtney Goeltzenleuchter
2015-04-16xgl: Remove xglSetFastClearColor / xglSetFastClearDepthCourtney Goeltzenleuchter
2015-04-16xgl: Remove PIPELINE_DELTA.Courtney Goeltzenleuchter
2015-04-16xgl: Add IMAGE_LAYOUT to Cmd*Image* callsCourtney Goeltzenleuchter
2015-04-16xgl: Add IMAGE_LAYOUT_UNDEFINEDCourtney Goeltzenleuchter
2015-04-16xgl: Add XGL_PIPE_EVENT to CmdResetEventCourtney Goeltzenleuchter
2015-04-16xgl: Added XGL_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BITCourtney Goeltzenleuchter
2015-04-16xgl: Add xglCmdBlitImage entry pointCourtney Goeltzenleuchter
2015-04-16xgl: Proposal to remove XGL_FRAMEBUFFERCourtney Goeltzenleuchter
2015-04-16xgl: update xglDbg.h for XGL_INSTANCECourtney Goeltzenleuchter
2015-04-16xgl: Remove fixed and optimal tess factorsCourtney Goeltzenleuchter
2015-04-16xgl: specialization constant proposalCourtney Goeltzenleuchter
2015-04-16xgl: combine xglCmdClearColor* into one functionCourtney Goeltzenleuchter
2015-04-16xgl: Update primitive topology enumCourtney Goeltzenleuchter
2015-04-16xgl: Add missing formats and remove channel mappingCourtney Goeltzenleuchter
2015-04-16xgl: Impossible to expose multi-function queuesCourtney Goeltzenleuchter
2015-04-16xgl: Remove unneeded library includes from xgl include folderCourtney Goeltzenleuchter
2015-03-02Add NOMINMAX and VC_EXTRALEAN to some windows filesPiers Daniell
2015-03-02Win/glave: Remove new compiler warnings on Windows.Ian Elliott
2015-03-02Linux: Must use "__linux__" instead of "PLATFORM_LINUX".Ian Elliott
2015-03-02Get the trace player to work with WindowsPiers Daniell
2015-03-02Update tri and cube with stagePiers Daniell
2015-03-02Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave"Jon Ashburn
2015-03-02misc: Add xglRecordMemoryRange entrypoint and use it in GlaveJon Ashburn
2015-02-18Win: Can now use "static inline" on Windows (i.e. no code mods).Ian Elliott
2015-02-18Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND).David Pinedo
2015-02-18nulldrv: Creation of the nulldrv, for use on Windows.David Pinedo
2015-02-17intel: Add colorAttachmentCountCourtney Goeltzenleuchter
2015-02-17intel: Remove unnecessary dualBlendMode enableCourtney Goeltzenleuchter
2015-02-17intel: Remove scissor enable and scissor countCourtney Goeltzenleuchter
2015-02-12icd: add loader magic word to verify ICD is compatibleCourtney Goeltzenleuchter
2015-02-12Win/icd: Move STATIC_INLINE macro, and use for magic funcs.Ian Elliott
2015-02-06Restore xgl.h comments and original whitespacePiers Daniell
2015-02-06Get xglPlatform.h working with old MSVCGingertoes
2015-02-04xgl: Final edits for rev47+ alignmentMark Lobodzinski
2015-02-04Can compile "loader" and "layers" on Windows and Linux ...Ian Elliott
2015-02-04render_pass: Add CmdBegin{End}RenderPass()Jon Ashburn
2015-02-04xgl: Fix typo in memory barriers APIsMark Lobodzinski
2015-02-04instance: Remove xglInitAndEnumerateGpusJon Ashburn
2015-02-04intel: Instance functions create and destroy objectsJon Ashburn
2015-02-04instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus().Jon Ashburn
2015-02-04xgl: Fix pMemBarriers referencesMark Lobodzinski
2015-02-04xgl: Remove XGL_* typedef wrappersMark Lobodzinski
2015-02-04xgl: Updated headers for some missed SVN revisionsMark Lobodzinski
2015-02-04intel: Fix DBG_OBJECT_TYPE rangeJon Ashburn
2015-02-04xgl: Add fast clear APIsMark Lobodzinski
2015-02-04xgl: Remove extraneous structSizesCourtney Goeltzenleuchter
2015-02-04xgl: header updates for XGL_RESULTCourtney Goeltzenleuchter
2015-02-04xgl: fix constness of pointersChia-I Wu