gallium/hud: fix printing % next to panes
[mesa.git] / src / gallium / drivers /
2015-08-06 Marek Olšákradeonsi: before storing tess levels, load them from...
2015-08-06 Marek Olšákgallium/radeon: always use the llvm. prefix in intrinsi...
2015-08-06 Marek Olšákgallium/radeon: allow the winsys to choose the IB size
2015-08-06 Marek Olšákgallium/radeon: suspend timer queries between IBs
2015-08-05 Eric Anholtvc4: Use nir_lower_load_const_to_scalar().
2015-08-05 Eric Anholtvc4: Don't bother de-SSAing values that aren't part...
2015-08-05 Eric Anholtvc4: Don't bother saturating the dst color for blending.
2015-08-05 Eric Anholtvc4: Make r4-writes implicitly move to a temp, and...
2015-08-05 Eric Anholtvc4: Drop a dead prototype.
2015-08-04 Rob Clarkfreedreno/a4xx: add independent blend function support
2015-08-04 Rob Clarkfreedreno/a4xx: MRT support
2015-08-04 Rob Clarkfreedreno: move the half-precision logic into core
2015-08-04 Rob Clarkfreedreno: simplify/cleanup resource status tracking
2015-08-04 Rob Clarkfreedreno: fix stream-out caps vec4->components
2015-08-04 Rob Clarkfreedreno: small bit of cleanup about max rendertargets
2015-08-03 Zoltan Gilianr600,compute: force tiling on 2D and 3D texture compute...
2015-08-02 Marek Olšákr600g: re-enable single-sample fast clear
2015-08-02 Marek Olšákr600g: fix the CB_SHADER_MASK setup
2015-08-02 Marek Olšákr600g: fix the single-sample fast clear setup
2015-08-02 Marek Olšákradeonsi: flush if the memory usage for an IB is too...
2015-07-31 Marek OlšákRevert "gallium/radeon: re-enable unsafe math for graph...
2015-07-31 Marek Olšákradeonsi: copy *8_SNORM bits exactly in resource_copy_r...
2015-07-31 Marek Olšákr600g: early exit in r600_clear if there's nothing...
2015-07-31 Marek Olšákradeonsi: early exit in si_clear if there's nothing...
2015-07-31 Marek Olšákradeonsi: fix a regression since the resource_copy_regi...
2015-07-31 Marek Olšákradeonsi: fix broken st/nine from merging tessellation
2015-07-31 Marek Olšákradeonsi: move CP DMA functions to their own file
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing ISA...
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing TGSI...
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing the...
2015-07-31 Marek Olšákradeonsi: store shader disassemblies in memory for...
2015-07-31 Marek Olšákradeonsi: don't use llvm.AMDIL.fraction for FRC and...
2015-07-31 Marek Olšákgallium/radeon: re-enable unsafe math for graphics...
2015-07-31 Marek Olšákgallium/radeon: don't use rsq_action
2015-07-31 Marek Olšákgallium/radeon: move r600-specific code to r600g
2015-07-31 Marek Olšákgallium/radeon: remove unused variables and old comments
2015-07-31 Marek Olšákgallium/radeon: remove build_intrinsic and build_tgsi_i...
2015-07-31 Marek Olšákgallivm: add LLVMAttribute parameter to lp_build_intrinsic
2015-07-31 Marek Olšákradeonsi: completely rework updating descriptors withou...
2015-07-30 Eric Anholtvc4: Lower uniform loads to scalar in NIR.
2015-07-30 Eric Anholtvc4: Move some FS input lowering into NIR.
2015-07-30 Eric Anholtvc4: Move program keys to the header file.
2015-07-30 Eric Anholtvc4: Lower NIR inputs to scalar as well.
2015-07-30 Eric Anholtvc4: Start adding a NIR-based output lowering pass.
2015-07-30 Eric Anholtvc4: Mark our shaders as single-threaded.
2015-07-30 Eric Anholtvc4: Avoid leaking indirect array access UBOs.
2015-07-30 Eric Anholtvc4: Avoid overflowing various static tables.
2015-07-30 Eric Anholtvc4: Fix return values from recent validation changes.
2015-07-30 Dave Airlieradeonsi: enable GL4.1 and update documentation (v2)
2015-07-30 Dave Airlieradeonsi: add GS multiple streams support (v2)
2015-07-29 Emil Velikovsvga: scons: remove unused HAVE_SYS_TYPES_H define
2015-07-29 Ilia Mirkinnvc0/ir: cache vertex out base so that we don't recompu...
2015-07-29 Ilia Mirkinnvc0/ir: output base for reading is based on laneid
2015-07-29 Dave Airlieradeon: add support for streams to the common streamout...
2015-07-29 Dave Airlieradeon: move streamout buffer config to streamout enabl...
2015-07-29 Eric Anholtvc4: Skip re-emitting the shader_rec if it's unchanged.
2015-07-29 Eric Anholtvc4: Drop unused vpm_offset value.
2015-07-29 Eric Anholtvc4: Simplify vc4_use_bo and make sure it's not a shader.
2015-07-29 Eric Anholtvc4: Keep the validated shader around for the simulator...
2015-07-29 Eric Anholtvc4: Make the object be the return value from vc4_use_bo().
2015-07-29 Eric Anholtvc4: Ensure that the bin CL is properly capped by incre...
2015-07-29 Eric Anholtvc4: Drop NV shader reloc validation.
2015-07-29 Eric Anholtvc4: Fix raster surface shadow updates under DRI2.
2015-07-29 Eric Anholtvc4: Fix bus errors on dumping CL on hardware.
2015-07-28 Dave Airlieradeon: add streamout status 1-3 queries.
2015-07-28 Edward O'Callaghanr600,radeonsi: GL_ARB_conditional_render_inverted
2015-07-28 Dave Airlieradeonsi: add support for interpolateAt functions (v2)
2015-07-28 Ilia Mirkinnvc0/ir: trim out barrier sync for non-compute shaders
2015-07-28 Ilia Mirkinnvc0/ir: fix barrier emission
2015-07-28 Eric Anholtvc4: Add support for ARB_draw_elements_base_vertex.
2015-07-27 Rob Clarkfreedreno/ir3: add transform-feedback support
2015-07-27 Rob Clarkfreedreno/ir3: track "keeps" in ir
2015-07-27 Rob Clarkfreedreno/ir3: add support for store instructions
2015-07-27 Rob Clarkfreedreno/ir3: cleanup driver-param stuff
2015-07-27 Rob Clarkfreedreno: add transform-feedback state
2015-07-27 Rob Clarkfreedreno: add resource tracking support for written...
2015-07-27 Rob Clarkfreedreno/a3xx+a4xx: add support for vtxcnt semantic
2015-07-27 Rob Clarkfreedreno/ir3: add stream-output support to cmdline...
2015-07-27 Rob Clarkfreedreno/ir3: drop unused create_input() arg
2015-07-27 Rob Clarkfreedreno/ir3: move emit_const to ir3
2015-07-27 Rob Clarkfreedreno/ir3: bit of shader API refactoring
2015-07-27 Rob Clarkfreedreno/ir3: updated cat6 encoding
2015-07-25 Dave Airlieradeonsi: add fine derivate control (v2.1)
2015-07-25 Marek Olšákradeonsi: fix GLSL textureGrad(samplerCube*) functions
2015-07-25 Ilia Mirkinnvc0: fix geometry program revalidation of clipping...
2015-07-25 Dave Airlieradeonsi: ubo indexing support (v2)
2015-07-25 Dave Airlieradeonsi: add support for indirect samplers (v2)
2015-07-25 Dave Airlieradeonsi: split out interpolation input selection
2015-07-25 Dave Airlieradeonsi: separate out load sample position
2015-07-24 Ilia Mirkinnvc0/ir: per-patch vars are in a separate address space
2015-07-24 Ilia Mirkinnvc0/ir: kepler can't do indirect shader input/output...
2015-07-24 Ilia Mirkinnvc0/ir: tess factors are now sysvals, adapt codegen...
2015-07-23 Ilia Mirkingk110/ir: fake BAR support
2015-07-23 Ilia Mirkinnvc0/ir: cleanup private enums that have graduated...
2015-07-23 Ilia Mirkinnvc0/ir: allow tess eval output loads to be CSE'd
2015-07-23 Ilia Mirkinnvc0/ir: add hazard for 2nd dim of vfetch/load indirect...
2015-07-23 Ilia Mirkinnvc0/ir: patch vertex count is stored in the upper...
2015-07-23 Ilia Mirkinnvc0/ir: add support for reading outputs in tess contro...
2015-07-23 Ilia Mirkinnvc0/ir: set perPatch flag on load/stores to per-patch...
2015-07-23 Ilia Mirkinnvc0/ir: populate info structure based on new tess...
next