summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/nine/nine_state.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-04st/nine: Use fast clears more often for MRTsAxel Davy1-9/+9
2016-02-04st/nine: Add Render state validation layerAxel Davy1-0/+2
2016-02-04st/nine: Use cso for viewportPatrick Rudolph1-2/+1
2016-02-04st/nine: Introduce STREAMFREQ stateAxel Davy1-3/+3
2016-02-04st/nine: Unset vtxbuf on resetAxel Davy1-1/+3
2016-02-04st/nine: Use ff vertex shader when position_t is usedAxel Davy1-8/+8
2016-01-02u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák1-0/+2
2015-08-21st/nine: Silent warning in update_vertex_bufferAxel Davy1-1/+0
2015-08-21st/nine: Use CSO cache for sampler viewsAxel Davy1-17/+3
2015-08-21st/nine: Calculate dummy sampler state only onceAxel Davy1-31/+4
2015-08-21st/nine: Remove NINED3DRS_ZBIASSCALEAxel Davy1-20/+0
2015-08-21st/nine: Change nine_state_update orderAxel Davy1-63/+76
2015-08-21st/nine: Programmable ps D3DTTSS_PROJECTED supportAxel Davy1-2/+3
2015-08-21st/nine: Revert to userbuf path when neededAxel Davy1-0/+11
2015-08-21st/nine: Finish Fog implementationAxel Davy1-12/+31
2015-08-21st/nine: Rework shader statesAxel Davy1-99/+89
2015-08-21st/nine: Rework ff constant buffersAxel Davy1-4/+8
2015-08-21st/nine: Rework constant buffer state handlingAxel Davy1-274/+325
2015-08-21st/nine: Rework blend statesAxel Davy1-7/+16
2015-08-21st/nine: Improve fallback when driver doesn't support user buffers.Axel Davy1-0/+23
2015-08-21st/nine: Rework rasterizer statesAxel Davy1-7/+16
2015-08-21st/nine: Reorder DSA state settingsAxel Davy1-8/+19
2015-08-21st/nine: Reorder nine_state.Axel Davy1-31/+43
2015-08-21st/nine: Remove group_mask argument from nine_update_stateAxel Davy1-5/+18
2015-08-21st/nine: Implement TEXBEM,TEXBEML and BEMTiziano Bacocco1-0/+10
2015-08-21st/nine: fix D3DRS_DITHERENABLE wrong state groupAxel Davy1-1/+1
2015-08-21st/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for point sizePatrick Rudolph1-2/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-9/+9
2015-04-29st/nine: Encapsulate variables for MANAGED resourceAxel Davy1-1/+1
2015-04-29st/nine: Fix update_vertex_elements bad rebaseAxel Davy1-3/+0
2015-04-29st/nine: Rework update_vertex_buffersAxel Davy1-11/+4
2015-04-29st/nine: Fix comment in update_viewportAxel Davy1-3/+2
2015-04-29st/nine: Workaround barycentrics issue on some cardsAxel Davy1-0/+24
2015-02-06st/nine: Implement dummy vbo behaviour when vs is missing inputsTiziano Bacocco1-18/+75
2015-02-06st/nine: Dummy sampler should have a=1Axel Davy1-43/+112
2015-02-06st/nine: Fix update_framebuffer binding cbufs the pixel shader wouldn't rende...Axel Davy1-12/+4
2015-02-06st/nine: Implement fallback behaviour when rts and ds don't matchAxel Davy1-18/+28
2015-02-06st/nine: Implement AMD alpha to coverageAxel Davy1-1/+2
2015-02-06st/nine: Commit sampler views again if srgb state changed.Axel Davy1-2/+3
2015-01-22st/nine: Change comment relating to vertex shader inputs not matching declara...Axel Davy1-5/+6
2015-01-22st/nine: Allocate vs constbuf buffer for indirect addressing once.Axel Davy1-4/+1
2015-01-22st/nine: Allocate the correct size for the user constant bufferAxel Davy1-3/+4
2015-01-22st/nine: Fix sm3 relative addressing for non-debug buildAxel Davy1-4/+0
2015-01-22st/nine: Remove unused code for psAxel Davy1-32/+11
2015-01-22st/nine: Rework of boolean constantsAxel Davy1-14/+6
2015-01-22st/nine: Fix clip state logicAxel Davy1-1/+3
2014-12-03st/nine: Fix vertex declarations for non-standard (usage/index)Axel Davy1-5/+11
2014-11-26st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]David Heidelberg1-2/+0
2014-11-26st/nine: fix wrong variable resetAxel Davy1-1/+1
2014-11-18nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt1-0/+1489