index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_buffer.c
Age
Commit message (
Expand
)
Author
2011-03-11
gallium: kill is_resource_referenced
Marek Olšák
2011-02-28
r600g: indentation fixes
Jerome Glisse
2011-02-08
r600g: fixup assertion
Marek Olšák
2011-02-08
r600g: add a faster implementation of transfer_inline_write
Marek Olšák
2011-02-08
r600g: slab-allocate buffer and transfer structures
Marek Olšák
2011-02-08
r600g: use the same upload buffer for vertices, indices, and constants
Marek Olšák
2011-02-07
r600g: use the new vertex buffer manager
Marek Olšák
2011-02-03
r600g: Make some more things static.
Henri Verbeet
2011-02-03
r600g: Make the buffer and texture vbtls static const.
Henri Verbeet
2011-01-30
r600g: Fix void pointer arithmetic.
Vinson Lee
2011-01-30
r600g: rework vertex buffer uploads
Marek Olšák
2011-01-30
r600g: make r600_drawl inherit pipe_draw_info
Marek Olšák
2011-01-30
r600g: add back u_upload_mgr integration
Marek Olšák
2011-01-07
r600g: Also set const_offset if the buffer is not a user buffer in r600_uploa...
Henri Verbeet
2011-01-07
r600g: allow constant buffers to be user buffers.
Dave Airlie
2010-12-15
r600g: need to reference upload buffer as the might still live accross flush
Jerome Glisse
2010-12-09
r600g: specialized upload manager
Jerome Glisse
2010-12-06
r600g: build fetch shader from vertex elements
Jerome Glisse
2010-12-03
r600g: indentation fix
Jerome Glisse
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
2010-11-17
r600g: code cleanup (indent, trailing space, empty line ...)
Jerome Glisse
2010-11-03
r600g: remove unused flink, domain fields from r600_resource
Keith Whitwell
2010-11-03
r600g: propogate resource usage flags to winsys, use to choose bo domains
Keith Whitwell
2010-10-18
r600g: retrieve tiling info from kernel for shared buffers.
Dave Airlie
2010-10-04
r600g: rename radeon_ws_bo to r600_bo
Jerome Glisse
2010-10-01
r600g: indentation fixes
Jerome Glisse
2010-09-29
r600g: cleanup
Jerome Glisse
2010-09-29
r600g: delete old path
Jerome Glisse
2010-09-28
r600g: Cleaned up index buffer reference handling in the draw module.
Tilman Sauerbeck
2010-09-24
r600g: Remove unused variable.
Vinson Lee
2010-09-20
r600g: use pipe context for flushing inside map
Jerome Glisse
2010-09-17
r600g: add upload manager support.
Dave Airlie
2010-09-17
r600g: move constant buffer creation behind winsys abstraction.
Dave Airlie
2010-09-17
r600g: attempt to abstract kernel bos from pipe driver.
Dave Airlie
2010-09-12
pb: add void * for flush ctx to mapping functions
Dave Airlie
2010-09-08
r600g: add support for constants in memory buffers.
Dave Airlie
2010-07-28
r600g: split pipe state creating/binding from hw state creation
Jerome Glisse
2010-07-28
r600g: cleanup resource buffer/texture mess
Jerome Glisse
2010-06-24
r600g: Move bootstrap code to target
Jakob Bornecrantz
2010-05-27
r600g: various fixes
Bas Nieuwenhuizen
2010-05-27
r600g: Fix buffer offsets
Jakob Bornecrantz
2010-05-27
r600g: adapt to latest interfaces changes
Marek Olšák
2010-05-27
r600g: Initial import
Jerome Glisse