i965: Fix cache pollution race during L3 partitioning set-up.
[mesa.git] / src /
2016-02-08 Francisco Jerezi965: Fix cache pollution race during L3 partitioning...
2016-02-08 Francisco Jerezi965/fs: Don't emit unnecessary SEL instruction from...
2016-02-08 Matt Turneri965/vec4: Update vec4 unit tests for commit 01dacc83ff.
2016-02-08 Brian Pauldri/common: include debug_output.h to silence warning
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 Paulst/mesa: minor formatting fixes in st_cb_bitmap.c
2016-02-08 Brian Paulmesa: move GL_ARB_debug_output code into new debug_outp...
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-07 Vinson Leemesa/extensions: Fix NVX_gpu_memory_info lexicographica...
2016-02-07 Ilia Mirkinglsl: return cloned signature, not the builtin one
2016-02-07 Ilia Mirkinglsl: make sure builtins are initialized before getting...
2016-02-06 Samuel Pitoisettgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding...
2016-02-06 Timothy Arceriglsl: don't generate transform feedback candidate when...
2016-02-06 Timothy Arceriglsl: replace unreachable code with an assert()
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šákmesa/get: fix a breakage after rebase
2016-02-05 Matt Turneri965/vec4: don't copy ATTR into 3src instructions with...
2016-02-05 Marek Olšákgallium/radeon: implement query_memory_info (v2)
2016-02-05 Marek Olšákst/mesa: implement and enable memory info extensions...
2016-02-05 Marek Olšákmesa: implement GL_ATI_meminfo (v2)
2016-02-05 Marek Olšákmesa: implement GL_NVX_gpu_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 Steinar H. Gundersonmesa: Fix locking of GLsync objects.
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 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when constan...
2016-02-05 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when vertex...
2016-02-05 Nicolai Hähnlest/mesa: reduce the scope of sampler_view in try_pbo_up...
2016-02-05 Nicolai Hähnlest/mesa: do uploads earlier in try_pbo_upload_common
2016-02-05 Neil Robertsmain: Use a derived value for the default sample count
2016-02-05 Neil Robertsprogram: Use _mesa_geometric_samples to calculate gl_Nu...
2016-02-05 Neil Robertsmain: Use _mesa_geometric_samples to calculate GL_SAMPL...
2016-02-05 Neil Robertsmain: Use _mesa_geometric_samples to calculate the...
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 Mirkinst/mesa: add query buffer support
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-05 Ilia Mirkinmesa: add core implementation of ARB_query_buffer_object
2016-02-05 Ilia Mirkinmesa: add driver interface for writing query results...
2016-02-05 Rafal Mielniczukmesa: Handle QUERY_BUFFER_BINDING in GetIntegerv
2016-02-05 Rafal Mielniczukmesa: Add QueryBuffer to context
2016-02-05 Rafal Mielniczukmesa: Add ARB_query_buffer_object extension flag
2016-02-05 Rafal Mielniczukglapi: Add xml infrastructure for ARB_query_buffer_object
2016-02-04 Timothy Arceriglsl: simplify setting of image access qualifiers
2016-02-04 Timothy Arcerimesa: remove dead program parameter functions
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
next