summaryrefslogtreecommitdiff
path: root/intel
AgeCommit message (Expand)AuthorFilesLines
2012-09-01intel: properly test for HAS_LLCDaniel Vetter1-1/+1
2012-08-12intel: Use VG_CLEAR on the context destroy ioctl as well.Kenneth Graunke1-0/+2
2012-08-10intel: Add a function for the new register read ioctl.Eric Anholt2-0/+21
2012-08-08intel: add more Haswell PCI IDsPaulo Zanoni1-3/+65
2012-08-08intel: Bail gracefully if we encounter an unknown Intel deviceChris Wilson1-3/+5
2012-08-02intel: Quiet valgrind warnings in context creation.Eric Anholt1-0/+1
2012-08-02intel: Remove two unused variablesDamien Lespiau1-2/+1
2012-07-20intel: fix build errorRob Clark1-1/+1
2012-07-20intel: add prime interface for getting/setting a prime bo. (v4)Dave Airlie2-0/+67
2012-07-12intel: Change context create failure message to from fprintf to DBG().Kenneth Graunke1-2/+2
2012-07-03intel: Fix build failure in test_decode.cLauri Kasanen1-0/+2
2012-06-29intel/context: create/destroy implementationBen Widawsky1-0/+45
2012-06-27intel/decode: fix the reference file forlibdrm-2.4.362.4.36Ben Widawsky2-4/+4
2012-06-27Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid"Ben Widawsky1-1/+1
2012-06-27intel: add decoding of MI_SET_CONTEXTBen Widawsky1-1/+17
2012-06-27intel/context: new execbuf interface for contextsBen Widawsky2-7/+30
2012-06-27intel/context: Add drm_intel_context typeBen Widawsky2-0/+6
2012-06-27intel/decode: VERTEX_ELEMENT_STATE, 1 means validBen Widawsky1-1/+1
2012-06-27intel/decode: add sampler state pointers for [HD]SBen Widawsky1-0/+2
2012-06-27intel: wait render timeout implementationBen Widawsky2-0/+58
2012-06-24intel: Add IVB PUSH_CONSTANT decodesBen Widawsky1-0/+3
2012-05-10intel: Add the ability to supply annotations for .aub files.Paul Berry2-22/+119
2012-04-02intel/decode: decode MI_WAIT_FOR_EVENTDaniel Vetter1-2/+75
2012-04-01intel: add Ivy Bridge GT2 server variantEugeni Dodonov1-1/+3
2012-03-22intel: Add some PCI IDs for Haswell.Kenneth Graunke1-5/+23
2012-03-13intel: Quiet two more valgrind complaints with recent changes.Eric Anholt1-0/+2
2012-03-10intel: Add per-dword decode of gen7 3DPRIMITIVE.Eric Anholt2-12/+31
2012-03-10intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement.Eric Anholt1-15/+17
2012-03-10intel: Add support for (possibly) unsynchronized maps.Eric Anholt2-7/+67
2012-03-09intel: Fix error check for I915_PARAM_HAS_LLC.Eric Anholt1-1/+1
2012-03-09intel: Bump the copyright dates on the bufmgr files.Eric Anholt2-2/+2
2012-03-09intel: Add .aub file output support.Eric Anholt4-0/+443
2012-03-09intel: Add support for overriding the PCI ID via an environment variableKenneth Graunke2-9/+48
2012-02-22intel: Import a new batchbuffer for the gen7 test.Eric Anholt2-1081/+167
2012-02-22intel: Add decode for gen7 HIER_DEPTH_BUFFER.Eric Anholt1-1/+13
2012-02-22intel: Add decode for gen7 3DSTATE_WM.Eric Anholt2-98/+150
2012-02-22intel: Fix a typo in decode error message.Eric Anholt1-1/+1
2012-02-15intel: Detect cache domain inconsistency with valgrindChris Wilson1-0/+24
2012-02-11intel: Mark up with valgrind intrinsics to reduce false positivesChris Wilson2-14/+40
2012-02-01intel: query for LLC supportEugeni Dodonov1-0/+12
2012-01-30intel: Fix bufmgr_gem->gen for gen > 4Chad Versace1-1/+7
2012-01-27intel: Add minimal decode for remaining gen7 packets in use.Eric Anholt2-772/+656
2012-01-27intel: Add decode for gen7 constant buffer packets.Eric Anholt2-209/+241
2012-01-27intel: Add decode for gen7 state pointers.Eric Anholt2-27/+83
2012-01-27intel: Add support for parsing gen7 URB packets.Eric Anholt2-56/+100
2012-01-27intel: Make most of the logic for 965 3d packet length checks table-driven.Eric Anholt2-110/+73
2012-01-27intel: Move the logic for getting 965 3d packet length to the packet table.Eric Anholt1-83/+73
2012-01-27intel: Add support for parsing 965 3d packets using helper functions.Eric Anholt1-1/+7
2012-01-27intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE.Eric Anholt2-2/+2
2012-01-27intel: Put the "gen" shorthand chipset identifier in the context.Eric Anholt1-0/+28