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