gallium/util: whitespace, formatting fixes in u_debug.c
[mesa.git] / src / gallium /
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...
2016-02-03 Leo Liuvl: add zig zag scan for list 4x4
2016-02-03 Roland Scheideggerllvmpipe: use scissor_planes_needed helper function
2016-02-02 Niels Ole Salscheiderwinsys/radeon: Do not deinit the pb cache if it was...
2016-02-02 Marek Olšáktgsi/scan: add tgsi_shader_info::reads_samplemask
2016-02-02 Marek Olšákradeonsi: rework RB+ for Stoney
2016-02-02 Marek Olšákradeonsi: rename cb_target_mask state to cb_render_state
2016-02-02 Marek Olšákradeonsi: treat intensity render targets exactly like red
2016-02-02 Marek Olšáktgsi: set correct src type for UP2H
2016-02-02 Dave Airlievirgl: mark function as static
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-02-02 Roland Scheideggertgsi: add PK2H/UP2H support
2016-02-02 Roland Scheideggerllvmpipe: drop scissor planes early if the tri is fully...
2016-02-02 Roland Scheideggerllvmpipe: minor cleanup of sse2 for calc_fixed_position
2016-02-02 Roland Scheideggerllvmpipe: use vector loads for (optimized) tri raster...
2016-02-02 Roland Scheideggermesa: fix typo in python scripts
2016-02-01 Rob Herringvirgl: also build vtest for Android
2016-02-01 Rob Herringvirgl: fix reference counting of prime handles
next