aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Drop USER_INDEX_BUFFERS checkMike Lothian2017-02-252-3/+1
* st/nine: make use of common uploaders v4Constantine Charlamov2017-02-254-74/+37
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-241-20/+28
* st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2017-02-242-19/+88
* st/wgl: flush with ST_FLUSH_WAIT before releasing shared contextsCharmaine Lee2017-02-182-2/+15
* Revert "st/vdpau: Fix multithreading"Thomas Hellstrom2017-02-221-21/+1
* st/vdpau: Fix multithreadingThomas Hellstrom2017-02-221-1/+21
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-171-0/+2
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-151-0/+3
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-142-3/+3
* vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangleMarek Olšák2017-02-141-0/+7
* gallium/vl: use the common uploaderMarek Olšák2017-02-141-4/+0
* st/xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-131-6/+0
* st/nine: update configure options in the READMEEmil Velikov2017-02-101-2/+1
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-2/+1
* st/va: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+1
* st/vdpau: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+4
* st/xa: automake: remove duplicate -WallEmil Velikov2017-01-271-1/+1
* st/dri: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* clover: automake: remove -I$(srcdir)Emil Velikov2017-01-271-2/+1
* clover: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* clover: Fix build against clang SVN >= r293097Michel Dänzer2017-01-271-1/+8
* st/nine: set the MUL_ZERO_WINS flag when supportedIlia Mirkin2017-01-231-0/+3
* st/va: make sure that we call begin_frame() only once v2Christian König2017-01-232-3/+9
* st/dri: ask the driver to update its internal copies on reimportPhilipp Zabel2017-01-201-0/+4
* st/vdpau: only send buffers with B8G8R8A8 format to XNayan Deshmukh2017-01-193-3/+11
* 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