radeonsi: inline util_blitter_copy_texture
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.c
2014-02-24 Tom Stellardradeonsi: Use SI_BIG_ENDIAN now that it exists
2014-02-24 Tom Stellardradeonsi: Use util_cpu_to_le32() instead of bswap32...
2014-01-29 Michel Dänzerradeonsi: Put GS ring buffer descriptors with streamout...
2014-01-29 Michel Dänzerradeonsi: Geometry shader micro-optimizations
2014-01-29 Michel Dänzerradeonsi: Pass VS resource descriptors to the HW ES...
2014-01-29 Michel Dänzerradeonsi: Fix streamout from geometry shader
2014-01-29 Michel Dänzerradeonsi: Properly match ES outputs to GS inputs
2014-01-29 Michel Dänzerradeonsi: Really dump TGSI code before any TGSI->LLVM...
2014-01-29 Michel Dänzerradeonsi: Also export clip distances with geometry...
2014-01-29 Michel Dänzerradeonsi: Take GS into account for VS state in more...
2014-01-29 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_PRIMID
2014-01-29 Michel Dänzerradeonsi: Generalize counting of shader parameters
2014-01-29 Michel Dänzerradeonsi: Fix handling of geometry shader output vertex ID
2014-01-29 Michel Dänzerradeonsi: Initial geometry shader support
2014-01-29 Michel Dänzerradeonsi: Refactor shader input / output handling code
2014-01-28 Marek Olšákradeonsi: cleanup includes, add missing license
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_compute_param
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rctx/r600 varia...
2014-01-13 Andreas Hartmetzradeonsi: Rename R600->SI in some remaining defines.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_resource.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Apply si_* file naming scheme.