dri_util: move drawable functions
[mesa.git] / src / gallium / state_trackers /
2011-11-04 George Sapountzisdri: drop drisw_util.h
2011-11-04 George Sapountzisdri: unify __DRIscreenRec
2011-11-04 George Sapountzisdri: unify __DriverAPIRec
2011-11-04 George Sapountzisdri: drop drmLock remnants
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add support for VC-1 decoding
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add mpeg4 part2 to PipeToProfile...
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add support for MPEG4 Part 2
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Test if profile is supported...
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add num_slices to mpeg12 picture...
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Implement VdpGenerateCSCMatrix
2011-11-02 Morgan ArmandwglSetPixelFormat should ignore the ppfd parameter.
2011-11-02 José Fonsecagallium/dri: Remove references to vblank.
2011-11-02 Kristian HøgsbergFix gallium dri compile and a merge conflict
2011-11-02 Kristian Høgsbergdri: Remove unused dri texmem.c
2011-11-02 Kristian Høgsbergdri: Drop unused dri renderbuffer helper functions
2011-11-02 Kristian Høgsbergdri: Remove unnecessary timestamp pointer indirection
2011-11-02 Kristian Høgsbergdri: Remove cliprect information from __DRIdrawable
2011-11-02 Kristian Høgsbergdri: Remove driMediaStreamCounterExtension
2011-11-02 Kristian Høgsbergdri: Remove driSwapControlExtension
2011-11-02 Kristian Høgsbergdri: Drop driCopySubBufferExtension
2011-11-02 Kristian Høgsbergdri: Drop driReadDrawableExtension
2011-11-02 Kristian Høgsbergdri: Drop driLegacyExtension
2011-11-02 George Sapountzisst/dri/sw: add get_image inline helper similar to put_image
2011-11-02 Benjamin Franzkest/dri/sw: Fix incorrect cast
2011-11-02 Benjamin Franzkest/dri/sw: Implement texture_from_pixmap
2011-11-02 Benjamin FranzkeRevert "Duplicate state_tracker/dri/sw/dri_drawable.c"
2011-11-02 Benjamin FranzkeRevert "state_trackers/dri/sw: Implement texture_from_p...
2011-11-01 Thomas Hellstromst/xa: Add a scanout flag for surfaces
2011-10-31 Thomas Hellstromst/xa: Plug a pipe context leak.
2011-10-28 Morgan Armandimplement WGL_ARB_create_context
2011-10-26 Brian Paulst/glx: fix mixed declarations and code, remove unused var
2011-10-25 Stéphane Marchesinst/glx: Implement texture_from_pixmap without DRI.
2011-10-21 Christoph Bumillerd3d1x: set primitive restart in the correct draw calls
2011-10-21 Christoph Bumillerd3d1x: fix/improve OMSetRenderTargets
2011-10-21 Christoph Bumillerd3d1x: avoid translating invalid blend, depth or stenci...
2011-10-21 Christoph Bumillerd3d1x: add support for buffer views
2011-10-21 Christoph Bumillerd3d1x: improve CreateInputLayout
2011-10-21 Christoph Bumillerd3d1x/context: fix IASetVertexBuffers stride comparison
2011-10-21 Christoph Bumillerd3d1x: use ZS formats for TYPELESS resources with DS...
2011-10-21 Christoph Bumillerd3d1x: use resource format if view format is UNKNOWN
2011-10-21 Christoph Bumillerd3d1x: fix shadow comparison to gallium enum off by one
2011-10-21 Christoph Bumillerd3d1x: improve CheckFormatSupport
2011-10-21 Christoph Bumillerd3d1x: update format mapping table
2011-10-21 Christoph Bumillerd3d1x: fix translation of subresource to layer
2011-10-21 Christoph Bumillerd3d1x: fix initial data upload for 3D textures
2011-10-21 Christoph Bumillerd3d1x: MipLevels -1 in resource view desc means all
2011-10-21 Christoph Bumillerd3d1x/dxgi: fix initialization of pipe_box for Present...
2011-10-21 Christoph Bumillerd3d1x: implement array textures
2011-10-21 Christoph Bumillerd3d1x: fix refcounting of GalliumD3D11DeviceChild objects
2011-10-21 Christoph Bumillerd3d1x/sm4: save CUSTOMDATA
2011-10-21 Christoph Bumillerd3d1x: add FORK/JOIN phase opcodes to declarations
2011-10-21 Christoph Bumillerd3d1x: add shader signature to sm4_program
2011-10-21 Christoph Bumillerd3d1x: attempt to detect D3D10 feature level
2011-10-21 Christoph Bumillerd3d1x: switch to TGSI SAMPLE opcodes
2011-10-20 Christoph Bumillerd3d1x: make use of new query types
2011-10-14 Thomas Hellstromst/dri: Hook up throttling based on the drm driver_desc...
2011-10-14 Thomas Hellstromst/dri: Implement the new dri2 throttling extension
2011-10-13 Mathias Froehlichst/wgl: Release stw_framebuffer::mutex after pbuffer...
2011-10-13 Christoph Bumillerd3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDER
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-09 José Fonsecast/glx/xlib: Advertise GLX_ARB_create_context(_profile)
2011-10-06 Stéphane Marchesinst/glx: remove the duplicated Drawable member.
2011-10-04 Brian Paulegl: restore missing \ in Makefile
2011-10-04 Stéphane Marchesinconfigure: replace pkg-config calls with $(PKG_CONFIG...
2011-10-04 Stephen Whitest/glx: Set the drawable attribute on xmesa_buffer...
2011-09-30 Marek Olšákgallium: add PIPE_CAP_CONDITIONAL_RENDER
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-29 Thomas Hellstromst/xa: Don't call fence_reference with an unitialized...
2011-09-29 Thomas Hellstromst/xa: surfaces and sampler views are per context
2011-09-28 Christoph Bumillerd3d1x: propagate DepthBiasClamp to rasterizer cso
2011-09-28 Christoph Bumillerd3d1x: fix uninitialized const color union black
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-22 Christoph Bumillerd3d1x: setup draw info primitive restart parameters
2011-09-21 Chia-I Wust/vega: fix drawing images with alpha channel
2011-09-21 Chia-I Wust/vega: fix vg_context_is_object_valid()
2011-09-20 Chia-I Wust/egl: add support for null platform
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-17 Christoph Bumillerd3d1x: fix parsing of SM4 relative addressing register op
2011-09-17 Christoph Bumillerd3d1x: set flatshade_first in rasterizer state
2011-09-17 Christoph Bumillerd3d1x: initialize point size and line width to 1
2011-09-14 Emeric Grangest/vdpau: Preliminary support for timestamped output...
2011-09-14 Emeric Grangest/vdpau: Output surfaces that are too large to fit...
2011-09-14 Emeric Grangest/vdpau: Add get_clear_color capability
2011-09-14 Emeric Grangest/vdpau: Add documentation from the VDPAU API and...
2011-09-14 Emeric Grangest/vdpau: Various whitespace cleanups found while readi...
2011-09-14 Emeric Grangeg3dvl: Add max_references parameter to vl_create_decoder()
2011-09-10 Marek Olšákst/dri: remove the call to driInitExtensions
2011-09-09 Chia-I Wud3d1x: fix a build error
2011-09-09 Chia-I Wust/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-09-08 José Fonsecast/egl: Fix GDI build.
2011-09-08 Benjamin Franzkest/egl: add premultiplied alpha support to wayland
2011-09-08 Benjamin Franzkest/egl: correctly return configs under wayland
2011-09-08 Chia-I WuRevert "st/egl: correctly return configs under wayland"
2011-09-08 Chia-I WuRevert "st/egl: add premultiplied alpha support to...
2011-09-08 Chia-I Wust/egl: add premultiplied alpha support to wayland
2011-09-08 Chia-I Wust/egl: correctly return configs under wayland
2011-09-08 Chia-I Wust/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHA
2011-09-08 Chia-I Wust/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHA
2011-09-08 Chia-I Wust/egl: add native_present_control
2011-09-07 Chia-I Wust/egl: track changes to drop wl_visual in wayland
next