llvmpipe: implement support for multiple viewports
[mesa.git] / src / gallium / drivers / r600 /
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...
2013-05-02 Tom Stellardr600g/compute: Fix build error in debug code
2013-05-02 Lauri Kasanenr600/sb: Fix build failure with non-standard libdrm...
2013-05-01 Christian Königvl/buffer: use 2D_ARRAY instead of 3D textures
2013-04-30 Vadim Girlinr600g/sb: remove unused code
2013-04-30 Vadim Girlinr600g/sb: collect shader statistics
2013-04-30 Vadim Girlinr600g/sb: don't propagate dead values in GVN pass
2013-04-30 Vadim Girlinr600g/sb: use simple heuristic to limit register pressure
2013-04-30 Vadim Girlinr600g/sb: improve error checking in ra_coalesce pass
2013-04-30 Vadim Girlinr600g/sb: use source bytecode in case of optimization...
2013-04-30 Vadim Girlinr600g: plug in optimizing backend
2013-04-30 Vadim Girlinr600g/sb: initial commit of the optimizing shader backend
2013-04-30 Vadim Girlinr600g: use enum type for domains field in struct r600_r...
2013-04-30 Vadim Girlinr600g: add new flags to isa instruction tables
2013-04-30 Vadim Girlinr600g: always create reverse lookup isa tables
2013-04-30 Vadim Girlinr600g: mask unused source components for SAMPLE
2013-04-30 Vincent Lejeuner600g/llvm: Fix opencl build
2013-04-30 Vincent Lejeuner600g/llvm: get use_kill from compiler shader
2013-04-29 Jerome Glisser600g: force full cache for hyperz
2013-04-26 Christian Königr600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
2013-04-26 Christian Königradeon/uvd: stop using anonymous unions
2013-04-25 Jerome Glissewinsys/radeon: consolidate tracing into winsys v2
2013-04-25 Tom Stellardr600g/compute: Removed unused and untested code
2013-04-25 Tom Stellardr600g/compute: Use a constant buffer to store kernel...
2013-04-25 Tom Stellardr600g: Add evergreen_emit_cs_constant_buffers() v2
2013-04-25 Tom Stellardr600g/compute: Don't use radeon_winsys::buffer_wait...
2013-04-25 Tom Stellardr600g/compute: Fix input buffer size calculation
2013-04-24 Alex Deucherr600g: use CP DMA for buffer clears on evergreen+
2013-04-24 Tom Stellardr600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-23 Marek Olšákr600g: initialize CMASK and HTILE with the GPU using...
2013-04-23 Vincent Lejeuner600/llvm: Read stacksize from config header
2013-04-23 Vincent Lejeune/bin/bash: q : commande introuvable
2013-04-18 Christoph Bumillerst/mesa: optionally apply texture swizzle to border...
2013-04-18 Tom Stellardr600g: Fix build with --enable-opencl
2013-04-17 Vincent Lejeuner600g/llvm: Use gprcount from llvm
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-17 José Fonsecagallium: Eliminate TGSI_OPCODE_IFC.
2013-04-16 Christian Königr600/uvd: cleanup disabling tiling on pre EG asics
2013-04-16 Martin Anderssonr600g: Workaround for a harware bug with nested loops...
2013-04-16 Marek Olšákr600g: implement pipeline statistics query
2013-04-16 Marek Olšákwinsys/radeon: use query_value for timestamp, remove...
2013-04-16 Marek Olšákr600g: add a debug flag for printing virtual addresses...
2013-04-16 Marek Olšákr600g: add a query returning the amount of time spent...
2013-04-15 Tom Stellardradeon/llvm: Use a struct for storing compiled code
2013-04-11 Dave Airlier600g: add get_sample_position support (v3)
2013-04-11 Dave Airlier600g: fix two issues in compressed msaa reading code
2013-04-11 Christian Königradeon/uvd: add UVD implementation v5
2013-04-10 Fredrik Höglundr600g: Add support for GL_ARB_texture_buffer_range
next