aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: remove the delayed rendering hack(v1.1)Nayan Deshmukh2017-01-176-141/+52
* st/vdpau: use dri3 to directly send the buffer to X(v2)Nayan Deshmukh2017-01-172-27/+33
* st/va: delay calling begin_frame until we have all parametersNayan Deshmukh2017-01-161-3/+3
* st/va: flush pipeline after post processingsguttula2017-01-131-0/+1
* glx: Add missing glproto dependency for gallium-xlib glxChuck Atkins2017-01-121-0/+1
* st/nine: Protect dtors with mutexAxel Davy2017-01-124-19/+64
* st/nine: Flush the queue at device dtorAxel Davy2017-01-121-1/+6
* st/nine: Process pending commands on ResetAxel Davy2017-01-123-0/+5
* st/nine: Flush pending commands if needed for surface9 changesAxel Davy2017-01-122-13/+32
* st/nine: Rework CreatePipeSurfaceAxel Davy2017-01-122-22/+30
* st/nine: Remove duplicated checksAxel Davy2017-01-122-10/+7
* st/nine: Don't call u_box_union_* when dirty region is emptyMasanori Kakura2017-01-123-10/+22
* clover: Check for executables before enqueueing a kernelPierre Moreau2017-01-111-1/+4
* st/dri: remove trailing whitespaceMauro Rossi2017-01-111-1/+1
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-2/+2
* st/nine: Remove all usage of ureg_SUB in nine_shaderAxel Davy2017-01-051-8/+8
* st/nine: Remove all usage of ureg_SUB in nine_ffAxel Davy2017-01-051-20/+20
* st/nine: Do not map SUB and ABS to their gallium equivalent.Axel Davy2017-01-051-2/+23
* st/va: fix incorrect argument in vl_compositor_cleanupNayan Deshmukh2017-01-051-1/+1
* va: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-041-2/+5
* vdpau: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-042-6/+13
* st/va: error handlingNayan Deshmukh2017-01-031-3/+15
* st/vdpau: error handlingNayan Deshmukh2017-01-033-15/+50
* 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