summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Add ILK+ sprite supportdrm-overlaysJesse Barnes6-5/+540
2011-08-18Fix array size calculation for intel_pci_probe().Stefan Dirsch1-2/+2
2011-08-11sna/trapezoids: Speedup tor rasteriserChris Wilson1-287/+207
2011-08-11sna/gradient: Use a high-precision ramp for a color step rather than fallbackChris Wilson1-2/+2
2011-08-11sna/damage: Take advantage of marking all-damagedChris Wilson1-0/+6
2011-08-09NEWS: 2.16.0 releaseChris Wilson2-1/+12
2011-08-01Fix man page formattingEdward Sheldrake1-0/+2
2011-08-01dri: Build fix for xserver-1.7.7Chris Wilson1-0/+13
2011-07-30NEWS: 2.15.901 snapshotChris Wilson2-1/+31
2011-07-30Fix typos for distcheckChris Wilson2-2/+3
2011-07-30sna: Mark the stencil as untiledChris Wilson1-3/+13
2011-07-30sna: Port IVB acceleration code (Xrender + Xv)Chris Wilson6-2/+4815
2011-07-30sna: Include the pixmap size in the debug info for moving to cpuChris Wilson1-1/+2
2011-07-28render: Enable RENDER acceleration on Ivybridge.Kenneth Graunke1-3/+0
2011-07-28render: Update pixel shader state for Ivybridge.Kenneth Graunke1-3/+35
2011-07-28render: Use Ivybridge variants for 3D pipeline setup.Kenneth Graunke1-11/+39
2011-07-28render: Refactor to use newly shared pipeline setup code in i965_3d.c.Kenneth Graunke4-185/+44
2011-07-28Xv: Refactor out pipeline setup functions for future reuse in render.Kenneth Graunke4-478/+482
2011-07-28render: Update 3DPRIMITIVE for Ivybridge.Kenneth Graunke1-5/+11
2011-07-28render: Set Address Modify Enable in 3DSTATE_VERTEX_BUFFERS on Gen7.Kenneth Graunke1-0/+5
2011-07-28render: Update SAMPLER_STATE for Ivybridge.Kenneth Graunke1-9/+124
2011-07-28render: Update SURFACE_STATE for Ivybridge.Kenneth Graunke1-9/+82
2011-07-28render: New Ivybridge assembly programs for render acceleration.Kenneth Graunke14-3/+454
2011-07-26sna: Revert enabling scan-line wait on SNBChris Wilson1-0/+4
2011-07-20sna: Enable gen6 scan-line waitingChris Wilson1-5/+16
2011-07-19dri: Do not tile stencil bufferChad Versace1-4/+12
2011-07-13Disable adding normal RTF modes for an eDPChris Wilson1-1/+6
2011-07-13sna: Fast-path single span boxesChris Wilson4-1/+49
2011-07-13sna/damage: Avoid testing against a completey damaged regionChris Wilson6-17/+52
2011-07-13sna/gen3: Tune emit_spans_primitive_constantChris Wilson1-9/+3
2011-07-13sna/glyphs: Discard GLYPH_PICTURE hint if the glyph doesn't fit into the cacheChris Wilson1-1/+3
2011-07-13sna: Add some extra debugging to the texture upload fallback pathsChris Wilson1-3/+7
2011-07-13sna/dri: Fix a couple of typosChris Wilson1-2/+2
2011-07-13sna/dri: Remove the unused id/type members for Resource trackingChris Wilson1-20/+12
2011-07-12dri: Always initialise resource members of DRI2FrameEventChris Wilson2-0/+20
2011-07-11sna/dri: Add some simple debuggingChris Wilson1-1/+13
2011-07-11sna/dri: Refactor common code for assigning a pixmap to the DRI2 bufferChris Wilson1-18/+15
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson5-125/+217
2011-07-11dri: Prevent abuse of the Resource databaseChris Wilson3-42/+176
2011-07-09dri: Remove the shadow copy of attachmentChris Wilson1-5/+2
2011-07-09sna: Clamp results for computing BoxRec coords from xRectangleChris Wilson2-28/+59
2011-07-09sna/accel: Fix fallback for depth=1 copyChris Wilson1-11/+19
2011-07-08sna: A buffer only needs a flush if it remains dirty at the end of the batchChris Wilson3-4/+8
2011-07-08sna/gen3: So we also need to ensure stippling is cleared...Chris Wilson1-1/+4
2011-07-08sna/gen3: Restore disabling the use of stencil/fog in the invariantChris Wilson1-2/+3
2011-07-08sna/dri: Enable chaining of page-flipsChris Wilson1-38/+135
2011-07-07sna/dri: Remove redundant NULL check in referenceChris Wilson1-4/+2
2011-07-07sna: Take advantage of the needs_flush tracking on the front bufferChris Wilson2-0/+11
2011-07-06sna: Check against an execbuffer reference before discarding partialsChris Wilson1-2/+2
2011-07-06sna: Compute aligned tiled heights for gen2 correctlyChris Wilson1-3/+6