ilo: scripted conversion to genhw headers
[mesa.git] / src / gallium / drivers /
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-04-14 Chia-I Wuilo: avoid brw_wm_barycentric_interp_mode in compiler
2014-04-14 Chia-I Wuilo: add TOY_OPCODE_DO
2014-04-11 Heinrich Janzingsoftpipe: fix shadow sampling
2014-04-11 Brian Paulsoftpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET...
2014-04-11 Christian Königradeon/vce: implement B-frame support
2014-04-11 Christian Königradeon/vce: add proper CPB backtrack
2014-04-11 Christian Königvl: add interface for H264 B-frame encoding
2014-04-11 Christian Königradeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition between winsys_crea...
2014-04-10 Michel Dänzerr600g: Don't leak bytecode on shader compile failure
2014-04-09 Rob Clarkfreedreno/a3xx: assert() -> debug_assert()
2014-04-09 Brian Paulsvga: move LIST_INITHEAD(dirty_buffers) earlier in...
2014-04-09 Rob Clarkfreedreno/a3xx/compiler: add CEIL
2014-04-09 Rob Clarkfreedreno/a3xx/compiler: fix neg mov's
2014-04-08 Marek Olšákradeonsi: allow fast color clear and Hyper-Z with 1D...
2014-04-08 Marek Olšákr600g,radeonsi: add a bunch of useful queries for the HUD
2014-04-08 Marek Olšákr600g,radeonsi: set correct initial domain for shared...
2014-04-08 Marek Olšákgallium/radeon: fix warnings
2014-04-08 Rob Clarkfreedreno/a3xx: deal with optimized tex instructions
2014-04-08 Brian Paulsvga: replace sampler assertion with conditional
2014-04-07 Ilia Mirkinnouveau: fix firmware check on nvd7/nvd9
2014-04-07 Ilia Mirkinnvc0: add support for texture gather
2014-04-07 Ilia Mirkinnvc0: enable texture query lod
2014-04-07 Ilia Mirkinnv50: enable texture query lod
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-05 Emil Velikovdrivers/nouveau: mention dummy.cpp to use g++ linker
2014-04-05 Emil Velikovdrivers/nouveau: use GALLIUM_COMMON_LIB_DEPS
2014-04-05 Emil Velikovdrivers/r300: use GALLIUM_COMMON_LIB_DEPS
2014-04-04 Leo LiuRevert "radeon: just don't map VRAM buffers at all"
2014-04-04 Leo Liuradeon/vce: cleanup cpb handling
2014-04-04 Brian Paulllvmpipe: remove no-op checks in sampler, sampler_view...
2014-04-04 Brian Paulsoftpipe: remove no-op checks in sampler, sampler_view...
2014-04-04 Brian Paulsvga: remove no-op checks in sampler, sampler_view...
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-04-01 Ilia Mirkinnv50: implement clear_buffer to accelerate ARB_clear_bu...
2014-03-30 Rob Clarkfreedreno/a3xx/compiler: fix RECT textures
2014-03-30 Rob Clarkfreedreno/a3xx/compiler: avoid negative register ids
2014-03-30 Rob Clarkfreedreno/a3xx: missing wfi
2014-03-30 Rob Clarkfreedreno/a3xx: little extra debug
2014-03-30 Rob Clarkfreedreno: handle null sampler
2014-03-26 Brian Paulsvga: add work-around for Sauerbraten Z fighting issue
2014-03-26 Brian Paulsvga: null out query's hwbuf pointer after destroying
2014-03-26 Brian Paulsvga: add some debug_printf() calls in the query object...
2014-03-26 Brian Paulsvga: fix a comment (sampler vs. sampler_view)
2014-03-26 Zack Rusinllvmpipe: Fix llvmpipe_create_gs_state.
2014-03-25 José Fonsecallvmpipe: Simplify vertex and geometry shaders.
2014-03-22 Marek Olšákradeonsi: disable fast color clear for 1D-tiled surface...
2014-03-21 Roland Scheideggerllvmpipe: add support for b5g6r5_srgb
2014-03-21 Ilia Mirkinnvc0/ir: move sample id to second source arg to fix...
2014-03-20 Marek Olšákr600g: use more appropriate names for async DMA functions
2014-03-20 Marek Olšákr600g: deobfuscate async DMA code
2014-03-20 Marek Olšákr600g: don't flush the gfx IB explicitly before doing DMA
2014-03-20 Niels Ole Salscheiderradeonsi: Implement DMA blit
2014-03-20 Niels Ole Salscheiderradeon: Move r600_need_dma_space to common code
2014-03-20 Richard Sandifordllvmpipe: Tighten check for alpha-only formats
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-20 Jonathan Graynouveau: use DLOPEN_LIBS instead of -ldl
2014-03-18 Maarten Lankhorstnvc0: Handle user mapped vertex buffer for edgeflag
2014-03-18 Ilia Mirkinnv50/ir/gk110: add postfactor support for fmul
2014-03-18 Ilia Mirkinnv50/ir/gk110: set not modifier on first source of...
2014-03-18 Ilia Mirkinnv50/ir/gk110: use shl/shr instead of lshf/rshf so...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add 64/128-bit fetch/export support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix handling of OP_SUB for floating...
2014-03-18 Ilia Mirkinnv50/ir/gk110: presin/preex2 take their source at bit 23
2014-03-18 Ilia Mirkinnv50/ir/gk110: add implementations of div u32/s32
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement quadop
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill in mov from predicate
2014-03-18 Ilia Mirkinnv50/ir/gk110: handle derivAll flag, fix useOffsets...
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix setting texture for txd/txf/txq
2014-03-18 Ilia Mirkinnv50/ir/gk110: add texcsaa implementation
2014-03-18 Ilia Mirkinnv50/ir/gk110: add pfetch support
2014-03-18 Ilia Mirkinnv50/ir/gk110: add emit/restart implementations
2014-03-18 Ilia Mirkinnv50/ir/gk110: add missing break in sched emit
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement partial txq support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill out texture instruction support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix control flow opcode emission, add...
2014-03-15 Aaron Watryradeonsi/compute: Fix memory leak
2014-03-14 Niels Ole Salscheiderradeonsi: flush the dma ring in si_flush_from_st
2014-03-14 Niels Ole Salscheiderradeon: Move DMA ring creation to common code
2014-03-14 Emil Velikovnvc0: minor cleanups in stream output handling
2014-03-14 Emil Velikovnouveau: honor fread return value in the nouveau_compiler
2014-03-14 Emil Velikovnouveau: typecast the prime_fd handle when calling...
2014-03-14 Emil Velikovnv50: add missing brackets when handling the samplers...
2014-03-12 Niels Ole Salscheiderr600g: compute memory pool size is given in dw
2014-03-11 Marek Olšákr600g,radeonsi: attempt to fix racy multi-context apps...
2014-03-11 Marek Olšákr600g,radeonsi: fix broken buffer download
2014-03-11 Marek Olšákr600g,radeonsi: use a fallback in dma_copy instead...
2014-03-11 Marek Olšákradeonsi: small cleanup in get_param
2014-03-11 Marek Olšákradeonsi: set correct alignment for texture buffers...
2014-03-11 Marek Olšákr600g, radeonsi: fix primitives-generated query with...
2014-03-11 Marek Olšákr600g,radeonsi: don't add streamout.num_dw_for_end...
2014-03-11 Marek Olšákr600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTU...
2014-03-11 Marek Olšákradeonsi: implement fast color clear
2014-03-11 Marek Olšákr600g: move fast color clear code to a common place
2014-03-11 Marek Olšákr600g,radeonsi: move CMASK register values from r600_su...
2014-03-11 Marek Olšákradeonsi: convert the framebuffer state to atom-based
2014-03-11 Marek Olšákr600g: move cayman MSAA setup to a common place
next