summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Unset vtxbuf on resetAxel Davy2016-02-041-1/+3
* st/nine: Use pipe_resource_reference for vtxbufAxel Davy2016-02-042-3/+4
* st/nine: Use ff vertex shader when position_t is usedAxel Davy2016-02-047-14/+35
* st/nine: Don't increment refcount on VertexDeclaration creation failurePatrick Rudolph2016-02-041-12/+12
* st/nine: Change StretchRect check orderAxel Davy2016-02-041-3/+4
* st/nine: Initialize lights in stateblocksAxel Davy2016-02-041-0/+4
* st/nine: Fix fixed-function blendweightsPatrick Rudolph2016-02-041-4/+13
* st/nine: Always normalize hitDirPatrick Rudolph2016-02-041-2/+3
* st/nine: Replace r[0] with tmpPatrick Rudolph2016-02-041-14/+14
* st/nine: Fix ff calculation of midVecPatrick Rudolph2016-02-041-2/+2
* st/nine: Implement D3DRS_SPECULARENABLEPatrick Rudolph2016-02-041-2/+11
* st/nine: Fix D3DRS_LOCALVIEWER being ignoredPatrick Rudolph2016-02-041-0/+2
* st/nine: Fix rounding issue with vs1.1 a0 regAxel Davy2016-02-041-22/+7
* st/nine: Fix D3DPMISCCAPS_FOGANDSPECULARALPHA supportAxel Davy2016-02-042-12/+2
* st/nine: Fix AlphaCmpCapsPatrick Rudolph2016-02-041-1/+2
* st/omx/dec/h264: fix corruption when scaling matrix present flag setLeo Liu2016-02-021-2/+5
* st/va: fix motion adaptive deinterlacingChristian König2016-01-191-1/+1
* st/va: add motion adaptive deinterlacing v2Christian König2016-01-184-7/+82
* st/dri: Don't call invalidate_resource for NULL depth/stencil buffersMichel Dänzer2016-01-181-2/+4
* st/omx: Avoid segfault in deconstructor if constructor failsTom St Denis2016-01-121-0/+3
* st/va: add BOB deinterlacing v2Christian König2016-01-122-11/+79
* st/va: add NV12 -> NV12 post processing v2Christian König2016-01-122-37/+124
* st/va: use vl_video_buffer_adjust_sizeChristian König2016-01-121-9/+4
* st/vdpau: use vl_video_buffer_adjust_sizeChristian König2016-01-121-10/+3
* st/va: make the implementation thread safe v2Christian König2016-01-127-54/+199
* nine: allow fragment shader POSITION and FACE to be system valuesMarek Olšák2016-01-082-12/+46
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-063-3/+3
* st/va: count number of slicesJulien Isorce2016-01-055-0/+25
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-3/+5
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-3/+3
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-024-3/+10
* st/osmesa: add OSMesaCreateContextAttribs() functionBrian Paul2015-12-161-3/+93
* st/va: remove fence handling v3Christian König2015-12-165-22/+7
* st/va: retrieve size from the temporary img variableJulien Isorce2015-12-161-1/+1
* st/va: remove nonesense HEVC picture id handlingChristian König2015-12-151-5/+0
* st/va: handle default post process regionsChristian König2015-12-141-8/+28
* st/va: fix unused variable warningChristian König2015-12-141-1/+0
* st/va: clean up post process includesChristian König2015-12-141-6/+0
* st/va: cleanup filter color standard handlingChristian König2015-12-141-4/+4
* clover: Fix build against LLVM 3.8 SVN >= r255078Michel Dänzer2015-12-101-0/+4
* st/osmesa: Fix a typo in a commentAndreas Boll2015-12-091-1/+1
* st/va: disable MPEG4 by default v2Christian König2015-12-071-1/+9
* st/va: move HEVC functions into separate file v2Christian König2015-12-074-168/+215
* xvmc: force assertion in XvMC testsGiuseppe Bilotta2015-12-045-0/+10
* st/wgl: add new stw_ext_rendertexture.c fileBrian Paul2015-12-031-0/+252
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-039-10/+118
* clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard2015-12-011-1/+2
* st/va: also retrieve reference frames info for h264Julien Isorce2015-12-011-0/+52
* st/va: delay decoder creation until max_references is knownJulien Isorce2015-12-014-34/+68
* st/xa: fd management cleanupsEmil Velikov2015-11-291-1/+8