radeonsi: pass pipe_debug_callback down into si_shader_binary_read (v2)
[mesa.git] / src / gallium / drivers /
2016-01-02 Nicolai Hähnleradeonsi: pass pipe_debug_callback down into si_shader_...
2016-01-02 Nicolai Hähnlegallium/radeon: implement set_debug_callback
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_buffer manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2016-01-02 Ilia Mirkinnv50,nvc0: make sure there's pushbuf space and that...
2015-12-31 Kenneth Graunkenvc0: Set winding order regardless of domain.
2015-12-30 Ilia Mirkinnvc0: add ARB_shader_draw_parameters support
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-30 Ilia Mirkinnv50/ir: attempt to do more constant folding on mad...
2015-12-29 Ilia Mirkinnv50/ir: float(s32 & 0xff) = float(u8), not s8
2015-12-29 Nicolai Hähnleradeonsi: add RADEON_REPLACE_SHADERS debug option
2015-12-29 Nicolai Hähnleradeonsi: count compilations in si_compile_llvm
2015-12-29 Grazvydas Ignotasr600: fix constant buffer size programming
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-28 Ilia Mirkinnvc0: don't forget to reset VTX_TMP bufctx slot after...
2015-12-28 Ilia Mirkinnv50,nvc0: add a note when converting vertex elements...
2015-12-23 Rob Clarkfreedreno/ir3: spelling..
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-22 Ben Skeggsnvc0: remove use of deprecated sw class identifier
2015-12-22 Ben Skeggsnv50: fix g98+ vdec class allocation
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device_wrap()
2015-12-22 Ben Skeggsnouveau: fix screen creation failure paths
2015-12-22 Ben Skeggsnouveau: return nouveau_screen from hw-specific creatio...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::drm_v...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::fd
2015-12-21 Dave Airlier600: fix viewport clipping handling (v2)
2015-12-21 Dave Airlieradeonsi: fix viewport clipping handling. (v2)
2015-12-21 Dave Airlier600: drop VTX_CNT_EN write from initial state
2015-12-21 Nicolai Hähnlegallium/radeon: fix regression in a number of driver...
2015-12-19 Eric Anholtvc4: Do instruction scheduling on the QIR to hide textu...
2015-12-19 Eric Anholtvc4: Fix latency handling for QPU texture scheduling.
2015-12-19 Eric Anholtvc4: Keep sample mask writes from being reordered after...
2015-12-18 Rob Herringfreedreno/ir3: fix 32-bit builds with pointer-to-int...
2015-12-18 Nicolai Hähnlegallium/radeon: only dispose locally created target...
2015-12-17 Jonathan Grayconfigure.ac: use pkg-config for libelf
2015-12-17 Samuel Pitoisetnv50: free memory allocated by the prog which reads...
2015-12-17 Brian Paulsvga: don't use debug code in update_state() in release...
2015-12-16 Samuel Pitoisetnv50,nvc0: free memory allocated by performance metrics
2015-12-16 Samuel Pitoisetnvc0: free memory allocated by the prog which reads...
2015-12-16 Samuel Pitoisetnvc0: fix metric-achieved_occupancy calculation on...
2015-12-15 Samuel Pitoisetnvc0: remove old comment related to metric calculations
2015-12-15 Eric Anholtvc4: Add support for dumping executed commands to a...
2015-12-15 Eric Anholtvc4: Import updated vc4_drm.h with hang state.
2015-12-15 Eric Anholtvc4: Only update vc4->msaa when the framebuffer changes.
2015-12-15 Eric Anholtvc4: Don't consider nr_samples==1 surfaces to be MSAA.
2015-12-15 Eric Anholtvc4: Fix min() wrapper definition for the simulator...
2015-12-15 Eric Anholtvc4: Warn instead of abort()ing on exec ioctl failures.
2015-12-15 Nicolai Hähnleradeonsi: fix perfcounter selection for SI_PC_MULTI_BLO...
2015-12-15 Nicolai Hähnlegallium/radeon: remove unnecessary test in r600_pc_quer...
2015-12-15 Rob Clarkfreedreno/a4xx: fix fragcoord.z + fragdepth
2015-12-15 Rob Clarkfreedreno: update generated headers
2015-12-15 Rob Clarkfreedreno/ir3/cmdline: don't dump nir by default
2015-12-14 Samuel Pitoisetnvc0: check return value of nvc0_program_validate()
2015-12-14 Samuel Pitoisetnv50: check return value of nouveau_object_new()
2015-12-14 Samuel Pitoisetnv50,nvc0: make use of unreachable() when invalid textu...
2015-12-12 Ilia Mirkingk104/ir: simplify and fool-proof texbar algorithm
2015-12-12 Ilia Mirkinnv50/ir: combine sequences of conversions
2015-12-12 Ilia Mirkinnv50/ir: manually optimize multiplication expansion...
2015-12-12 Ilia Mirkinnv50/ir: fix imul emission in the presence of an immediate
2015-12-12 Ilia Mirkinnv50/ir: teach post-ra immediate folding into mad about...
2015-12-12 Ilia Mirkinnv50/ir: add short imad support
2015-12-12 Ilia Mirkinnv50/ir: can't have predication and immediates
2015-12-12 Ilia Mirkinnv50/ir: fix texture grad for cubemaps
2015-12-12 Ilia Mirkinnv50/ir: fix assumption that prog->maxGPR is in 32...
2015-12-12 Nicolai Hähnlegallium/ddebug: regularly log the total number of draw...
2015-12-12 Nicolai Hähnlegallium/ddebug: add GALLIUM_DDEBUG_SKIP option
2015-12-12 Roland Scheideggerllvmpipe: fix layer/vp input into fs when not written...
2015-12-11 Brian Paulsvga: avoid emitting redundant SetSamplers() commands
2015-12-11 Brian Paulsvga: avoid emitting redundant SetIndexBuffer commands
2015-12-11 Eric Anholtvc4: Add quick algebraic optimization for clamping...
2015-12-11 Eric Anholtvc4: When doing algebraic optimization into a MOV,...
2015-12-11 Eric Anholtvc4: Fix handling of src packs on in qir_follow_movs().
2015-12-11 Eric Anholtvc4: Add missing progress note in opt_algebraic.
2015-12-11 Eric Anholtvc4: Add debugging of the estimated time to run the...
2015-12-11 Eric Anholtvc4: Fix handling of sample_mask output.
2015-12-11 Edward O'Callaghansoftpipe: enable GL_ARB_viewport_array support, update...
2015-12-11 Edward O'Callaghansoftpipe: implement some support for multiple viewports
2015-12-11 Marek Olšákgallium/radeon: remove radeon_winsys_cs_handle
2015-12-11 Marek Olšákradeonsi: implement fast stencil clear
2015-12-11 Marek Olšákradeonsi: re-enable Hyper-Z for stencil
2015-12-11 Marek Olšákr600g: remove a Hyper-Z workaround that's likely not...
2015-12-11 Marek Olšákr600g: re-enable Hyper-Z for stencil on Evergreen ...
2015-12-11 Marek Olšákgallium/radeon: fix Hyper-Z hangs by programming PA_SC_...
2015-12-11 Marek Olšákradeonsi: don't use the CP DMA workaround on Fiji and...
2015-12-11 Marek Olšákradeonsi: apply the streamout workaround to Fiji as...
2015-12-11 Marek Olšákradeonsi: also print hexadecimal values for register...
2015-12-11 Marek Olšákradeonsi: implement RB+ for Stoney (v2)
2015-12-11 Marek Olšákradeonsi: don't call of u_prims_for_vertices for patche...
2015-12-11 Marek Olšákradeonsi: use tgsi_shader_info::colors_written
2015-12-11 Marek Olšákr600g: write all MRTs only if there is exactly one...
2015-12-11 Marek OlšákRevert "radeonsi: disable DCC on Stoney"
2015-12-10 Dave Airlier600: add missing return value check.
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-09 Serge Martinfreedreno: little clean up in fd_create_surface
2015-12-09 Serge Martinfreedreno: change to goto fail
2015-12-09 Serge Martinfreedreno: fix bind_sampler_states when hwcso is NULL
2015-12-09 Patrick Rudolphnv50,nvc0: fix use-after-free when vertex buffers are...
next