aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover: Use Clang's diagnosticsVedran Miletić2016-12-241-1/+6
* st/nine: Upload on secondary context for Draw*UpAxel Davy2016-12-201-8/+15
* st/nine: Dirty MANAGED buffers at Lock timeAxel Davy2016-12-201-2/+3
* st/nine: Implement new buffer upload pathAxel Davy2016-12-2010-24/+461
* st/nine: Allow non-zero resource offset for vertex buffersAxel Davy2016-12-203-8/+12
* st/nine: Do not wait for DEFAULT lock for volumes when we canAxel Davy2016-12-201-1/+8
* st/nine: Do not wait for DEFAULT lock for surfaces when we canAxel Davy2016-12-201-1/+11
* st/nine: Add arguments to context's blit and copy_regionAxel Davy2016-12-203-6/+22
* st/nine: Idem for nine_context_gen_mipmapAxel Davy2016-12-203-1/+7
* st/nine: Bind destination for surface/volume uploadsAxel Davy2016-12-204-0/+9
* st/nine: Use nine_context_box_upload for volumesAxel Davy2016-12-202-36/+26
* st/nine: Fix leak with volume dtorAxel Davy2016-12-201-1/+1
* st/nine: Fix leak with cubetexture dtorAxel Davy2016-12-201-1/+1
* st/nine: Use nine_context_box_upload for surfacesAxel Davy2016-12-202-32/+33
* st/nine: Implement nine_context_box_uploadAxel Davy2016-12-202-0/+50
* st/nine: Use nine_context_gen_mipmap in BaseTexture9Axel Davy2016-12-201-9/+3
* st/nine: Implement nine_context_gen_mipmapAxel Davy2016-12-202-0/+22
* st/nine: Optimize managed buffer uploadAxel Davy2016-12-202-5/+10
* st/nine: Implement nine_context_range_uploadAxel Davy2016-12-202-0/+19
* st/nine: Do not bind the container if forward is falseAxel Davy2016-12-201-7/+5
* st/nine: Comment and simplify iunknownAxel Davy2016-12-202-21/+18
* st/nine: Detach buffers in swapchain dtor.Axel Davy2016-12-201-1/+1
* st/nine: Fix NineUnknown_DetachAxel Davy2016-12-201-2/+1
* st/nine: Simplify ARG_BIND_REFAxel Davy2016-12-201-7/+3
* st/nine: Avoid flushing the queue for queries GetDataAxel Davy2016-12-204-19/+33
* st/nine: Add CSMT_NO_WAIT_WITH_COUNTERPatrick Rudolph2016-12-201-0/+54
* st/nine: Use nine_context_clear_render_targetAxel Davy2016-12-204-15/+29
* st/nine: Optimize ColorFillAxel Davy2016-12-201-1/+1
* st/nine: Simplify ColorFillAxel Davy2016-12-201-9/+1
* st/nine: use get_pipe_acquire/release when possibleAxel Davy2016-12-208-16/+34
* st/nine: Implement Fast path for dynamic buffers and csmtAxel Davy2016-12-203-10/+64
* st/nine: Add secondary pipe for deviceAxel Davy2016-12-202-1/+5
* st/nine: Add nine_context_get_pipe_acquire/releaseAxel Davy2016-12-204-0/+91
* st/nine: SYSTEMMEM ignores DISCARD.Axel Davy2016-12-201-1/+5
* st/nine: Upload Managed buffers just before draw call using themAxel Davy2016-12-202-17/+14
* st/nine: Track bindings for buffersAxel Davy2016-12-203-6/+55
* st/nine: Fix BASETEX_REGISTER_UPDATEAxel Davy2016-12-201-1/+1
* st/nine: Simplify the logic to bind texturesAxel Davy2016-12-203-39/+47
* st/nine: Use nine_context for resource_copy_regionPatrick Rudolph2016-12-203-4/+28
* st/nine: Use nine_context for blitPatrick Rudolph2016-12-203-2/+15
* st/nine: Add NINE_DEBUG=tid to turn threadid on or offPatrick Rudolph2016-12-202-5/+10
* st/nine: Print threadid in debug logPatrick Rudolph2016-12-201-6/+18
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-2013-179/+877
* st/nine: Call GetPipe for implicit pipe usagesAxel Davy2016-12-202-0/+8
* st/nine: Add struct nine_clipplanePatrick Rudolph2016-12-203-4/+7
* st/nine: Add nine_queuePatrick Rudolph2016-12-203-0/+301
* st/nine: Create pipe_surfaces on resource creation.Axel Davy2016-12-202-3/+11
* st/nine: Back swvp in nine_contextAxel Davy2016-12-205-5/+23
* st/nine: Change the way nine_shader gets the pipeAxel Davy2016-12-204-9/+20
* st/nine: Reimplement nine_context_apply_stateblockAxel Davy2016-12-201-0/+206