Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libdrm
/
10481fec55b422843d3f15eef3aa9617ae98843b
/
intel
2607dad
intel: Add a function for the new register read ioctl.
by Eric Anholt
· 12 years ago
93fef04
intel: add more Haswell PCI IDs
by Paulo Zanoni
· 12 years ago
9a2b57d
intel: Bail gracefully if we encounter an unknown Intel device
by Chris Wilson
· 12 years ago
7e3f08b
intel: Quiet valgrind warnings in context creation.
by Eric Anholt
· 12 years ago
c10b08d
intel: Remove two unused variables
by Damien Lespiau
· 12 years ago
faf26b6
intel: fix build error
by Rob Clark
· 12 years ago
ff65de9
intel: add prime interface for getting/setting a prime bo. (v4)
by Dave Airlie
· 12 years ago
992e2af
intel: Change context create failure message to from fprintf to DBG().
by Kenneth Graunke
· 12 years ago
8fad46b
intel: Fix build failure in test_decode.c
by Lauri Kasanen
· 12 years ago
f7210fa
intel/context: create/destroy implementation
by Ben Widawsky
· 13 years ago
a780519
intel/decode: fix the reference file for
by Ben Widawsky
· 12 years ago
df5cc69
Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid"
by Ben Widawsky
· 12 years ago
ee2be4f
intel: add decoding of MI_SET_CONTEXT
by Ben Widawsky
· 12 years ago
3ed3871
intel/context: new execbuf interface for contexts
by Ben Widawsky
· 13 years ago
b3b123d
intel/context: Add drm_intel_context type
by Ben Widawsky
· 13 years ago
7d0a1d5
intel/decode: VERTEX_ELEMENT_STATE, 1 means valid
by Ben Widawsky
· 12 years ago
eeedb0d
intel/decode: add sampler state pointers for [HD]S
by Ben Widawsky
· 12 years ago
971c080
intel: wait render timeout implementation
by Ben Widawsky
· 12 years ago
ae137f4
intel: Add IVB PUSH_CONSTANT decodes
by Ben Widawsky
· 12 years ago
da02f72
intel: Add the ability to supply annotations for .aub files.
by Paul Berry
· 13 years ago
4370425
intel/decode: decode MI_WAIT_FOR_EVENT
by Daniel Vetter
· 13 years ago
e057a56
intel: add Ivy Bridge GT2 server variant
by Eugeni Dodonov
· 13 years ago
6172133
intel: Add some PCI IDs for Haswell.
by Kenneth Graunke
· 13 years ago
5de5b74
intel: Quiet two more valgrind complaints with recent changes.
by Eric Anholt
· 13 years ago
9d18ad2
intel: Add per-dword decode of gen7 3DPRIMITIVE.
by Eric Anholt
· 13 years ago
9b87fd9
intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement.
by Eric Anholt
· 13 years ago
99c7337
intel: Add support for (possibly) unsynchronized maps.
by Eric Anholt
· 13 years ago
3a88848
intel: Fix error check for I915_PARAM_HAS_LLC.
by Eric Anholt
· 13 years ago
c9ce2ed
intel: Bump the copyright dates on the bufmgr files.
by Eric Anholt
· 13 years ago
4db16a9
intel: Add .aub file output support.
by Eric Anholt
· 13 years ago
6e642db
intel: Add support for overriding the PCI ID via an environment variable
by Kenneth Graunke
· 13 years ago
783db34
intel: Import a new batchbuffer for the gen7 test.
by Eric Anholt
· 13 years ago
b395af0
intel: Add decode for gen7 HIER_DEPTH_BUFFER.
by Eric Anholt
· 13 years ago
e6beaf8
intel: Add decode for gen7 3DSTATE_WM.
by Eric Anholt
· 13 years ago
259e7b6
intel: Fix a typo in decode error message.
by Eric Anholt
· 13 years ago
23eeb7e
intel: Detect cache domain inconsistency with valgrind
by Chris Wilson
· 13 years ago
90b23cc
intel: Mark up with valgrind intrinsics to reduce false positives
by Chris Wilson
· 13 years ago
151cdcf
intel: query for LLC support
by Eugeni Dodonov
· 13 years ago
592ac67
intel: Fix bufmgr_gem->gen for gen > 4
by Chad Versace
· 13 years ago
b643b07
intel: Add minimal decode for remaining gen7 packets in use.
by Eric Anholt
· 13 years ago
54b12a0
intel: Add decode for gen7 constant buffer packets.
by Eric Anholt
· 13 years ago
938df6b
intel: Add decode for gen7 state pointers.
by Eric Anholt
· 13 years ago
6a0b25e
intel: Add support for parsing gen7 URB packets.
by Eric Anholt
· 13 years ago
ba8ce2d
intel: Make most of the logic for 965 3d packet length checks table-driven.
by Eric Anholt
· 13 years ago
b129e10
intel: Move the logic for getting 965 3d packet length to the packet table.
by Eric Anholt
· 13 years ago
3dcb2d4
intel: Add support for parsing 965 3d packets using helper functions.
by Eric Anholt
· 13 years ago
5a1c10f
intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE.
by Eric Anholt
· 13 years ago
9695eee
intel: Put the "gen" shorthand chipset identifier in the context.
by Eric Anholt
· 13 years ago
028715e
intel: Avoid the need for most overflow checks by using a scratch page.
by Eric Anholt
· 13 years ago
c1d2946
intel: Make instr_out take the decode context.
by Eric Anholt
· 13 years ago
b037161
intel: Use the context to simplify BR01 decode.
by Eric Anholt
· 13 years ago
62b4103
intel: Use the context to simplify BR00 decode.
by Eric Anholt
· 13 years ago
de49fd4
intel: Plumb the context through the decode callchain.
by Eric Anholt
· 13 years ago
a756fa3
intel: Drop the code for counting parsing failures.
by Eric Anholt
· 13 years ago
8fb66a7
intel: Track the current packet location in the decode context.
by Eric Anholt
· 13 years ago
b5cb7f8
intel: Add a regression test for 2D decode, which I'm about to refactor.
by Eric Anholt
· 13 years ago
683855f
intel: Add regression tests for batch decode.
by Eric Anholt
· 13 years ago
ccbc403
intel: Add a regression test program for intel_decode.c.
by Eric Anholt
· 13 years ago
ea33a23
intel: Add an interface for setting the output file for decode.
by Eric Anholt
· 13 years ago
a9dd34a
intel/intel_decode.c: Remove #include "intel_decode.h".
by Johannes Obermayr
· 13 years ago
4149faf
intel: Disable unused decode_logic_op().
by Eric Anholt
· 13 years ago
88cffcc
intel: Turn on normal warnings for intel_decode.c build.
by Eric Anholt
· 13 years ago
7b48318
intel: Remove c99ish variable declarations.
by Eric Anholt
· 13 years ago
0c46f02
intel: Fix printf format warnings for intel_decode.
by Eric Anholt
· 13 years ago
39a06ac
intel: Add printflike warnings for instr_out.
by Eric Anholt
· 13 years ago
1db55a8
intel: Fix a ton of signed vs unsigned and const char *warnings
by Eric Anholt
· 13 years ago
07768ba
intel: Fix Wsigned-compare warnings (soon to be enabled).
by Eric Anholt
· 13 years ago
71066ab
intel: Get intel_decode.c minimally building.
by Eric Anholt
· 13 years ago
bbdda92
intel: Minor style tweaks after Lindent.
by Eric Anholt
· 13 years ago
193fa13
intel: Reformat intel_decode.c from intel-gpu-tools using Lindent.
by Eric Anholt
· 13 years ago
1d318e2
intel: intel: Add IS_GEN[567] macros.
by Eric Anholt
· 13 years ago
078bc5b
intel: Make intel_chipset handle devid directly.
by Eric Anholt
· 13 years ago
8c4a2c8
intel: Import intel_decode.c from intel-gpu-tools.
by Eric Anholt
· 13 years ago
0ab2251
intel: Reset vma list upon purge
by Chris Wilson
· 13 years ago
015286f
intel: Remove the fresh assertions used to debug the vma cacheing
by Chris Wilson
· 13 years ago
c5f0ed1
intel: Update map-count for an early error return during mapping
by Chris Wilson
· 13 years ago
dd9a5b4
intel: Evict cached VMA in order to make room for new mappings
by Chris Wilson
· 13 years ago
e4b60f2
intel: Add an interface to limit vma caching
by Chris Wilson
· 13 years ago
5c5332b
intel: Clean up mmaps on freeing the buffer
by Chris Wilson
· 13 years ago
c549a77
intel: Unmap buffers during drm_intel_gem_bo_unmap
by Chris Wilson
· 13 years ago
36cff1c
intel: limit aperture space to mappable area on gen3
by Daniel Vetter
· 13 years ago
d0ae683
intel: Share the implementation of BO unmap between CPU and GTT mappings.
by Eric Anholt
· 13 years ago
4cb01ee
intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done.
by Eric Anholt
· 13 years ago
77dc16f
intel: Remove stale comment.
by Eric Anholt
· 13 years ago
515cea6
intel: Add an interface for removing relocs after they're added.
by Eric Anholt
· 13 years ago
2c2bdb3
intel: Use stdbool.h for dealing with boolean values.
by Eric Anholt
· 13 years ago
194aa1b
drm/i915: y tiling on i915G/i915GM is different
by Daniel Vetter
· 13 years ago
630dd26
drm/intel: don't clobber bufmgr->pci_device
by Daniel Vetter
· 13 years ago
2acaf16
intel: shared header for shader debugging
by Ben Widawsky
· 13 years ago
ce317a6
intel: fix the wrong method check for bo_get_subdata
by Yuanhan Liu
· 13 years ago
9d77603
intel: Add interface to query aperture sizes.
by Chris Wilson
· 13 years ago
f395b0a
intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDER
by Chris Wilson
· 14 years ago
06ebbf7
Cleanup gen2 tiling confusion
by Daniel Vetter
· 14 years ago
e6018c2
intel: Fixup for the fix for relaxed tiling on gen2
by Daniel Vetter
· 14 years ago
9a71ed9
intel: fix relaxed tiling on gen2
by Daniel Vetter
· 14 years ago
36d4939
intel: Remember named bo
by Chris Wilson
· 14 years ago
53581b6
intel: Set the public handle after opening by name
by Chris Wilson
· 14 years ago
550fe2c
intel: compile fix for previous commit after rebasing
by Chris Wilson
· 14 years ago
6717b75
intel: Fallback to old exec if no mrb_exec is available
by Chris Wilson
· 14 years ago
0184bb1
intel: Export CONSTANT_BUFFER addressing mode
by Chris Wilson
· 14 years ago
Next »