freedreno/a4xx: format updates
[mesa.git] / src / gallium / state_trackers /
2015-08-07 Serge Martin (EdB)clover: Stub missing CL 1.2 functions.
2015-08-03 Zoltan Gilianclover: handle setKernelArg errors
2015-08-03 Zoltan Gilianclover: fix image resource depth and array_size
2015-08-03 Zoltan Gilianclover: pass image attributes to the kernel
2015-08-03 Zoltan Gilianclover: move find_kernels to functions
2015-07-31 EdBclover: make dispatch matches functions def
2015-07-22 Anatoli Antonovitchst/dri: enable 3D textures and sRGB colorspace for EGL
2015-07-22 Marek Olšákst/dri: expose sRGB visuals (v2)
2015-07-22 Emil Velikovscons: don't build the kms-dri winsys
2015-07-22 Emil Velikovandroid: don't build the kms-dri winsys
2015-07-22 Emil Velikovst/dri: unwrap/remove __NOT_HAVE_DRM_H magic
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-16 Marek Olšákgallium: add new limits for shader buffers and images
2015-07-16 EdBclover: little OpenCL status code logging clean
2015-07-15 Brian Paulosmesa: fix OSMesaPixelsStore typo
2015-07-13 Emil Velikovpipe-loader: remove pipe_loader_drm_probe_fd() x_auth...
2015-07-10 Rob Clarkxa: don't leak fences
2015-07-09 Christian Königst/vdpau: fix mixer size checks
2015-07-07 Marek Olšákst/dri: don't set PIPE_BIND_SCANOUT for MSAA surfaces
2015-07-05 Marek Olšákgallium: use fence_finish instead of fence_signalled...
2015-06-29 Grigori Goronzyclover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_M...
2015-06-26 Matt Turnermesa: Enable subdir-objects globally.
2015-06-24 Emil Velikovst/wgl: add stw_nopfuncs.h to the sources lists
2015-06-19 Brian Paulst/wgl: fix WGL_SWAP_METHOD_ARB query
2015-06-19 Brian Paulstw: use new stw_get_nop_function() function to avoid...
2015-06-19 Brian Paulstw: add some no-op functions for GL_EXT_dsa, GL_NV_hal...
2015-06-19 Jose Fonsecast/wgl: Don't return core profile for 3.1 contexts.
2015-06-19 Brian Paulst/wgl: set PIPE_BIND_SAMPLER_VIEW for window color...
2015-06-19 Brian Paulst/wgl: add support for multisample pixel formats
2015-06-19 Brian Paulst/wgl: respect sample count when creating framebuffer...
2015-06-19 Brian Paulst/wgl: fix WGL_SAMPLE_BUFFERS_ARB query
2015-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-06-10 Dave Airliest/dri: check pscreen is valid before querying param
2015-06-09 Chih-Wei Huangandroid: add rules to build gallium/state_trackers/dri
2015-06-05 Marek Olšákclover: clarify and fix the EGL interop error case
2015-06-05 Marek Olšáktgsi/ureg: add support for output array declarations
2015-06-05 Marek Olšáktgsi/ureg: add support for FS input array declarations
2015-05-29 Marek Olšákst/dri: fix postprocessing crash when there's no depth...
2015-05-27 EdBclover: Log build options when dumping clc source.
2015-05-26 Brian Paulxlib: fix X_GLXCreateContextAtrribs/Attribs typo
2015-05-26 Koop Mastclover: Build fix for FreeBSD.
2015-05-23 Grigori Goronzyclover: try userptr for CL_MEM_USE_HOST_PTR
2015-05-23 Grigori Goronzyclover: implement CL_MEM_ALLOC_HOST_PTR
2015-05-15 Alexander von Gluck IVst/hgl: Move st_api creation to st and extern "C" it
2015-05-13 Alexander von Gluck IVgallium/st + hgl: Build fixes for Haiku
2015-05-12 Marek Olšákst/dri: add support for create_context_robustness GLX...
2015-05-12 Francisco Jerezclover: Implement locking of the wait_count, _chain...
2015-05-12 Francisco Jerezclover: Wrap event::_status in a method to prevent...
2015-05-12 Francisco Jerezclover: Refactor event::trigger and ::abort to prevent...
2015-05-11 Tom Stellardclover: Fix a bug with multi-threaded events v2
2015-05-11 Tom Stellardclover: Add a mutex to guard queue::queued_events
2015-05-11 Axel Davyegl/swrast: Enable config extension for swrast
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-04-30 Marek Olšákst/dri: implement the fence interface for CL events
2015-04-30 Marek Olšákgallium,clover: add OpenCL interoperability support...
2015-04-30 Marek Olšákst/dri: implement the fence interface
2015-04-29 EdBclover: remove util/compat
2015-04-29 EdBclover: make module::symbol::name a string
2015-04-29 EdBclover: remove compat::string
2015-04-29 EdBclover: remove compat classes that match std one
2015-04-29 EdBclover: compile all sources with c++11
2015-04-29 Axel Davyst/nine: Remove Managed texture hack.
2015-04-29 Axel Davyst/nine: Enforce LOD 0 for D3DUSAGE_AUTOGENMIPMAP
2015-04-29 Axel Davyst/nine: Some D3DUSAGE_AUTOGENMIPMAP fixes
2015-04-29 Axel Davyst/nine: util_gen_mipmap doesn't need we reset states.
2015-04-29 Axel Davyst/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumes
2015-04-29 Axel Davyst/nine: Fix NineBaseTexture9_PreLoad
2015-04-29 Axel Davyst/nine: Rewrite Managed texture uploads
2015-04-29 Axel Davyst/nine: Bound the dirty regions to resource size
2015-04-29 Axel Davyst/nine: Simplify Surface9 Managed resources implementation
2015-04-29 Axel Davyst/nine: Remove impossible cases with Managed textures
2015-04-29 Axel Davyst/nine: Encapsulate variables for MANAGED resource
2015-04-29 Axel Davyst/nine: Rework texture data allocation
2015-04-29 Axel Davyst/nine: Fix update_vertex_elements bad rebase
2015-04-29 Axel Davyst/nine: Add debug warning when application uses sw...
2015-04-29 Axel Davyst/nine: Rework update_vertex_buffers
2015-04-29 Xavier Bouchouxst/nine: Fix computation of const_used_size
2015-04-29 Xavier Bouchouxst/nine: Fix behaviour of D3DUSAGE_QUERY_POSTPIXELSHADE...
2015-04-29 Xavier Bouchouxst/nine: Improve D3DQUERYTYPE_TIMESTAMP
2015-04-29 Xavier Bouchouxst/nine: Fix D3DQUERYTYPE_TIMESTAMPFREQ query
2015-04-29 Tiziano Bacoccost/nine: Change x86 FPU Control word on device creation
2015-04-29 Axel Davyst/nine: Do not advertise D3DDEVCAPS_TEXTURESYSTEMMEMORY
2015-04-29 Axel Davyst/nine: Fix comment in update_viewport
2015-04-29 Axel Davyst/nine: Workaround barycentrics issue on some cards
2015-04-29 Xavier Bouchouxst/nine: Clear struct pipe_blit_info before use.
2015-04-29 Patrick Rudolphst/nine: NineDevice9_Clear skip fastpath for bigger...
2015-04-29 Axel Davyst/nine: Fix wrong assert in nine_shader
2015-04-29 Axel Davyst/nine: Handle special LIT case
2015-04-28 Leo Liust/va: add h264 decoder level support
2015-04-28 Leo Liust/omx/dec: add h264 decoder level support
2015-04-28 Leo Liust/omx/dec: separate create_video_codec to different...
2015-04-28 Leo Liust/vdpau: add h264 decoder level support
2015-04-27 Zoë BladeFix a few typos
2015-04-27 Olivier Penascons: add target osmesa using gallium state tracker.
2015-04-20 EdBclover: remove pre llvm 3.5.0 compatibility code
2015-04-15 Jose Fonsecast/wgl: Couple of fixes to opengl32.dll's wglCreateCont...
2015-04-05 Rob Clarkxa: support for drivers which use NIR
2015-04-01 Emil Velikovconfigure: nuke --with-max-{width,height}
2015-04-01 Dave Airlieegl: add initial EGL_MESA_image_dma_buf_export v2.4
2015-03-31 Tom Stellardclover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STAT...
next