aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* r600g: delete old pathJerome Glisse2010-09-291-2/+1
| | | | | | Lot of clean can now happen. Signed-off-by: Jerome Glisse <[email protected]>
* r600g: improve supported format selection.Dave Airlie2010-08-061-99/+0
| | | | | | | This fixes fbo-readpixels piglit test, and adds support for swapping the formats. Not all formats are correct yet I don't think. Signed-off-by: Dave Airlie <[email protected]>
* r600g: flush and resubmit if we reach limitJerome Glisse2010-08-031-0/+6
| | | | Signed-off-by: Jerome Glisse <[email protected]>
* r600g: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse2010-07-281-0/+2
| | | | Signed-off-by: Jerome Glisse <[email protected]>
* r600g: first pass at texture supportJerome Glisse2010-07-231-3/+8
| | | | | | | This add texture support to the assembler, generated code is wrong (tested against working dump). Signed-off-by: Jerome Glisse <[email protected]>
* r600g: Remove unnecessary header.Vinson Lee2010-06-071-1/+0
|
* r600g: Remove unnecessary headers.Vinson Lee2010-05-301-1/+0
|
* r600g: adapt to latest interfaces changesMarek Olšák2010-05-271-18/+0
| | | | | | | | | | | | | | | | | - Wrapped the buffer and texture create/destroy/transfer/... functions using u_resource, which is then used to implement the resource functions. - Implemented texture transfers. I left the buffer and texture transfers separate because one day we'll need a special codepath for textures. - Added index_bias to the draw_*elements functions. - Removed nonexistent *REP and *FOR instructions. - Some pipe formats have changed channel ordering, so I've removed/fixed nonexistent ones. - Added stubs for create/set/destroy sampler views. - Added a naive implementation of vertex elements state (new CSO). - Reworked {texture,buffer}_{from,to}_handle. - Reorganized winsys files, removed dri,egl,python directories. - Added a new build target dri-r600.
* r600g: Initial importJerome Glisse2010-05-271-0/+176