summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: clean device9ex.Axel Davy2014-11-264-15/+19
* automake: rework VL dependency trackingEmil Velikov2014-11-264-1/+6
* nine: Drop use of TGSI_OPCODE_CND.Jose Fonseca2014-11-241-9/+1
* nine: Don't reference the dead TGSI_OPCODE_NRM.Jose Fonseca2014-11-241-1/+1
* nine: Don't use the otherwise-dead SFL opcode in an unreachable path.Eric Anholt2014-11-241-1/+1
* st/va: surface: render subpictureMichael Varga2014-11-191-0/+120
* st/va: subpicture implementationMichael Varga2014-11-192-13/+161
* st/va: added internal storage for VAImage and BGRA formatMichael Varga2014-11-192-26/+48
* st/va: added some calls to handle_table_remove()Michael Varga2014-11-193-0/+3
* nine: Implement threadpoolAxel Davy2014-11-186-9/+325
* nine: Add drirc options (v2)Axel Davy2014-11-182-0/+6
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-1873-0/+27834
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-162-4/+0
* st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca2014-11-143-63/+78
* st/xlib: Generate errors as specified.José Fonseca2014-11-141-16/+109
* st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2014-11-141-3/+3
* st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2014-11-122-37/+54
* Revert "clover: Fix build after llvm r221375"Tom Stellard2014-11-121-4/+0
* st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()Michael Varga2014-11-101-0/+7
* st/va: MPEG4 generate GOV and VOP headerMichael Varga2014-11-101-0/+92
* st/va: MPEG4 populate the SPS structureMichael Varga2014-11-101-0/+6
* st/va: MPEG4 populate the iq matrix buffersMichael Varga2014-11-101-0/+16
* st/va: MPEG4 populate the PPS structureMichael Varga2014-11-102-0/+81
* st/va: refactored handleVASliceDataBufferTypeMichael Varga2014-11-101-35/+40
* clover: Fix build after llvm r221375Jan Vesely2014-11-061-0/+4
* clover: Fix clBuildProgram piglit regressionTom Stellard2014-11-031-4/+4
* clover: Fix bug when binary programs are passed to clBuildProgram() v2Tom Stellard2014-10-312-6/+14
* clover: Factor input validation of clCompileProgram into a new function v2Tom Stellard2014-10-311-10/+23
* clover: use correct typenames for compat::pair's first/secondEmil Velikov2014-10-231-2/+2
* wgl: stw_pixelformat_get_info: correct type for index variableAlon Levy2014-10-231-1/+1
* gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2014-10-231-35/+1
* clover: Fix build error with LLVM 3.4.Vinson Lee2014-10-211-1/+3
* clover: Don't return CL_INVALID_VALUE if there is no header.EdB2014-10-201-1/+1
* clover: Add allow_empty_tag.EdB2014-10-201-0/+18
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-207-16/+77
* clover: Add a simple compat::pair.EdB2014-10-201-0/+9
* clover/util: Allow using key_equals with pair-like objects other than std::pair.Francisco Jerez2014-10-201-2/+2
* clover/util: Define equality operators for a couple of compat classes.Francisco Jerez2014-10-201-13/+30
* clover/util: Fix construction of compat::vector with a general container as a...Francisco Jerez2014-10-201-2/+4
* clover: Add environment variables for dumping kernel code v2Tom Stellard2014-10-161-11/+75
* clover: Register an llvm diagnostic handler v3Tom Stellard2014-10-161-0/+25
* clover: Add support for compiling to native object code v3Tom Stellard2014-10-161-9/+203
* clover: Factor kernel argument parsing into its own function v2Tom Stellard2014-10-161-81/+92
* clover: Fix regression in module serializationTom Stellard2014-10-141-0/+1
* st/gbm: fix order of arguments passed to is_format_supportedIlia Mirkin2014-10-141-1/+1
* clover: Fix unintended fall-through in kernel::argument::bind.Francisco Jerez2014-10-121-0/+3
* clover: Append implicit arguments to the kernel argument list.Jan Vesely2014-10-121-13/+29
* clover: Pass execution dimensions and offset to the kernel as implicit argume...Francisco Jerez2014-10-122-25/+70
* clover: Add semantic information to module::argument for implicit parameter p...Francisco Jerez2014-10-121-4/+12
* clover: Use unreachable() from util/macros.h instead of assert(0).Francisco Jerez2014-10-113-4/+4