ilo: clean up ilo_gpe_init_blend()
[mesa.git] / src / gallium / drivers /
2015-02-11 Chia-I Wuilo: clean up ilo_gpe_init_blend()
2015-02-11 Chia-I Wuilo: clean up sample patterns
2015-02-10 Tiziano Bacocconv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready...
2015-02-10 Roy Splietnv50/ir: Fold IMM into MAD
2015-02-10 Roy Splietnv50/ir: Add emit support for MAD IMM format
2015-02-10 Roy Splietnv50/ir: Add support for MAD 4-byte opcode
2015-02-10 Ilia Mirkinnv50/ir: change the way float face is returned
2015-02-06 Xavier Bouchouxr600g/sb: fix a bug in constants folding optimisation...
2015-02-06 Xavier Bouchouxr600g: fix abs() support on ALU 3 source operands instr...
2015-02-06 David Heidelbergr300g: small code cleanup (v2)
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-05 Jose Fonsecallvmpipe: Trivially advertise PIPE_CAP_BUFFER_MAP_PERSI...
2015-02-04 Marek Olšákradeonsi: implement polygon stippling
2015-02-04 Marek Olšákradeonsi: add polygon stipple texture slot
2015-02-04 Marek Olšákradeonsi: deduce rasterizer primitive type at the begin...
2015-02-04 Marek Olšákradeonsi: allow 64 descriptors per array
2015-02-04 Marek Olšákradeonsi: add support for sampler views where resource...
2015-02-04 Marek Olšákradeonsi: add support for NULL texture sampler views...
2015-02-04 Marek Olšákradeonsi: fix a crash when binding a NULL sampler view...
2015-02-04 Marek Olšákradeonsi: move the buffer descriptor to the end of...
2015-02-04 Marek Olšákradeonsi: don't use tgsi_parse_context to get processor...
2015-02-04 Marek Olšákradeonsi: fix instanced arrays with non-zero start...
2015-02-04 Marek Olšákr600g,radeonsi: don't append to streamout buffers that...
2015-02-04 Marek Olšákgallium/u_pstipple: add ability to specify a fixed...
2015-02-04 Marek Olšáktgsi: add tgsi_get_processor_type helper from radeon
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2015-02-02 Neil Robertsdir-locals.el: Don't set variables for non-programming...
2015-02-02 Eric Anholtvc4: Kill a bunch of color write calculation when color...
2015-02-01 Eric Anholtvc4: Dump the VPM read index in QIR disasm.
2015-01-29 Eric Anholtvc4: Fix point size handling when it's the first output.
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-28 Tom Stellardradeonsi: Enable VGPR spilling for all shader types v5
2015-01-28 Tom Stellardradeonsi/compute: Allocate the scratch buffer during...
2015-01-28 Tom Stellardradeonsi: Add radeon_shader_binary member to struct...
2015-01-28 Tom Stellardradeonsi/compute: Rename si_compute::program to si_comp...
2015-01-28 Marek Olšákradeonsi: Avoid leaking memory when rebuilding shader...
2015-01-27 Dave Airlier600g: add support for primitive id without geom shader...
2015-01-27 Dave Airlier600g: move selecting the pixel shader earlier.
2015-01-27 Michel Dänzerr600g,radeonsi: Fix calculation of IR target cap string...
2015-01-20 Eric Anholtvc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854...
2015-01-20 Rob Clarkfreedreno/a4xx: sysmem bypass
2015-01-20 Rob Clarkfreedreno: update generated headers
2015-01-20 Tom Stellardradeonsi: Re-enable LLVM IR dumps
2015-01-20 Tom Stellardradeonsi/compute: Use relocs for scratch pointer rather...
2015-01-20 Tom Stellardradeon: Teach radeon_elf_read() how to parse reloc...
2015-01-20 Tom Stellardradeon: Add a helper function for freeing members of...
2015-01-15 Eric Anholtvc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.
2015-01-15 Eric Anholtvc4: Add dumping for the TILE_RENDERING_MODE_CONFIG...
2015-01-15 Eric Anholtvc4: Fix CL dumping trying to dump too far.
2015-01-15 Eric Anholtvc4: Fix texture type masking.
2015-01-15 Eric Anholtvc4: Colormask should apply after all other fragment...
2015-01-15 Eric Anholtvc4: No turning unpack arguments into small immediates.
2015-01-15 Eric Anholtvc4: Move the tests for src needing to be an A register...
2015-01-15 Eric Anholtvc4: Don't swap the raddr on instructions doing unpacks.
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2015-01-15 Eric Anholtvc4: Fix early Z behavior on hardware.
2015-01-15 Michel DänzerRevert "radeonsi: only set BC_OPTIMIZE_DISABLE when...
2015-01-13 Rob Clarkfreedreno/ir3: handle "holes" in inputs
2015-01-12 Marek Olšákr600g: fix build failure when building the driver witho...
2015-01-11 Eric Anholtvc4: Clamp the inputs to the blend equation to [0, 1].
2015-01-11 Eric Anholtvc4: Add a little helper for clamping to [0,1].
2015-01-11 Eric Anholtvc4: Fix up statechange management for uncompiled/compi...
2015-01-11 Eric Anholtvc4: Fix clear color setup for RGB565.
2015-01-10 Eric Anholtvc4: Avoid the save/restore of r3 for raddr conflicts...
2015-01-10 Eric Anholtvc4: Allow dead code elimination of VPM reads.
2015-01-10 Eric Anholtvc4: Cook up the draw-time VPM setup info during shader...
2015-01-10 Eric Anholtvc4: Split two notions of instructions having side...
2015-01-10 Eric Anholtvc4: Redo VPM reads as a read file.
2015-01-10 Eric Anholtvc4: Fix miscalculation of the VPM space.
2015-01-10 Eric Anholtvc4: Pack VPM attr contents according to just the size...
2015-01-10 Eric Anholtvc4: Restructure color packing as a series of channel...
2015-01-10 Eric Anholtvc4: Fix the no-copy-propagating-from-TLB_COLOR_READ...
2015-01-10 Eric Anholtvc4: Move global seqno short-circuiting to vc4_wait_seq...
2015-01-08 Rob Clarkfreedreno/ir3: fix pos_regid > max_reg
2015-01-08 Rob Clarkfreedreno/ir3: start on indirect gpr reads
2015-01-08 Rob Clarkfreedreno/ir3: make reg array dynamic
2015-01-08 Rob Clarkfreedreno/ir3: simplify RA
2015-01-08 Rob Clarkfreedreno/ir3: regmask support for relative addr
2015-01-08 Rob Clarkfreedreno/ir3: split up ssa_src
2015-01-08 Rob Clarkfreedreno/ir3: drop instr_clone() stuff
2015-01-08 Rob Clarkfreedreno/ir3: runtime enable RA debug for DEBUG builds
2015-01-08 Rob Clarkfreedreno/ir3: handle relative addr in ir3_dump
2015-01-08 Rob Clarkfreedreno/ir3: legalize vs unused sam dst components
2015-01-08 Rob Clarkfreedreno/ir3: hack for old compiler
2015-01-07 Marek OlšákRevert "radeonsi: reduce the size of si_pm4_state"
2015-01-07 Tom Stellardradeonsi: Fix crash when destroying si_screen
2015-01-07 Marek Olšákradeonsi: enable LLVM optimizations that assume no...
2015-01-07 Marek Olšákradeonsi: emit SURFACE_SYNC last
2015-01-07 Marek Olšákradeonsi: flush all CB/DB caches unconditionally when...
2015-01-07 Marek Olšákradeonsi: change TC cache flushing strategy for textures
2015-01-07 Marek Olšákradeonsi: improve and fix streamout flushing
2015-01-07 Marek Olšákradeonsi: use TC L2 for CP DMA operations with shader...
2015-01-07 Marek Olšákradeonsi: use TC L2 for updating descriptors on CIK
2015-01-07 Marek Olšákradeonsi: don't use TC L2 for updating descriptors...
2015-01-07 Marek Olšákradeonsi: only flush the right set of caches for CP...
2015-01-07 Marek Olšákradeonsi: implement separate ICACHE and KCACHE flush...
2015-01-07 Marek Olšákradeonsi: add a combined flag for flushing a framebuffer
2015-01-07 Marek Olšákradeonsi: rename flush flags, split the TC flag into...
2015-01-07 Marek Olšákr600g,radeonsi: separate cache flush flags
next