ilo: remove ilo_cp_empty()
[mesa.git] / src / gallium / drivers /
2014-09-19 Chia-I Wuilo: remove ilo_cp_empty()
2014-09-19 Chia-I Wuilo: simplify ilo_cp_set_owner()
2014-09-19 Eric Anholtvc4: Add support for stencil operations.
2014-09-18 Eric Anholtvc4: Actually implement VC4_DEBUG=cl.
2014-09-17 Eric Anholtvc4: Allow copy propagation of uniforms.
2014-09-17 Eric Anholtvc4: Make sure thread end doesn't have a uniform read.
2014-09-17 Eric Anholtvc4: Allow dead code elimination of instructions that...
2014-09-17 Eric Anholtvc4: Add support for reordering the uniform stream...
2014-09-17 Eric Anholtvc4: Initialize the various qreg arrays when allocating...
2014-09-17 Eric Anholtvc4: Fix stray disable of the CSE pass.
2014-09-16 Eric Anholtvc4: Claim ARB_fbo.
2014-09-16 Eric Anholtvc4: Fix memory leaks in register allocation.
2014-09-16 Eric Anholtvc4: Move register allocation to a separate file.
2014-09-16 Eric Anholtvc4: Add support for computed depth writes.
2014-09-16 Eric Anholtvc4: Restructure depth input/output in fragment shaders.
2014-09-16 Ilia Mirkinfreedreno: add a standalone ir3_compiler binary for...
2014-09-16 Ilia Mirkinfreedreno: add default .dir-locals.el for emacs settings
2014-09-16 Dave Airliellvmpipe: fix rast debugging output
2014-09-16 Richard Sandifordllvmpipe: Fix PIPE_FORMAT_Z32_FLOAT_S8X24_UINT handling...
2014-09-15 Eric Anholtvc4: Bump maximum ARB program temporaries to match...
2014-09-15 Eric Anholtvc4: Bump maximum uniforms count to match other drivers.
2014-09-15 Eric Anholtvc4: Dynamically allocate the TGSI-to-qreg arrays.
2014-09-15 Eric Anholtvc4: Fix memory leaks of struct qinst.
2014-09-15 Eric Anholtvc4: Fix memory leaks of some vc4_compile contents.
2014-09-15 Eric Anholtvc4: Reuse the util header instead of defining our...
2014-09-15 Chia-I Wuilo: clean up 3D/media functions
2014-09-15 Chia-I Wuilo: fix gen6_3DSTATE_MULTISAMPLE()
2014-09-13 Rob Clarkfreedreno/a3xx: 3d/array textures
2014-09-13 Rob Clarkfreedreno: update generated headers
2014-09-13 Chia-I Wuilo: trust vertex element count more
2014-09-13 Chia-I Wuilo: simplify src operand gathering in disassembler
2014-09-13 Chia-I Wuilo: derive 3-src instructions from the opcode table
2014-09-13 Chia-I Wuilo: clean up 3DPRIMITIVE functions
2014-09-13 Chia-I Wuilo: clean up 3D/media common functions
2014-09-13 Chia-I Wuilo: move 3D functions to ilo_builder_3d*.h
2014-09-13 Chia-I Wuilo: move media functions to ilo_builder_media.h
2014-09-13 Chia-I Wuilo: move GPE common functions to ilo_builder_render.h
2014-09-12 Rob Clarkfreedreno: "fix" problems with excessive flushes
2014-09-12 Marek Olšákr600g,radeonsi: add debug option which forces DMA for...
2014-09-12 Ilia Mirkinfreedreno/ir3: implement UMUL correctly
2014-09-12 Ilia Mirkinfreedreno/ir3: fix UCMP handling
2014-09-12 Ilia Mirkinfreedreno/ir3: add TXL support
2014-09-12 Rob Clarkfreedreno/ir3: add missing put_dst
2014-09-12 Rob Clarkfreedreno/ir3: catch incorrect usage of tmp-dst
2014-09-12 Ilia Mirkinfreedreno/ir3: use unsigned comparison for UIF
2014-09-12 Ilia Mirkinfreedreno/ir3: negate result of USLT/etc
2014-09-12 Ilia Mirkinfreedreno/ir3: add UARL support
2014-09-12 Ilia Mirkinfreedreno/ir3: INEG operates on src0, not src1
2014-09-12 Ilia Mirkinfreedreno/ir3: fix FSLT/etc handling to return 0/-1...
2014-09-12 Rob Clarkfreedreno/a3xx: alpha render-target shenanigans
2014-09-12 Rob Clarkfreedreno/a3xx: format fixes
2014-09-12 Rob Clarkfreedreno: update generated headers
2014-09-12 Rob Clarkfreedreno/a3xx: handle rendering to layer != 0
2014-09-12 Connor Abbottr300g: set register classes before interferences
2014-09-12 Chia-I Wuilo: fix builder size checks for BLT buffer clear/copy
2014-09-12 Chia-I Wuilo: reduce BLT function parameters
2014-09-12 Chia-I Wuilo: clean up BLT functions
2014-09-12 Chia-I Wuilo: clean up MI functions
2014-09-12 Chia-I Wuilo: move BLT functions to ilo_builder_blt.h
2014-09-12 Chia-I Wuilo: move MI functions to ilo_builder_mi.h
2014-09-12 Chia-I Wuilo: add ILO_DEV_ASSERT()
2014-09-12 Chia-I Wuilo: use an accessor for dev->gen
2014-09-12 Chia-I Wuilo: add GEN_EXTRACT() and GEN_SHIFT32()
2014-09-12 Chia-I Wuilo: remove ILO_GEN_GET_MAJOR()
2014-09-12 Chia-I Wuilo: careful with empty fb state in ilo_gpe_set_fb()
2014-09-12 Ilia Mirkinnv50,nvc0: enable ARB_texture_view
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-12 Maarten Lankhorstnouveau: remove unneeded assert
2014-09-12 Maarten Lankhorstnouveau: rework reference frame handling
2014-09-12 Maarten Lankhorstnouveau: fix MPEG4 hw decoding
2014-09-12 Maarten Lankhorstnouveau: re-allocate bo's on overflow
2014-09-12 Chia-I Wuilo: fix a compile error with -Werror=format-security
2014-09-11 Christian Königradeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffers
2014-09-11 Christian Königradeon/video: use the hw to initial clear the buffers
2014-09-11 Christian Königradeon/video: use more of the common buffer code v2
2014-09-11 Chia-I Wuilo: add a new disassembler
2014-09-11 Chia-I Wuilo: update genhw headers
2014-09-11 Michel Dänzerradeonsi: Simplify si_dma_copy_tile function
2014-09-10 Eric Anholtvc4: Add support for shadow samplers.
2014-09-10 Eric Anholtvc4: Add support for texture swizzles.
2014-09-10 Eric Anholtvc4: Move the texture format into a struct.
2014-09-10 Eric Anholtvc4: Add support for depth texturing.
2014-09-10 Eric Anholtvc4: Expose r4 to register allocation.
2014-09-10 Eric Anholtvc4: Drop pointless raddr conflict handling on SF.
2014-09-10 Eric Anholtvc4: The r4_count is supposed to be how many writes...
2014-09-10 Michel Dänzerr600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for...
2014-09-09 Rob Clarkfreedreno/a3xx: enable hw primitive-restart
2014-09-09 Rob Clarkfreedreno: update generated headers
2014-09-09 Rob Clarkfreedreno/ir3: fix potential segfault in RA
2014-09-09 Rob Clarkfreedreno: don't overflow cmdstream buffer so much
2014-09-09 Rob Clarkfreedreno/ir3: add no-copy-propagate fallback step
2014-09-09 Emil Velikovilo: add ilo_builder.h to the sources list
2014-09-09 Eric Anholtvc4: Fix segfaults when rendering with no color render...
2014-09-09 Eric Anholtvc4: Fill out the stencil clear field.
2014-09-09 Eric Anholtvc4: Flip around the depth/stencil fields.
2014-09-09 Eric Anholtvc4: Add support for loading/storing the depth buffer.
2014-09-09 Eric Anholtvc4: Don't forget to do initial tile clearing for depth...
2014-09-09 Eric Anholtvc4: Ignore non-address bits of the offset for load...
2014-09-09 Eric Anholtvc4: Add a debug flag for flushing after every draw.
2014-09-09 Eric Anholtvc4: Add missing null terminator to the debug options...
next