summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Back textures into nine_contextAxel Davy2016-12-208-21/+40
* 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
* driconf: Fix missing gettextAxel Davy2016-12-201-1/+1
* st/nine: Add new driconf options to control DISCARD behaviourAxel Davy2016-12-204-2/+31
* st/nine: Rework buffer presentation pathAxel Davy2016-12-201-48/+132
* st/nine: Fix a leak in Swapchain dtorAxel Davy2016-12-202-16/+16
* d3dadapter/present: Add precision for WaitBufferReleasedAxel Davy2016-12-201-1/+4
* d3dadapter/present: Add new API to ID3DPresentAxel Davy2016-12-201-0/+24
* 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
* gallium-docs: Add documentation for when using several contextsAxel Davy2016-12-201-0/+23
* gallium-docs: Add documentation for threading requirementsAxel Davy2016-12-201-0/+10
* egl: Check config's surface types in eglCreate*Surface()Chad Versace2016-12-201-0/+10
* glsl: Use ir_var_temporary when generating inline functions.Kenneth Graunke2016-12-201-1/+1
* i965: Don't bail on vertex element processing if we need draw params.Kenneth Graunke2016-12-201-17/+17
* mesa: don't attempt to unlock an unlocked debug state mutexJonathan Gray2016-12-201-3/+2
* glsl: allow invariant on fragment shader outputs.Dave Airlie2016-12-201-2/+24
* i965: keep gl_program shader info in sync after gather infoTimothy Arceri2016-12-202-2/+11