nir: remove field only used in GLSL IR when assigning varying locations
[mesa.git] / src / gallium /
2015-12-22 Ben Skeggsnouveau: enable use of new kernel interfaces
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 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-18 Nicolai Hähnlegallium/radeon: only dispose locally created target...
2015-12-18 Roland Scheideggergallium/util: (trivial) include p_shader_tokens.h in...
2015-12-17 Roland Scheideggerdraw: fix clip test with NaNs
2015-12-17 Roland Scheideggerdraw: fix pstipple and aaline stages wrt sampler_views...
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 Paulst/osmesa: add OSMesaCreateContextAttribs() function
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-16 Christian Königst/va: remove fence handling v3
2015-12-16 Julien Isorcest/va: retrieve size from the temporary img variable
2015-12-16 Roland Scheideggerdraw: handle edge flags in llvm path
2015-12-16 Roland Scheideggerdraw: don't set start_instance and instance id for...
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-15 Christian Königst/va: remove nonesense HEVC picture id handling
2015-12-15 Roland Scheideggerdraw: remove clip_vertex from vertex header
2015-12-15 Roland Scheideggerdraw: use clip_pos, not clip_vertex for the fake guardb...
2015-12-15 Roland Scheideggerdraw: rename vertex header members
2015-12-15 Roland Scheideggerdraw: don't pretend have_clipdist is per-vertex
2015-12-15 Roland Scheideggerdraw: use position not clipVertex output for xyz view...
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-14 Christian Königst/va: handle default post process regions
2015-12-14 Christian Königst/va: fix unused variable warning
2015-12-14 Christian Königst/va: clean up post process includes
2015-12-14 Christian Königst/va: cleanup filter color standard handling
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 Brian Paulutil/blitter: minor formatting fixes
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 Roland Scheideggerdraw: don't assume fixed offset for data in struct...
2015-12-11 Marek Olšákwinsys/amdgpu: clear the buffer cache on mmap failure...
2015-12-11 Marek Olšákwinsys/radeon: clear the buffer cache on mmap failure...
2015-12-11 Marek Olšákwinsys/amdgpu: clear the buffer cache on allocation...
2015-12-11 Marek Olšákwinsys/radeon: clear the buffer cache on allocation...
2015-12-11 Marek Olšákgallium/radeon: remove radeon_winsys_cs_handle
2015-12-11 Marek Olšákwinsys/radeon: use pb_cache instead of pb_cache_manager
2015-12-11 Marek Olšákwinsys/radeon: use radeon_bomgr less
2015-12-11 Marek Olšákwinsys/radeon: rename radeon_bomgr_init_functions
2015-12-11 Marek Olšákwinsys/radeon: move variables from radeon_bomgr to...
2015-12-11 Marek Olšákwinsys/radeon: remove redundant radeon_bomgr::va
2015-12-11 Marek Olšákwinsys/amdgpu: don't use the "rws" abbreviation for...
2015-12-11 Marek Olšákwinsys/amdgpu: use pb_cache instead of pb_cache_manager
2015-12-11 Marek Olšákgallium/pb_bufmgr_cache: use the new pb_cache module
2015-12-11 Marek Olšákgallium/pb_cache: add a copy of cache bufmgr independen...
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_...
next