r600g: cache shader variants instead of rebuilding v3
[mesa.git] / src / gallium / drivers / r600 / r600_shader.c
2012-06-26 Vadim Girlinr600g: cache shader variants instead of rebuilding v3
2012-06-21 Tom Stellardr600g: Fix reading vtx instruction offset from bytestream
2012-06-06 Tom Stellardr600g: Compute support for Cayman
2012-06-01 Tom Stellardradeon/llvm: Emit 2 bytes for vertex fetch offsets
2012-06-01 Adam Rakr600g: compute support for evergreen
2012-05-25 Vadim GirlinRevert "r600g: set round_mode to truncate and get rid...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezgallium/tgsi: Move interpolation info from tgsi_declara...
2012-05-11 Francisco Jerezgallium/tgsi: Split sampler views from shader resources.
2012-05-09 Kai Wasserbächr600g: Handle TGSI_OPCODE_CEIL (v2)
2012-05-03 Tom Stellardr600g/llvm: Mask write of pred_inst in llvm_if()
2012-05-03 Tom Stellardr600g: Add support for reading BREAK_LOGICALZ_i32 from...
2012-05-02 Tom Stellardr600g: Add support for reading vertex fetches from...
2012-05-02 Tom Stellardr600g: Add support for reading native instructions...
2012-04-29 Marek Olšákwinsys/radeon: simplify buffer map/unmap functions
2012-04-23 Brian Paulr600g: init vars to silence warnings
2012-04-23 Tom Stellardr600g: Add hooks for the LLVM shader compiler
2012-04-20 Vadim Girlinr600g: disable I2F conversion for InstanceID if integer...
2012-04-09 Vadim Girlinr600g: check gpr count limit
2012-03-05 Marek Olšákr600g: cleanup includes
2012-03-05 Marek Olšákr600g: remove obsolete todo comments
2012-02-08 Christian Königr600g: fix handling of outputs as TEX addr sources
2012-01-31 Marek Olšákr600g: merge r600_context with r600_pipe_context
2012-01-31 Marek Olšákr600g: remove u8,u16,u32,u64 types
2012-01-31 Marek Olšákr600g: use a more clever way to disable per-vertex...
2012-01-30 Dave Airlier600g: fix udiv/idiv/umod/imod on cayman
2012-01-30 Dave Airlier600g: fix fragcoord.w test on cayman
2012-01-25 Marek Olšákr600g: handle start_component from stream_output_info...
2012-01-25 Marek Olšákr600g: nuke the fallback for vertex and fragment color...
2012-01-24 Vadim Girlinr600g: fix inconsistency with INTERP* opcode definitions
2012-01-24 Vadim Girlinr600g: fix loop break/continue operations
2012-01-24 Vadim Girlinr600g: fix fragcoord.w
2012-01-24 Vadim Girlinr600g: fix interpolation with clipvertex
2012-01-23 Dave Airlier600g: cayman fix integer multiplies
2012-01-23 Dave Airlier600g: cayman initial integer support
2012-01-23 Vadim Girlinr600g: fix VS fog export
2012-01-22 Dave Airlier600g: initial cube shadow sampling
2012-01-22 Vadim Girlinr600g: set round_mode to truncate and get rid of tgsi_f...
2012-01-21 Vadim Girlinr600g: implement clip vertex v2
2012-01-21 Dave Airlier600g: no need to do CUBE coordinate handling for TXQ.
2012-01-20 Vadim Girlinr600g: fix combined MEM_STREAM instructions
2012-01-20 Dave Airlier600g: fixup AR handling (v5)
2012-01-18 Dave Airlier600g: fix ISLT on r600/700
2012-01-18 Dave Airlier600g: make r600/700 use correct ineg.
2012-01-18 Vadim Girlinr600g: fix UINT_TO_FLT on evergreen
2012-01-17 Vadim Girlinr600g: fix USLT for r600-eg
2012-01-17 Vadim Girlinr600g: rework IDIV/UDIV and implement MOD/UMOD (v2)
2012-01-15 Dave Airlier600g: fix mullo_uint trans slot only on r600/r700
2012-01-15 Vadim Girlinr600g: implement clip distances
2012-01-15 Vadim Girlinr600g: implement two-sided lighting (v3)
2012-01-15 Vadim Girlinr600g: add support for ISHR/USHR/SHL on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement IDIV/UDIV on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement ISSG on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement IABS on r600-evergreen
2012-01-15 Vadim Girlinr600g: implement F2U on evergreen
2012-01-15 Vadim Girlinr600g: fix F2I on evergreen
2012-01-15 Dave Airlier600g: vertex id support.
2012-01-15 Dave Airlier600g: make u2f trans only
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-14 Dave Airlier600g: fix r600 f2i to be trans only emitted.
2011-12-17 Marek Olšákr600g: implement transform feedback
2011-11-14 Marek Olšákr600g: fix the representation of control-flow instructions
2011-11-14 Vadim Girlinr600g: mask write for fake VS export components
2011-11-13 Vadim Girlinr600g: lazy load for AR register
2011-11-08 Marek Olšákr600g: clarify meaning of one variable in shader codegen
2011-11-05 Vadim Girlinr600g: precalculate semantic indices for SPI setup
2011-11-04 Alex DeucherRevert "r600g: precalculate semantic indices for SPI...
2011-11-04 Vadim Girlinr600g: precalculate semantic indices for SPI setup
2011-11-03 Dave Airlier600g: more integer support
2011-11-02 Alex Deucherr600g: add comment about special shader exports
2011-11-02 Vadim Girlinr600g: take into account PSIZE output for spi mapping
2011-10-22 Dave Airlier600g: make if's use PRED_SETNE_INT no matter what.
2011-10-22 Dave Airlier600g: drop specific i2f it should be a trans only...
2011-10-09 Dave Airlier600g: uarl fixes.
2011-10-04 Marek Olšákr600g: fix parsing TGSI declarations
2011-09-30 Marek Olšákr600g: merge r600_bo with r600_resource
2011-09-16 Dave Airlier600g: add flat non-interpolation support.
2011-09-10 Marek Olšákr600g: fix shadow rect samplers
2011-09-10 Marek Olšákr600g: use SAMPLE_LB for OPCODE_TXB
2011-09-10 Marek Olšákr600g: add support for shadow array samplers
2011-09-06 Dave Airlier600g: add TXQ and TXF support
2011-09-06 Dave Airlier600g: add initial evergreen integer opcode support
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Dave Airlier600g: fill out missing entries in opcode tables.
2011-08-16 Marek Olšákr600g: rename bc -> bytecode
2011-08-16 Marek Olšákr600g: remove an unused parameter from r600_bo_destroy
2011-08-16 Marek Olšákr600g: use buffer_map/unmap from radeon_winsys
2011-08-10 Lauri Kasanenr600g: Add support for ROUND, v2
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-03 Vadim Girlinr600g: take into account force_add_cf in pops
2011-07-29 Alex Deucherr600g: fix up vs export handling
2011-07-24 Christian Königr600g: use file_max instead of file_count to determine...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-10 Vadim Girlinr600g: LIT: clamp negative src.y to 0
2011-07-09 Henri Verbeetr600g: Store the chip class directly in r600_bc.
2011-07-09 Henri Verbeetr600g: Replace the CHIPREV_* defines with the chip_clas...
2011-07-09 Henri Verbeetr600g: Get rid of the superfluous family field from...
next