summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_reg.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename define for the PIPE_CONTROL DC flush bit.Francisco Jerez2016-02-081-1/+1
* i965: Define and use REG_MASK macro to make masked MMIO writes slightly more ...Francisco Jerez2015-12-091-1/+1
* i965: Define symbolic constants for some useful L3 cache control registers.Francisco Jerez2015-12-091-0/+53
* i965/cs: Implement DispatchComputeIndirect supportJordan Justen2015-09-241-0/+5
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Define HW-binding table and resource streamer control opcodesAbdiel Janulgue2015-07-181-0/+3
* i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()Anuj Phogat2015-06-291-0/+16
* i965: Use predicate enable bit for conditional rendering w/o stallingNeil Roberts2015-05-121-0/+23
* i965/skl: Disable partial resolve in VCBen Widawsky2015-03-271-0/+1
* i965: Rename some PIPE_CONTROL flagsBen Widawsky2015-03-021-3/+3
* i965: implement ARB_pipeline_statistics_queryBen Widawsky2015-02-171-0/+1
* i965/gen7-8: Implement glMemoryBarrier().Francisco Jerez2015-02-101-0/+1
* i965: Add #defines for Broadwell HiZ workarounds in CACHE_MODE_1.Kenneth Graunke2014-11-041-0/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* i965: Add new defines for indirect drawsChris Forbes2013-11-251-0/+8
* i965: Add #defines for the OACONTROL register and fields.Kenneth Graunke2013-11-211-0/+4
* i965: Add #defines for the MI_LOAD_REGISTER_MEM command.Kenneth Graunke2013-08-061-0/+4
* i965: Tidy preprocessor macros for SO_PRIM_STORAGE_NEEDED registers.Kenneth Graunke2013-08-061-5/+2
* i965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN registers.Kenneth Graunke2013-08-061-5/+2
* i965: Drop i915 register/instruction definitions.Eric Anholt2013-06-281-170/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+300
* Replace duplicated intel_reg.h with a shared header.Eric Anholt2007-10-041-95/+0
* Replace some structure-based batch preparation with plain OUT_BATCH.Eric Anholt2007-10-041-1/+5
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+91