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
/
r300
/
r300_screen_buffer.c
Age
Commit message (
Expand
)
Author
2011-02-18
r300g: remove tracking whether vertex buffers need to be validated
Marek Olšák
2011-02-14
r300g: do not create a user buffer struct for misaligned ushort indices fallback
Marek Olšák
2011-02-11
r300g: prevent NULL pointer dereference in r300_buffer_create
Marek Olšák
2011-02-11
r300g: import the last bits of libdrm and cleanup the whole thing
Marek Olšák
2011-02-10
r300g: add a way to change texture properties arbitrarily
Marek Olšák
2011-02-10
r300g: consolidate buffers and textures to r300_resource
Marek Olšák
2011-02-08
r300g: use the same upload buffer for vertices and indices
Marek Olšák
2011-02-07
r300g: use the new vertex buffer manager
Marek Olšák
2011-02-03
r300g: Make the buffer and texture vbtls static const.
Henri Verbeet
2011-01-30
r300g: rework vertex format fallback
Marek Olšák
2011-01-10
r300g: add debug option for buffer upload logging
Marek Olšák
2011-01-09
r300g: do not upload the same user buffer several times
Marek Olšák
2011-01-07
r300g: derive user buffer sizes at draw time
Marek Olšák
2011-01-06
r300g: remove the buffer range checking
Marek Olšák
2011-01-06
r300g: skip buffer validation of upload buffers when appropriate
Marek Olšák
2011-01-06
u_upload_mgr: new features
Marek Olšák
2010-12-28
r300g: rename aos to vertex arrays
Marek Olšák
2010-12-28
r300g: mark vertex arrays as dirty after a buffer_offset change
Marek Olšák
2010-12-25
r300g: simplify buffer_transfer_inline_write
Marek Olšák
2010-12-25
r300g: simplify the code for buffer uploads
Marek Olšák
2010-12-07
r300g: validate buffers only if any of bound buffers is changed
Marek Olšák
2010-12-03
r300g: implement simple transfer_inline_write for buffers
Marek Olšák
2010-12-03
r300g: use internal BO handle for add_buffer and write_reloc
Marek Olšák
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
2010-11-30
util: rename u_mempool -> u_slab
Marek Olšák
2010-07-19
r300g: use memory pools for buffer_create and get_transfer
Marek Olšák
2010-07-18
r300g: u_upload optimisation
Dave Airlie
2010-07-16
r300g: inline winsys_buffer_destroy
Marek Olšák
2010-07-16
r300g: do not make copies of constant buffers, emit them directly
Marek Olšák
2010-07-16
r300g: rebuild winsys and command submission to support multiple contexts
Marek Olšák
2010-06-30
r300g: add workaround for multiple contexts
Marek Olšák
2010-06-14
r300g: rewrite occlusion queries
Marek Olšák
2010-06-13
r300g: upload only vertex buffers referenced by vertex elements
Marek Olšák
2010-06-02
r300g: store the GEM domain in buffer and texture structs
Marek Olšák
2010-06-02
r300g: let the driver determine the GEM domain for buffer_create
Marek Olšák
2010-04-20
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-18
r300g: Remove unnecessary headers.
Vinson Lee
2010-04-18
r300g: more solid is_buffer_referenced implementation
Marek Olšák
2010-04-18
r300g: do not tell st that a buffer is referenced by hw
Marek Olšák
2010-04-17
r300g: Cast rbuf->user_buffer to 'uint8_t *' before arithmetic.
Vinson Lee
2010-04-18
r300g: various other cleanups
Marek Olšák
2010-04-18
r300g: inline screen_buffer functions
Marek Olšák
2010-04-18
r300g: remove use of c++ keywords
Marek Olšák
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-21
r300g: remove unused code
Marek Olšák
2010-03-15
r300g: rebuild screen/winsys interface
Dave Airlie
2010-02-22
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie