summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-07renderer: start porting to new command stream interfacerenderer-1Dave Airlie3-177/+315
2014-04-06remove more unusedDave Airlie3-14/+0
2014-03-27renderer: drop lots of old unused codeDave Airlie16-2932/+0
2014-03-14drop glut add gbmDave Airlie2-20/+1
2014-03-13get rid of last glew referencesDave Airlie2-3/+1
2014-03-12renderer: send a scanout resource destroy when a scanout resource is removedDave Airlie2-0/+6
2014-03-05improve egl formats code and scanout interfacesDave Airlie6-11/+46
2014-03-05start to limit max samples a bitDave Airlie3-3/+11
2014-03-04port to epoxy and other fixesDave Airlie9-27/+27
2014-03-04share egl contextDave Airlie1-1/+1
2014-03-04virgl: start add EGL fd retriavalDave Airlie5-8/+121
2014-03-04virgl_egl: start adding initial rendernode/egl codeDave Airlie4-3/+207
2014-03-03remove notify_state from lib interfaceDave Airlie2-4/+0
2014-03-03handle new apisDave Airlie6-17/+29
2014-02-28avoid crashing in encoderDave Airlie1-2/+3
2014-02-27rebase to latest mesa masterDave Airlie6-49/+40
2014-02-27more interface workDave Airlie2-2/+6
2014-02-27start cleaning up some of the interfaceDave Airlie7-65/+55
2014-02-27renderer: drop old qemu interface for nowDave Airlie4-308/+4
2014-02-27fix miplevel selectionDave Airlie1-4/+4
2014-02-27dirty streamout buffersDave Airlie1-1/+2
2014-02-27enable GL3 GLSL 1.30Dave Airlie1-4/+5
2014-02-27fix textureSize for multisampleDave Airlie1-2/+4
2014-02-27fix multisampling arrays and texel fetchesDave Airlie1-3/+7
2014-02-27txf fixes after int/uint fixesDave Airlie1-20/+18
2014-02-27fix int/uint attribsDave Airlie1-2/+6
2014-02-27fix flushing for read on mapped bufferDave Airlie1-0/+2
2014-02-27use map buffer rangeDave Airlie1-2/+2
2014-02-27fix point spriteDave Airlie1-2/+1
2014-02-27don't emit sampler state for MS texturesDave Airlie1-0/+5
2014-02-27fix abgr format usageDave Airlie1-1/+1
2014-02-27tgsi_text: add reading CENTROID supportDave Airlie1-0/+11
2014-02-27fix transform feedback clip distanceDave Airlie1-1/+6
2014-02-27fix sampler ms texturesizeDave Airlie1-0/+2
2014-02-27fix missing shadow cubeDave Airlie1-0/+1
2014-02-27make sure to set have ints for these castsDave Airlie1-2/+3
2014-02-27we can have 4 src regs for TXDDave Airlie1-1/+1
2014-02-27fix some signed/unsigned mixupsDave Airlie1-3/+3
2014-02-27set max flow control depthDave Airlie1-0/+2
2014-02-27fix more offsetsDave Airlie1-28/+50
2014-02-27tgsi_text: fix texoffsets harderDave Airlie1-7/+10
2014-02-27fix txqDave Airlie1-2/+2
2014-02-27add txf offset supportDave Airlie1-1/+21
2014-02-27tgsi_text: parse texture offsetsDave Airlie1-4/+52
2014-02-27add glsl 1.30 clip distance supportDave Airlie1-5/+47
2014-02-27more support for multisample texturesDave Airlie1-2/+14
2014-02-27add vertexid supportDave Airlie1-0/+2
2014-02-27try and get inf/nan to workDave Airlie1-2/+6
2014-02-27add TXQ supportDave Airlie1-10/+20
2014-02-27fix a bunch of multisample testsDave Airlie1-1/+24