summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_translate.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-1/+1
* r600g: don't share u_upload_mgr with u_vbuf, create its ownMarek Olšák2012-04-241-1/+1
* r600g: cleanup includesMarek Olšák2012-03-051-2/+1
* r600g: merge r600_context with r600_pipe_contextMarek Olšák2012-01-311-1/+1
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-051-2/+1
* r600g: cleanup draw_vbo and add commentsMarek Olšák2011-10-261-9/+8
* r600g: Fix include styleKai Wasserbäch2011-08-291-1/+1
* r600g: fixed bo memory leak issuePierre-Eric Pelloux-Prayer2011-06-131-0/+1
* r600g: use the same upload buffer for vertices, indices, and constantsMarek Olšák2011-02-081-1/+1
* r600g: use the new vertex buffer managerMarek Olšák2011-02-071-167/+2
* r600g: upload translated indices via the uploaderMarek Olšák2011-01-301-3/+13
* r600g: rework vertex format fallbackMarek Olšák2011-01-301-45/+52
* r600g: fix vertex format fallbackMarek Olšák2011-01-301-9/+13
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-3/+2
* r600g: fix segfault when translating vertex bufferJerome Glisse2010-12-141-7/+5
* r600g: avoid useless shader rebuild at draw callJerome Glisse2010-12-061-0/+3
* r600g: build fetch shader from vertex elementsJerome Glisse2010-12-061-24/+19
* r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie2010-11-291-7/+0
* r600g: start splitting out common code from eg/r600.Dave Airlie2010-10-211-0/+211