summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: Don't export wglGetExtensionsStringARB.José Fonseca2014-11-261-1/+0
* st/nine: fix formatting in query9 (cosmetic)Axel Davy2014-11-261-3/+3
* st/nine: Fix setting of the shift modifier in nine_shaderAxel Davy2014-11-261-2/+4
* 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
* st/nine: return GetAvailableTextureMem in bytes as expected (v2)David Heidelberg2014-11-261-1/+5
* st/nine: Add pool check to SetTexture (v2)Axel Davy2014-11-261-1/+9
* st/nine: propertly declare constants (v2)Axel Davy2014-11-261-5/+2
* st/nine: call DBG() at more external entry pointsStanislaw Halik2014-11-2617-0/+171
* st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy2014-11-268-127/+51
* st/nine: Rework Basetexture9 and Resource9.Axel Davy2014-11-2610-33/+36
* 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