gallium: Add capability for ARB_robust_buffer_access_behavior.
[mesa.git] / src / gallium / state_trackers /
2016-04-08 Thomas Hindoe Paab... st/va: avoid dereference after free in vlVaDestroyImage
2016-04-07 Michel DänzerRevert "clover: Fix build against clang SVN >= r265359"
2016-04-05 Michel Dänzerclover: Fix build against clang SVN >= r265359
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Bas Nieuwenhuizengallium: add global buffer memory barrier bit
2016-04-01 Bas Nieuwenhuizengallium: add compute shader IR type
2016-03-30 Thomas Hindoe Paab... st/vdpau: correct null check
2016-03-29 Christian Königst/vdpau: implement the new DMA-buf based interop v2
2016-03-29 Christian Königst/vdpau: move FormatRGBAToPipe into the interop
2016-03-29 Christian Königst/vdpau: use linear layout for output surfaces
2016-03-25 Brian Paulst/xa: emit sampler view declarations in shaders
2016-03-20 Nishanth Peethambaranst/omx/dec: Correct the timestamping
2016-03-20 Nishanth Peethambaranst/omx: Remove trailing spaces
2016-03-17 Christian Königgallium/winsys/drm: add offset to struct winsys_handle
2016-03-14 Hans de Goedeclover: Fix pipe_grid_info.indirect not being initialized.
2016-03-12 Boyuan Zhangst/va: add HEVC main 10 profile
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-03-05 George Kyriazisst/xlib: Don't destroy screen on XCloseDisplay()
2016-03-04 George Kyriazisst/xlib: Hang off screen destructor off main XCloseDisp...
2016-03-04 George Kyriazisst/xlib: Support unlimited number of display connections
2016-02-29 Axel Davyst/nine: Fix second Multithreading issue with MANAGED...
2016-02-29 Axel Davyst/nine: Fix Multithreading issue with MANAGED buffers
2016-02-29 Axel Davyst/nine: Handle READONLY for buffer MANAGED pool
2016-02-29 Axel Davyst/nine: Use Position input helper for ps3 declared...
2016-02-29 Axel Davyst/nine: Introduce helper for Position shader input
2016-02-29 Koop Mastst/clover: Add libelf cflags to the build
2016-02-25 Emil Velikovst/nine: don't forget to bundle the nine_limits.h file
2016-02-14 Serge Martinclover: fix build failure since bfd695e
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2016-02-12 Axel Davyst/nine: Implement Managed vertex/index buffers
2016-02-12 Axel Davyst/nine: Align stack for entry points
2016-02-12 Axel Davyst/nine: Drop path for ureg_NRM and ureg_CLAMP
2016-02-12 Axel Davyst/nine: Remove usage of SQRT in ff code
2016-02-12 Axel Davyst/nine: Fix stateblocks crashes with lights
2016-02-12 Axel Davyst/nine: SCRATCH does support all formats
2016-02-12 Axel Davyst/nine: Add format checks to create_zs_or_rt_surface
2016-02-12 Axel Davyst/nine: Support ATI1/ATI2 for CubeTexture
2016-02-12 Axel Davyst/nine: Clean pSharedHandle Texture ctors checks
2016-02-12 Axel Davyst/nine: Move texture creation checks
2016-02-12 Axel Davyst/nine: Clean useless code in texture9.c
2016-02-12 Axel Davyst/nine: Do not set SHARED flag for shared textures.
2016-02-12 Axel Davyst/nine: Do not set resource usage for SYSTEMMEM
2016-02-04 Axel Davyst/nine: Use align_free when needed
2016-02-04 Axel Davyst/nine: Disallow non-argb8888 cursors
2016-02-04 Axel Davyst/nine: Enforce centroid for color input when multisam...
2016-02-04 Axel Davyst/nine: Fix centroid flag
2016-02-04 Axel Davyst/nine: Use fast clears more often for MRTs
2016-02-04 Axel Davyst/nine: Use linear filtering for shadow mapping
2016-02-04 Patrick Rudolphst/nine: Respect block alignment on surface lock
2016-02-04 Axel Davyst/nine: Add Render state validation layer
2016-02-04 Patrick Rudolphst/nine: Implement NineDevice9_GetAvailableTextureMem
2016-02-04 Patrick Rudolphst/nine: Handle Window Occlusion
2016-02-04 Patrick Rudolphst/nine: Store minor version num
2016-02-04 Axel Davyst/nine: Call flush_resource before flush
2016-02-04 Patrick Rudolphst/nine: Fix remaining swapchain tests
2016-02-04 Axel Davyst/nine: Fix crash NineDevice9_CreateAdditionalSwapChain
2016-02-04 Patrick Rudolphst/nine: Fix possible crash on error
2016-02-04 Patrick Rudolphst/nine: Test more presentation params
2016-02-04 Patrick Rudolphst/nine: Fix resource9 private data
2016-02-04 Patrick Rudolphst/nine: Print GUID instead of pointer
2016-02-04 Patrick Rudolphst/nine: Fix use of uninitialized memory
2016-02-04 Patrick Rudolphst/nine: Fix clear for multisample mismatch depth-stencil
2016-02-04 Patrick Rudolphst/nine: Fix Volumetexture9_LockBox
2016-02-04 Axel Davyst/nine: Fix ATI2 pitch for non-square
2016-02-04 Patrick Rudolphst/nine: Support D3DFMT_R8G8B8
2016-02-04 Patrick Rudolphst/nine: Use cso for viewport
2016-02-04 Patrick Rudolphst/nine: Fix shade mode flat
2016-02-04 Patrick Rudolphst/nine: Clear rendertarget on creation
2016-02-04 Patrick Rudolphst/nine: Allow ColorFill on D3DFMT_NULL surfaces
2016-02-04 Axel Davyst/nine: Introduce STREAMFREQ state
2016-02-04 Axel Davyst/nine: Catch redundant SetStreamSourceFreq calls
2016-02-04 Patrick Rudolphst/nine: Squash indexbuffer9 and vertexbuffer9
2016-02-04 Axel Davyst/nine: Unset vtxbuf on reset
2016-02-04 Axel Davyst/nine: Use pipe_resource_reference for vtxbuf
2016-02-04 Axel Davyst/nine: Use ff vertex shader when position_t is used
2016-02-04 Patrick Rudolphst/nine: Don't increment refcount on VertexDeclaration...
2016-02-04 Axel Davyst/nine: Change StretchRect check order
2016-02-04 Axel Davyst/nine: Initialize lights in stateblocks
2016-02-04 Patrick Rudolphst/nine: Fix fixed-function blendweights
2016-02-04 Patrick Rudolphst/nine: Always normalize hitDir
2016-02-04 Patrick Rudolphst/nine: Replace r[0] with tmp
2016-02-04 Patrick Rudolphst/nine: Fix ff calculation of midVec
2016-02-04 Patrick Rudolphst/nine: Implement D3DRS_SPECULARENABLE
2016-02-04 Patrick Rudolphst/nine: Fix D3DRS_LOCALVIEWER being ignored
2016-02-04 Axel Davyst/nine: Fix rounding issue with vs1.1 a0 reg
2016-02-04 Axel Davyst/nine: Fix D3DPMISCCAPS_FOGANDSPECULARALPHA support
2016-02-04 Patrick Rudolphst/nine: Fix AlphaCmpCaps
2016-02-03 Leo Liust/omx/dec/h264: fix corruption when scaling matrix...
2016-01-19 Christian Königst/va: fix motion adaptive deinterlacing
2016-01-18 Christian Königst/va: add motion adaptive deinterlacing v2
2016-01-18 Michel Dänzerst/dri: Don't call invalidate_resource for NULL depth...
2016-01-12 Tom St Denisst/omx: Avoid segfault in deconstructor if constructor...
2016-01-12 Christian Königst/va: add BOB deinterlacing v2
2016-01-12 Christian Königst/va: add NV12 -> NV12 post processing v2
2016-01-12 Christian Königst/va: use vl_video_buffer_adjust_size
2016-01-12 Christian Königst/vdpau: use vl_video_buffer_adjust_size
2016-01-12 Christian Königst/va: make the implementation thread safe v2
2016-01-08 Marek Olšáknine: allow fragment shader POSITION and FACE to be...
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2016-01-05 Julien Isorcest/va: count number of slices
next