llvmpipe: handle NULL color buffer pointers
[mesa.git] / src / gallium / drivers / r600 /
2013-08-16 Marek Olšákradeonsi: port texture improvements from r600g
2013-08-14 Roland Scheideggerr600/radeonsi: implement new float comparison instructions
2013-08-14 Rico Schüllervl: Add support for max level query v2
2013-08-13 Vadim Girlinr600g/sb: use MULADD workaround on R7xx for MULADD_IEEE
2013-08-04 Vinson Leer600g/sb: Dump correct value for CND.
2013-08-02 Christoph Bumillerr600g: honour semantic index in fragment color exports
2013-07-30 Jonathan Charestr600g/compute: Added missing address space checking...
2013-07-22 Tom Stellardgallium: Add PIPE_CAP_ENDIANNESS
2013-07-18 Marek Olšákr600g: use WAIT_3D_IDLE before using CP DMA
2013-07-17 Vadim Girlinr600g/sb: improve alu packing on cayman
2013-07-17 Vadim Girlinr600g/sb: fix handling of new multislot instructions...
2013-07-17 Vadim Girlinr600g/sb: fix debug dump code in scheduler
2013-07-17 Vadim Girlinr600g/sb: fix initial register allocation
2013-07-17 Vadim Girlinr600g/sb: move chip & class name functions to sb_context
2013-07-17 Vadim Girlinr600g/sb: fix handling of PS in source bytecode on...
2013-07-17 Vinson Leer600g/sb: Initialize ra_checker member variables.
2013-07-13 Vinson Leer600g/sb: Initialize ra_constraint::cost.
2013-07-12 Alex Deucherr600g: don't use the CB/DB CP COHER logic on r6xx
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Christian Königradeon/uvd: fall back to shader based decoding for...
2013-07-11 Christoph Bumillerr600g: x/y coordinates must be divided by block dim...
2013-07-11 Chih-Wei Huangr600g/sb: Fix Android build v2
2013-07-11 Vadim Girlinr600g/sb: improve math optimizations v2
2013-07-08 Marek Olšákr600g: improve the mechanism for recognizing an empty CS
2013-07-08 Marek Olšákr600g: explicitly flush caches for streamout-based...
2013-07-08 Marek Olšákr600g: only flush the caches that need to be flushed...
2013-07-08 Marek Olšákr600g: split INVAL_READ_CACHES into vertex, tex, and...
2013-07-08 Alex Deucherr600g: adjust flush flags (v3)
2013-07-08 Marek Olšákr600g: don't call buffer_wait in buffer_mmap_sync_with_...
2013-07-08 Marek Olšákr600g: don't read back the MSAA depth buffer if the...
2013-07-08 Marek Olšákr600g: don't flush the context in texture_transfer_map
2013-07-08 Marek Olšákr600g: fix texture offset computation for mapped MSAA...
2013-07-08 Marek Olšákr600g: fix color resolve for RGBX8 and RGBX16 integer...
2013-07-08 Marek Olšákr600g: enable fast MSAA color clear for array/3D/cube...
2013-07-08 Marek Olšákr600g: implement fast MSAA color clear for integer...
2013-07-08 Christian Königr600/uvd: fix check for UVD 2.x
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-07-01 Grigori Goronzyr600g: implement fast color clears for MSAA on evergreen+
2013-07-01 Marek Olšákr600g/compute: disable unused colorbuffer slots
2013-06-28 Tom Stellardr600g: Fix build
2013-06-28 Tom Stellardr600g/compute: Accept LDS size from the LLVM backend
2013-06-28 Tom Stellardr600g/compute: Move compute_shader_create() function...
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-17 Jonathan Graygallium: replace bswap_32 calls with util_bswap32
2013-06-13 Marek Olšákr600g: upsample and downsample MSAA resources for transfers
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-05-31 Vadim Girlinr600g/sb: fix broken assert
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-28 Vadim Girlinr600g/sb: handle more cases for folding in gvn pass
2013-05-27 Vadim Girlinr600g/sb: improve folding for SETcc
2013-05-27 Vadim Girlinr600g/sb: optimize CNDcc instructions
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions
2013-05-26 Vadim Girlinr600g/sb: improve handling of KILL instructions
2013-05-26 Vadim Girlinr600g/sb: fix peephole optimization for PRED_SETE
2013-05-26 Vadim Girlinr600g/sb: fix scheduling of PRED_SET instructions
2013-05-25 Vadim Girlinr600g/sb: fix handling of preloaded inputs for compute...
2013-05-24 Vadim Girlinr600g/sb: fix incorrect assert
2013-05-24 Vadim Girlinr600g/sb: relax some restrictions for FETCH instructions
2013-05-24 Vadim Girlinr600g/sb: relax register allocation for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix gpr array handling for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix buffer overflow in sb_ostream
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-20 Vincent Lejeuner600g/llvm: Fix texelFetchOffset-2D
2013-05-20 Vincent Lejeuner600g/llvm: Fix cubearray textureSize
2013-05-20 Vincent Lejeuner600g/llvm: Factorize code loading from const buffer.
2013-05-16 Niels Ole Salscheiderr600g: fixup for MSAA texture support checking
2013-05-15 Marek Olšákr600g: cleanup MSAA texture support checking
2013-05-15 Marek Olšákr600g: rewrite FMASK allocation, fix FMASK texturing...
2013-05-14 Vadim Girlinr600g/sb: add missing cases for ARUBA chips
2013-05-14 Vadim Girlinr600g/sb: get rid of standard c++ streams
2013-05-14 Vadim Girlinr600g/sb: separate bytecode decoding and parsing
2013-05-11 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
2013-05-10 Marek Olšákr600g: increase array size for shader inputs and outputs
2013-05-07 Vadim Girlinr600g/sb: optimize some cases for CNDxx instructions
2013-05-07 Vadim Girlinr600g/sb: fix memory leaks
2013-05-07 Vadim Girlinr600g/sb: fix kcache handling on r6xx
2013-05-06 Tom Stellardr600g/llvm: Parse config values in register / value...
2013-05-06 Tom Stellardr600g/llvm: Don't feed LLVM output through r600_bytecod...
2013-05-06 Tom Stellardr600g/llvm: Don't emit CALL_FS for vertex shaders
2013-05-06 Tom Stellardradeon/llvm: Always build libradeonllvm as static
2013-05-06 Tom Stellardr600g/llvm: Update radeon family mappings for LLVM...
2013-05-04 Vincent Lejeuner600g/llvm: Undefines unrequired texture coord values
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-03 Lauri Kasanenr600g: Correctly initialize the shader key, v2
2013-05-03 Andreas Bollscons: remove radeon build
2013-05-03 Alex Deucherr600g: don't emit surface_sync after FLUSH_AND_INV_EVENT
2013-05-03 Vadim Girlinr600g/sb: zero-initialize bytecode structs
2013-05-03 Vadim Girlinr600g/sb: fix constant propagation in gvn pass
2013-05-03 Vadim Girlinr600g/sb: don't run unnecessary passes
2013-05-03 Vadim Girlinr600g/sb: silence warnings with gcc 4.8
2013-05-03 Vadim Girlinr600g/sb: fix handling of interference sets in post_sch...
2013-05-03 Vadim Girlinr600g/sb: fix allocation of indirectly addressed input...
2013-05-03 Vadim Girlinr600g/sb: use hex instead of binary constants
2013-05-03 Vadim Girlinr600g: use old shader disassembler by default
2013-05-03 Christian Königradeon/uvd: enable interlaced buffers by default
2013-05-03 Christian Königvl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28...
2013-05-03 Christian Königvl/buffers: fix typo in function name
2013-05-02 Tom Stellardr600g: Don't set the dest cache bits on surface sync...
next