Move nv30, nv50 and nvc0 to nouveau.
[mesa.git] / src / gallium / state_trackers /
2013-09-11 Johannes Obermayrst/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAY...
2013-09-11 Maarten Lankhorstst/dri: do not create a new context for msaa copy
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-08-27 Tom Stellardclover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for...
2013-08-27 Niels Ole Salscheiderst/clover: Add event to deps even if it has been triggered
2013-08-27 Niels Ole Salscheiderst/clover: Profiling support
2013-08-22 Matt Turnerbuild: Add --enable-gallium-osmesa flag.
2013-08-21 Rico Schüllervdpau/decode: Fix comment.
2013-08-21 Rico Schüllervl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit...
2013-08-20 Maarten Lankhorstgallium/osmesa: add same checks to OSMesaMakeCurrent...
2013-08-19 Emil Velikovst/vdpau: drop unnecessary variable prof
2013-08-19 Emil Velikovst/xvmc: exit gracefully if we fail to create video...
2013-08-19 Emil Velikovst/vdpau: don't try to create video buffer when the...
2013-08-19 Andy Furnissvdpau/vl 422 chroma width/height mix up
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: rename enum pipe_video_codec to pipe_video_format
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-17 Eric Anholtdri: Choose a decent global driNConfigOptions.
2013-08-14 Rico Schüllervl: Add support for max level query v2
2013-08-07 Kristian Høgsberggallium-egl: Commit the rest of the native_wayland_drm_...
2013-08-07 Ander Conselvan... egl: Update to Wayland 1.2 server API
2013-08-07 Ander Conselvan... gallium-egl: Don't add a listener for wl_drm twice...
2013-08-07 Ander Conselvan... gallium-egl: Simplify native_wayland_drm_bufmgr_helper...
2013-07-30 Marek Olšákst/dri: add a new driconf option disable_shader_bit_enc...
2013-07-30 Marek Olšákmesa,glsl,st/dri: add a new driconf option force_glsl_v...
2013-07-30 Marek Olšákst/dri: remove driOptionCache from dri_context in favor...
2013-07-30 Marek Olšákst/dri: move enabling postprocessing to dri_screen
2013-07-30 Marek Olšákst/dri: remove more unused driconf options
2013-07-30 Marek Olšákst/dri: implement the driconf option force_s3tc_enable...
2013-07-30 Marek Olšákdriconf: remove the unused option allow_large_textures
2013-07-30 Marek Olšákst/dri: support the driconf option disable_blend_func_e...
2013-07-30 Marek Olšákst/osmesa: initialize disable_glsl_line_continuations
2013-07-30 Jonathan Charestclover: Added missing address space checking of kernel...
2013-07-26 Niels Ole Salscheiderst/clover: Allow double precision operations
2013-07-25 Jerome Glissexa: move surface to ref/unref api
2013-07-25 Jerome Glissexa: let ddx handle flush
2013-07-25 Jerome Glissexa: export a common context flush function
2013-07-25 Jerome Glissexa: add handle type parameter to get handle
2013-07-25 Rob Clarkxa: add xa_surface_from_handle()
2013-07-22 Francisco Jerezclover: Respect kernel argument alignment restrictions.
2013-07-22 Francisco Jerezclover: Extend kernel arguments for differing host...
2013-07-22 Francisco Jerezclover: Byte-swap kernel arguments when host and device...
2013-07-22 Francisco Jerezclover: Add kernel argument fields to allow differing...
2013-07-22 Francisco Jerezclover: Pass corresponding module::argument to kernel...
2013-07-22 Tom Stellardclover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
2013-07-11 Jonathan Grayst/xvmc/tests: avoid non portable error.h functions
2013-06-28 Tom Stellardclover: Don't segfault when compiling a program with...
2013-06-27 Tom Stellardclover: Fix build with LLVM 3.4
2013-06-26 Brian Paulvega: add some casts to silence MSVC warnings
2013-06-24 Richard Sandifordst/dri/sw: Fix pitch calculation in drisw_update_tex_buffer
2013-06-24 Adam Jacksongallium: Fix llvmpipe on big-endian machines
2013-06-17 Richard Sandifordst/xlib: Fix XImage stride calculation
2013-06-17 Richard Sandifordst/xlib Fix XIMage bytes-per-pixel calculation
2013-06-13 Marek Olšákst/dri: if flushing a drawable, don't set reason=SWAPBU...
2013-06-13 Marek Olšákst/dri: resolve the back buffer only in SwapBuffers
2013-06-13 Marek Olšákst/dri: manually swap MSAA front and back buffers in...
2013-06-13 Marek Olšákst/dri: always copy new DRI front and back buffers...
2013-06-13 Marek Olšákst/dri: refactor dri_msaa_resolve
2013-06-13 Marek Olšákst/dri: reuse depth-stencil and MSAA resources after...
2013-06-13 Marek Olšákst/dri: fix MSAA resolving of buffers with height ...
2013-06-13 Marek Olšákgallium/util: make WRITES_ALL_CBUFS optional in the...
2013-06-08 Stéphane Marchesinst/xlib: Flush the front buffer before doing CopySubBuffer
2013-06-08 Stéphane Marchesinst/xlib: Fix upside down coordinates for CopySubBuffer
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-27 Christian Königst/vdpau: destroy handle table only when it's empty
2013-05-27 Christian Königst/vdpau: remove vlCreateHTAB from surface functions
2013-05-27 Christian Königst/vdpau: invalidate the handles on destruction
2013-05-24 Brian Paulst/glx: add null ctx check in glXDestroyContext()
2013-05-24 Brian Paulst/glx/xlib: assorted whitespace, comment fixes
2013-05-21 Brian Paulst/glx/xlib: check for null ctx pointer in glXIsDirect()
2013-05-14 Christian Königvl/vdpau: fix PresentationQueueQuerySurfaceStatus
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-03 Lauri Kasanenst/xvmc/tests: Fix build failure, v2
2013-05-03 Chia-I Wust/egl: fix bulid errors on Android 4.2
2013-05-01 Christian Königst/vdpau: fix background handling in the mixer
2013-05-01 Christian Königvl/buffer: use 2D_ARRAY instead of 3D textures
2013-05-01 Christian Königvl/compositor: cleanup background clearing
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-19 Eric Anholtmesa: Use quotes on bool driconf options to prevent...
2013-04-18 Vadim Girlingallium: handle drirc disable_glsl_line_continuations...
2013-04-17 Brian Paulst/wgl: fix issue with SwapBuffers of minimized windows
2013-04-15 Matt Turnerbuild: Stop using GALLIUM_STATE_TRACKERS_DIRS for SUBDIRS
2013-04-15 Matt Turnerbuild: Move src/mapi/mapi/* to src/mapi/
2013-04-13 Francisco Jerezclover: Fix usage of incorrect object as destination...
2013-04-13 Francisco Jerezclover: Define platform class and merge with device_reg...
2013-04-13 Francisco Jerezclover: Add missing fields to the module serializer.
2013-04-10 Brian Paulst/osmesa: re-use buffers in OSMesaMakeCurrent()
2013-04-09 Christian Königst/vdpau: fix subtitle related bug v2
2013-04-05 Tom Stellardgallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers...
2013-04-05 José Fonsecast/wgl: Install our windows message hook to threads...
2013-04-04 Brian Paulst/xlib: add HUD support for xlib/GLX
2013-04-04 Brian Paulst/wgl: add HUD support
2013-04-04 Brian Paulst/wgl: make stw_current_context() non-static
2013-04-01 Mike Lothianclover: Fix build with LLVM 3.3
next