summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: use dst surface size if clip width/height is zeroChristian König2012-02-061-2/+2
* st/vdpau: implement vlVdpOutputSurfaceQueryCapabilitiesChristian König2012-02-061-2/+36
* st/xvmc: respect caps when creating video buffersChristian König2012-02-061-0/+6
* st/vdpau: use interlacing capabilitiesChristian König2012-02-062-1/+15
* st/vdpau: implement uploads to interlaced video buffersChristian König2012-02-061-21/+27
* gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate eventsVille Syrjala2012-02-031-13/+17
* gallium/postprocess: Fix depth logicLauri Kasanen2012-02-021-2/+1
* vl: fix some missing prototypes errorChristian König2012-01-311-0/+1
* vega: memset data array to zero to silence uninitialized var warningsBrian Paul2012-01-311-0/+2
* st/dri: Support 24bit formats in dri2_allocate_bufferBenjamin Franzke2012-01-301-0/+3
* st/xvmc: remove xorg-server dependencyChristian König2012-01-251-1/+2
* st/dri: Remove useless flush front.Stéphane Marchesin2012-01-181-2/+7
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-1/+1
* Complete ARGB8888 naming convention format renames missedScott Moreau2012-01-171-4/+3
* vl: fix YV12 handlingChristian König2012-01-151-1/+1
* st/vdpau: recreate video buffer if decode doesn't like itChristian König2012-01-151-1/+21
* st/vdpau: recreate video buffer if format doesn't matchChristian König2012-01-152-19/+37
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-152-2/+12
* vl: add h264 infrastructureChristian König2012-01-151-0/+64
* vl: move away from state like parametersChristian König2012-01-152-172/+150
* vl/video_buffer: use template style create paramsChristian König2012-01-152-9/+15
* st/xa: Bump version to 1.0.0 according to the READMEThomas Hellstrom2012-01-121-2/+2
* st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.José Fonseca2012-01-111-1/+3
* st/glx/xlib: call register_with_display() in glXChooseFBConfig()Brian Paul2012-01-111-0/+3
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-115-32/+16
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-107-22/+9
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-095-52/+4
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-022-4/+51
* st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul2011-12-301-1/+1
* vl: call decode_bitstream only onceChristian König2011-12-261-4/+7
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-243-6/+9
* st-api: Have context_create explain why creation failedIan Romanick2011-12-232-4/+14
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-232-10/+34
* xvmc: Remove unused variableMaarten Lankhorst2011-12-201-3/+0
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-204-14/+0
* vdpau: Add background surface supportMaarten Lankhorst2011-12-191-1/+10
* vdpau: Add support for mixer attributesMaarten Lankhorst2011-12-193-15/+147
* vdpau: Add support for parametersMaarten Lankhorst2011-12-193-6/+126
* d3d1x: implement new stream output interfaceChristoph Bumiller2011-12-157-50/+213
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+1
* st/xa: Disable composite solid fill with maskThomas Hellstrom2011-12-151-1/+19
* st/xa: Fix format conversion copy alpha channelThomas Hellstrom2011-12-153-3/+13
* st/xa: Fix component alpha checkThomas Hellstrom2011-12-151-2/+1
* st/egl: fix compiler warningsChia-I Wu2011-12-152-3/+3
* st/egl: Implement EGL_NOK_swap_region for x11Fredrik Höglund2011-12-153-20/+51
* st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund2011-12-153-3/+46
* st/vdpau: fix unwanted output scalingChristian König2011-12-141-7/+12
* st/vdpau: some mixer fixesChristian König2011-12-143-2/+8