summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Move texture setting to nine_context_*Axel Davy2016-12-206-28/+68
* st/nine: Track changed.texture only for stateblocksAxel Davy2016-12-205-10/+4
* st/nine: Move draw calls to nine_stateAxel Davy2016-12-209-251/+388
* st/nine: Move core of device clear to nine_stateAxel Davy2016-12-203-141/+160
* st/nine: Introduce nine_contextAxel Davy2016-12-207-148/+163
* st/nine: Implement WFOG properlyAxel Davy2016-12-201-7/+35
* st/nine: Fix ff texture coordinate selectionAxel Davy2016-12-201-4/+5
* st/nine: Convert redundant check to assert in ff psAxel Davy2016-12-201-2/+3
* st/nine: Fix two special cases in ff psAxel Davy2016-12-201-0/+20
* st/nine: Remove useless code in ff psAxel Davy2016-12-201-5/+0
* st/nine: Fix ff cases when stages should be disabledAxel Davy2016-12-201-6/+16
* st/nine: Always initialize current in ff psAxel Davy2016-12-201-24/+1
* st/nine: Fix check for ff specularAxel Davy2016-12-201-2/+7
* st/nine: Do not saturate illumination coefficients in ffAxel Davy2016-12-201-4/+0
* st/nine: Fix ff COLOR0 w component computationAxel Davy2016-12-201-21/+10
* st/nine: Fix specular enable for alphaAxel Davy2016-12-201-1/+1
* st/nine: Ignore MULTISAMPLEMASK when RT is not multisampledAxel Davy2016-12-202-3/+3
* st/nine: Add new driconf options to control DISCARD behaviourAxel Davy2016-12-202-2/+4
* st/nine: Rework buffer presentation pathAxel Davy2016-12-201-48/+132
* st/nine: Fix a leak in Swapchain dtorAxel Davy2016-12-202-16/+16
* st/nine: Silent warnings with guid_strAxel Davy2016-12-203-0/+12
* st/nine: Do not generate gallium NOP on d3d NOPAxel Davy2016-12-201-1/+8
* st/nine: Fix leak in user constant upload pathAxel Davy2016-12-202-29/+39
* st/nine: Correctly release sw cursor imageAxel Davy2016-12-201-0/+1
* st/nine: Handle when cursor stride is not what is expectedAxel Davy2016-12-202-2/+19
* st/nine: Avoid crash on empty Draw*UpAxel Davy2016-12-201-0/+2
* st/nine: Capture texturestage states in pixel stateblocksAxel Davy2016-12-201-1/+4
* st/nine: Add missing changed states to pixel stateblocksAxel Davy2016-12-201-1/+4
* st/nine: Add some debug info in stateblocksAxel Davy2016-12-201-0/+5
* st/nine: Remove useless check in surface9 ctorAxel Davy2016-12-201-4/+0
* st/nine: Fix bad light initialization in stateblocksAxel Davy2016-12-201-2/+2
* st/nine: Remove unused ff.changed.groupAxel Davy2016-12-202-6/+0
* st/nine: Fix ps multisample checkAxel Davy2016-12-201-1/+1
* st/nine: Fix useless swapchain init checksAxel Davy2016-12-201-14/+7
* st/nine: Don't update stream_usage_mask in sw pathAxel Davy2016-12-201-2/+0
* st/nine: Remove useless call to nine_update_stateAxel Davy2016-12-201-1/+0
* st/nine: Add validation to SetSamplerStateAxel Davy2016-12-205-3/+48
* st/nine: Improve doc of D3DPMISCCAPS_POSTBLENDSRGBCONVERTAxel Davy2016-12-201-1/+1
* st/omx/enc Raise default encode levelAndy Furniss2016-12-051-1/+1
* st/va: declare vlVaBuffer before vlVaContextJuan A. Suarez Romero2016-12-051-15/+15
* st/va: remove unused variable pbuffJuan A. Suarez Romero2016-12-051-1/+0
* st/va: automake: cleanup C{PP,}FLAGSEmil Velikov2016-12-051-12/+0
* st/va: fix gop size for rate controlBoyuan Zhang2016-12-052-6/+14
* st/va: force to submit two consecutive single jobsBoyuan Zhang2016-12-053-7/+27
* st/vdpau: fix compiler warning in vlVdpVideoMixerRenderNayan Deshmukh2016-12-051-1/+1
* gallium: support for native fence fd'sRob Clark2016-12-011-2/+50
* gallium: wire up server_wait_syncRob Clark2016-12-011-1/+5
* st/omx/dec/h264: consider POC as signed instead of unsignedChandu Babu Namburu2016-11-281-3/+3
* clover: Restore support for LLVM <= 3.9.Vedran Miletić2016-11-242-6/+21
* clover: adapt to new error API since LLVM r286752Vedran Miletić2016-11-141-2/+8