summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-28st/mesa: allow glsl version up to 410, enable ARB_shader_precisionIlia Mirkin1-2/+4
2015-04-27gm107/ir: add lane/vertex count sysvalsIlia Mirkin1-0/+2
2015-04-27gk110/ir: add support for writing per-patch and shader outputsIlia Mirkin1-7/+3
2015-04-27freedreno/a3xx: color masking works like a blend for some formatsIlia Mirkin1-0/+14
2015-04-27freedreno/a3xx: add support for S8 and Z32F_S8Ilia Mirkin10-44/+236
2015-04-27freedreno/a3xx: add Z32F supportIlia Mirkin5-10/+65
2015-04-27freedreno: add fd_transfer to wrap around pipe_transferIlia Mirkin3-2/+15
2015-04-27freedreno/a3xx: add support for disabling depth clippingIlia Mirkin3-5/+8
2015-04-27mesa: fix up GLSL version when computing GL versionIlia Mirkin1-0/+17
2015-04-27mesa: the function name appears to have a gl prefix alreadyIlia Mirkin1-2/+2
2015-04-24mesa: add support for exposing up to GL4.2Ilia Mirkin1-1/+45
2015-04-18indices: fix provoking vertex for quads/quadstripsIlia Mirkin1-3/+10
2015-04-18primconvert: select pv convention only from flatshade_firstIlia Mirkin1-2/+1
2015-04-18freedreno/a3xx: enable polymode setting with non-fill modesIlia Mirkin1-0/+4
2015-04-18freedreno/a3xx: fix integer and 32-bit float border colorsIlia Mirkin1-1/+30
2015-04-18freedreno/a3xx: add support for float R/RG render targetsIlia Mirkin1-4/+6
2015-04-06nv50,nvc0: limit the y-tiling of 3d textures to the first level's tilingIlia Mirkin3-10/+13
2015-04-05freedreno/a3xx: don't decode srgb on mem2gmemIlia Mirkin1-6/+12
2015-04-05freedreno/a3xx: pass sprite coord mode through to program emitIlia Mirkin3-1/+4
2015-04-05freedreno/a3xx: add UBO supportIlia Mirkin7-38/+133
2015-04-05freedreno/ir3: insert nop between sfu/mem operationsIlia Mirkin1-1/+6
2015-04-05freedreno: dirty context when reallocating a bound boIlia Mirkin1-0/+40
2015-04-05freedreno: keep track of buffer valid rangesIlia Mirkin2-0/+27
2015-04-05freedreno: mark resources as being read so that writes flush the queueIlia Mirkin5-1/+59
2015-04-05freedreno: don't bother setting resource timestampsIlia Mirkin1-9/+0
2015-04-05freedreno: add a reading flag to indicate gpu is reading rscIlia Mirkin2-2/+3
2015-04-05freedreno: fix resource flushing confusionIlia Mirkin1-14/+10
2015-04-05freedreno: remove tex_resourceIlia Mirkin9-11/+3
2015-04-04nv50: allocate more offset space for occlusion queriesIlia Mirkin1-5/+5
2015-04-02nv50/ir: avoid folding immediates into imad operationsIlia Mirkin1-1/+2
2015-04-02nv50/ir: fix imad emission when dst == src2Ilia Mirkin1-1/+1
2015-04-02mesa: add ARB_depth_buffer_float to ES3.0 required extension listIlia Mirkin1-0/+1
2015-04-02freedreno/a3xx: add MRT supportIlia Mirkin9-139/+221
2015-04-02freedreno: convert blit program to array for each number of rtsIlia Mirkin12-21/+45
2015-04-02freedreno: add support for laying out MRTs in gmemIlia Mirkin2-16/+43
2015-04-02freedreno: add core infrastructure support for MRTsIlia Mirkin4-8/+14
2015-04-02freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS propertyIlia Mirkin2-1/+10
2015-04-02freedreno/a3xx: add independent blend function supportIlia Mirkin2-8/+9
2015-04-02freedreno: remove alpha key from ir3_shaderIlia Mirkin9-42/+8
2015-03-28freedreno/a3xx: add support for point sprite coordinate replacementIlia Mirkin4-30/+28
2015-03-28freedreno/a3xx: make vs-set point size workIlia Mirkin3-2/+10
2015-03-28freedreno/a3xx: point size should not be divided by 2Ilia Mirkin2-5/+5
2015-03-28freedreno/a3xx: fix 3d texture layoutIlia Mirkin2-7/+16
2015-03-28freedreno/a3xx: LAYERSZ2 appears to have no effect on arraysIlia Mirkin1-2/+1
2015-03-27nv50/ir/gk110: fix offset flag position for TXD opcodeIlia Mirkin1-0/+1
2015-03-27nv50/ir: take postFactor into account when doing peephole optimizationsIlia Mirkin1-4/+8
2015-03-26tgsi: fix out-of-bounds access for cube arraysIlia Mirkin1-1/+1
2015-03-26st/mesa: initialize have_fma in constructorIlia Mirkin1-0/+1
2015-03-26gallium/util: remove u_linkageIlia Mirkin5-220/+0
2015-03-26gallium/hud: avoid overflowing hud graph name sizeIlia Mirkin1-1/+2