radeonsi: move BCOLOR PS input locations after all other inputs
[mesa.git] / src / gallium /
2016-02-09 Marek Olšákradeonsi: move BCOLOR PS input locations after all...
2016-02-09 Marek Olšákradeonsi: move SPI_PS_INPUT_CNTL value computation...
2016-02-09 Marek Olšákradeonsi: generate a color_two_side variant only if...
2016-02-09 Marek Olšákradeonsi: move si_shader_context initialization into...
2016-02-09 Ilia Mirkinnv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Ilia Mirkinnv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Ilia Mirkinilo: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Nicolai Hähnledraw: use util_pstipple_* function for stipple pattern...
2016-02-09 Nicolai Hähnledraw: use util_pstipple_create_fragment_shader
2016-02-09 Marek Olšákwinsys/radeon: fix a wrong NUM_TILE_PIPES value from...
2016-02-08 Brian Paultgsi: minor whitespace fixes in tgsi_scan.c
2016-02-08 Brian Paultgsi: s/true/TRUE/ in tgsi_scan.c
2016-02-08 Brian Paultgsi: use switches instead of big if/else ifs
2016-02-08 Brian Paultgsi: break gigantic tgsi_scan_shader() function into...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug_s...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_staging...
2016-02-08 Brian Paulgallium/util: switch over to new u_debug_image.[ch...
2016-02-08 Brian Paulgallium/util: put image dumping functions into separate...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug.c
2016-02-07 Samuel Pitoisettrace: add missing pipe_context::clear_texture()
2016-02-07 Samuel Pitoisettrace: remove useless MALLOC() in trace_context_draw_vbo()
2016-02-06 Samuel Pitoisettgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding...
2016-02-06 Jan Veselyr600, compute: Do not overwrite pipe_resource.screen
2016-02-05 Jan Veselyr600g: Ignore format for PIPE_BUFFER targets
2016-02-05 Marek Olšákgallium/radeon: implement query_memory_info (v2)
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Marek Olšákgallium/radeon: remove radeon_info::r600_tiling_config
2016-02-05 Marek Olšákgallium/radeon: get pipe_interleave_bytes AKA group_byt...
2016-02-05 Marek Olšákgallium/radeon: set num_banks in the winsys
2016-02-05 Marek Olšákgallium/radeon: just get num_tile_pipes from the winsys
2016-02-05 Marek Olšákwinsys/amdgpu: add an assertion to cik_get_num_tile_pip...
2016-02-05 Marek Olšákwinsys/amdgpu: remove an r600-only setting
2016-02-05 Marek Olšákgallium/radeon: rename & reorder members of radeon_info
2016-02-05 Nicolai Hähnleradeonsi: add placeholder MC and SRBM performance count...
2016-02-05 Nicolai Hähnleradeonsi: re-order the SQ_xx performance counter blocks
2016-02-05 Nicolai Hähnleradeonsi: re-order the perfcounter hardware blocks
2016-02-05 Nicolai Hähnlegallium/radeon: add GPIN driver query group
2016-02-05 Nicolai Hähnleradeonsi: Allow dumping LLVM IR before optimization...
2016-02-05 Nicolai Hähnlegallium/radeon: emit LLVM `ret void` before radeon_llvm...
2016-02-05 Ilia Mirkinnvc0: avoid negatives in PUSH_SPACE argument
2016-02-05 Ilia Mirkinnvc0: add some missing PUSH_SPACE's
2016-02-05 Ilia Mirkinnvc0/ir: fix converting between predicate and gpr
2016-02-05 Ilia Mirkinnvc0: add support for ARB_query_buffer_object
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-05 Ilia Mirkingallium: add a way to store query result into buffer
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 RudolphDRI_CONFIG: Add option to override vendor id
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-04 Marek Olšákradeonsi: implement PK2H and UP2H opcodes
2016-02-04 Marek Olšákradeonsi: fix Hyper-Z on Stoney
2016-02-03 Ilia Mirkinnv50/ir: make sure to fetch all sources before creating...
2016-02-03 Ilia Mirkinnv50: avoid freeing the symbols if they're about to...
2016-02-03 Nicolai Hähnlegallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_...
2016-02-03 Nicolai Hähnlegallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2016-02-03 Leo Liust/omx/dec/h264: fix corruption when scaling matrix...
next