aboutsummaryrefslogtreecommitdiffstats
path: root/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove the fence count contributions when clearing relocsChris Wilson2013-01-131-3/+4
* intel: Fix missing ETIME on BSD operating systemsDavid Shao2012-11-101-0/+3
* intel: Silence a trivial compiler warningChris Wilson2012-10-071-1/+0
* intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1Chris Wilson2012-10-071-1/+1
* intel: Fix "properly test for HAS_LLC"Chris Wilson2012-10-071-1/+1
* intel: Mark bo's exported to prime as not reusableKristian Høgsberg2012-09-141-1/+8
* intel: add support for ValleyViewJesse Barnes2012-09-131-1/+6
* intel: properly test for HAS_LLCDaniel Vetter2012-09-011-1/+1
* intel: Use VG_CLEAR on the context destroy ioctl as well.Kenneth Graunke2012-08-121-0/+2
* intel: Add a function for the new register read ioctl.Eric Anholt2012-08-102-0/+21
* intel: add more Haswell PCI IDsPaulo Zanoni2012-08-081-3/+65
* intel: Bail gracefully if we encounter an unknown Intel deviceChris Wilson2012-08-081-3/+5
* intel: Quiet valgrind warnings in context creation.Eric Anholt2012-08-021-0/+1
* intel: Remove two unused variablesDamien Lespiau2012-08-021-2/+1
* intel: fix build errorRob Clark2012-07-201-1/+1
* intel: add prime interface for getting/setting a prime bo. (v4)Dave Airlie2012-07-192-0/+67
* intel: Change context create failure message to from fprintf to DBG().Kenneth Graunke2012-07-121-2/+2
* intel: Fix build failure in test_decode.cLauri Kasanen2012-07-031-0/+2
* intel/context: create/destroy implementationBen Widawsky2012-06-291-0/+45
* intel/decode: fix the reference file forBen Widawsky2012-06-272-4/+4
* Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid"Ben Widawsky2012-06-271-1/+1
* intel: add decoding of MI_SET_CONTEXTBen Widawsky2012-06-271-1/+17
* intel/context: new execbuf interface for contextsBen Widawsky2012-06-272-7/+30
* intel/context: Add drm_intel_context typeBen Widawsky2012-06-272-0/+6
* intel/decode: VERTEX_ELEMENT_STATE, 1 means validBen Widawsky2012-06-271-1/+1
* intel/decode: add sampler state pointers for [HD]SBen Widawsky2012-06-271-0/+2
* intel: wait render timeout implementationBen Widawsky2012-06-272-0/+58
* intel: Add IVB PUSH_CONSTANT decodesBen Widawsky2012-06-241-0/+3
* intel: Add the ability to supply annotations for .aub files.Paul Berry2012-05-102-22/+119
* intel/decode: decode MI_WAIT_FOR_EVENTDaniel Vetter2012-04-021-2/+75
* intel: add Ivy Bridge GT2 server variantEugeni Dodonov2012-04-011-1/+3
* intel: Add some PCI IDs for Haswell.Kenneth Graunke2012-03-221-5/+23
* intel: Quiet two more valgrind complaints with recent changes.Eric Anholt2012-03-131-0/+2
* intel: Add per-dword decode of gen7 3DPRIMITIVE.Eric Anholt2012-03-102-12/+31
* intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement.Eric Anholt2012-03-101-15/+17
* intel: Add support for (possibly) unsynchronized maps.Eric Anholt2012-03-102-7/+67
* intel: Fix error check for I915_PARAM_HAS_LLC.Eric Anholt2012-03-091-1/+1
* intel: Bump the copyright dates on the bufmgr files.Eric Anholt2012-03-092-2/+2
* intel: Add .aub file output support.Eric Anholt2012-03-094-0/+443
* intel: Add support for overriding the PCI ID via an environment variableKenneth Graunke2012-03-092-9/+48
* intel: Import a new batchbuffer for the gen7 test.Eric Anholt2012-02-222-1081/+167
* intel: Add decode for gen7 HIER_DEPTH_BUFFER.Eric Anholt2012-02-221-1/+13
* intel: Add decode for gen7 3DSTATE_WM.Eric Anholt2012-02-222-98/+150
* intel: Fix a typo in decode error message.Eric Anholt2012-02-221-1/+1
* intel: Detect cache domain inconsistency with valgrindChris Wilson2012-02-151-0/+24
* intel: Mark up with valgrind intrinsics to reduce false positivesChris Wilson2012-02-112-14/+40
* intel: query for LLC supportEugeni Dodonov2012-02-011-0/+12
* intel: Fix bufmgr_gem->gen for gen > 4Chad Versace2012-01-301-1/+7
* intel: Add minimal decode for remaining gen7 packets in use.Eric Anholt2012-01-272-772/+656
* intel: Add decode for gen7 constant buffer packets.Eric Anholt2012-01-272-209/+241