summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* dri: Move API version validation into dri/common.Eric Anholt2013-10-102-8/+13
* gallium/state_trackers/glx: X11/Xlib.h: No such file or directoryGaetan Nadon2013-10-091-1/+1
* gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGSGaetan Nadon2013-10-091-1/+1
* st/vdpau: really block until surface is idleGrigori Goronzy2013-10-091-1/+2
* st/vdpau: add new formats to OutputSurface renderingGrigori Goronzy2013-10-092-1/+24
* st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy2013-10-091-9/+12
* st/dri: don't export any private symbolsMarek Olšák2013-10-082-1/+3
* clover: fix building with llvm-3.4 since rev191922Laurent Carlier2013-10-071-1/+5
* gallium-egl: use standard variable types over EGLBoolean/EGLintEmil Velikov2013-10-031-9/+9
* clover: remove bind_compute_sampler_states() callsBrian Paul2013-10-031-8/+6
* clover: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-2/+7
* st/egl: flush resources before presentationGrigori Goronzy2013-10-011-0/+11
* st/xorg: Include u_surface.h for u_copy_rectAlex Deucher2013-10-011-0/+1
* st/xvmc: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-6/+8
* st/xorg: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-25/+15
* st/xa: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-7/+9
* st/wgl: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-18/+16
* st/vega: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-63/+33
* st/vdpau: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-12/+14
* st/osmesa: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-2/+4
* st/glx: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-16/+10
* st/gbm: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-1/+4
* st/egl: consolidate C sources lists into Makefile.sourcesEmil Velikov2013-10-014-53/+53
* st/dri/sw: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+8
* st/dri: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+8
* st/clover: consolidate CPP sources list into Makefile.sourcesEmil Velikov2013-10-012-40/+43
* st/vdpau: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-302-0/+2
* st/vdpau: Include u_format.h for util_format_description.Vinson Lee2013-09-301-0/+1
* st/xvmc: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-301-0/+1
* st/egl: include u_format.h for util_format_get_blocksize()Brian Paul2013-09-301-0/+1
* st/vdpau: use a separate lock per decoderChristian König2013-09-252-9/+12
* st/vdpau: use new vlc function to serach for VC-1 start codesChristian König2013-09-251-2/+1
* gallium: add flush_resource context functionMarek Olšák2013-09-202-3/+11
* vega: Use pipe_context::blit instead of util_blit_pixels_tex.José Fonseca2013-09-182-20/+26
* vdpau/decode: Check max width and max height.Rico Schüller2013-09-151-0/+20
* st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.Johannes Obermayr2013-09-111-0/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-1110-31/+31
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-0/+2
* clover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copiesTom Stellard2013-08-261-1/+1
* st/clover: Add event to deps even if it has been triggeredNiels Ole Salscheider2013-08-261-1/+1
* st/clover: Profiling supportNiels Ole Salscheider2013-08-263-18/+142
* 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