aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* build: Add --enable-gallium-osmesa flag.Matt Turner2013-08-211-1/+1
* vdpau/decode: Fix comment.Rico Schüller2013-08-211-1/+1
* vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller2013-08-211-1/+6
* gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesaMaarten Lankhorst2013-08-201-2/+3
* st/vdpau: drop unnecessary variable profEmil Velikov2013-08-192-6/+8
* st/xvmc: exit gracefully if we fail to create video bufferEmil Velikov2013-08-191-0/+4
* st/vdpau: don't try to create video buffer when the format is FORMAT_NONEEmil Velikov2013-08-191-1/+4
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-191-1/+1
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-192-3/+6
* vl: add entrypoint to get_video_paramChristian König2013-08-196-14/+30
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-196-13/+13
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-192-5/+5
* vl: use a template for create_video_decoderChristian König2013-08-192-20/+21
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-4/+1
* vl: Add support for max level query v2Rico Schüller2013-08-141-2/+2
* gallium-egl: Commit the rest of the native_wayland_drm_bufmgr_helper v2 patchKristian Høgsberg2013-08-073-7/+4
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-074-15/+22
* gallium-egl: Don't add a listener for wl_drm twice in wayland platformAnder Conselvan de Oliveira2013-08-071-1/+0
* gallium-egl: Simplify native_wayland_drm_bufmgr_helper interfaceAnder Conselvan de Oliveira2013-08-079-308/+276
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-303-1/+5
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-303-5/+9
* st/dri: remove driOptionCache from dri_context in favor of dri_screenMarek Olšák2013-07-302-13/+1
* st/dri: move enabling postprocessing to dri_screenMarek Olšák2013-07-304-16/+18
* st/dri: remove more unused driconf optionsMarek Olšák2013-07-301-6/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-303-2/+20
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-07-301-2/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-303-1/+5
* st/osmesa: initialize disable_glsl_line_continuationsMarek Olšák2013-07-301-0/+1
* clover: Added missing address space checking of kernel parameters v2Jonathan Charest2013-07-301-15/+31
* st/clover: Allow double precision operationsNiels Ole Salscheider2013-07-251-0/+1
* xa: move surface to ref/unref apiJerome Glisse2013-07-253-2/+18
* xa: let ddx handle flushJerome Glisse2013-07-252-9/+2
* xa: export a common context flush functionJerome Glisse2013-07-254-7/+17
* xa: add handle type parameter to get handleJerome Glisse2013-07-252-2/+18
* xa: add xa_surface_from_handle()Rob Clark2013-07-252-4/+46
* clover: Respect kernel argument alignment restrictions.Francisco Jerez2013-07-222-2/+19
* clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2013-07-222-4/+56
* clover: Byte-swap kernel arguments when host and device endianness differ.Francisco Jerez2013-07-221-37/+65
* clover: Add kernel argument fields to allow differing host/target data types.Francisco Jerez2013-07-221-2/+23
* clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2013-07-222-84/+61
* clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard2013-07-223-1/+8
* st/xvmc/tests: avoid non portable error.h functionsJonathan Gray2013-07-111-5/+8
* clover: Don't segfault when compiling a program with no kernelTom Stellard2013-06-281-0/+7
* clover: Fix build with LLVM 3.4Tom Stellard2013-06-271-6/+6
* vega: add some casts to silence MSVC warningsBrian Paul2013-06-262-11/+11
* st/dri/sw: Fix pitch calculation in drisw_update_tex_bufferRichard Sandiford2013-06-241-2/+3
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-243-14/+14
* st/xlib: Fix XImage stride calculationRichard Sandiford2013-06-171-4/+4
* st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford2013-06-171-3/+2
* st/dri: if flushing a drawable, don't set reason=SWAPBUFFERSMarek Olšák2013-06-131-1/+1