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_resource.h
Age
Commit message (
Expand
)
Author
2010-10-21
r600g: introduce a per-driver resource flag for transfers.
Dave Airlie
2010-10-21
r600g: add r600 surface to store the aligned height.
Dave Airlie
2010-10-21
r600g: move to per-miplevel array mode.
Dave Airlie
2010-10-13
r600g: drop all use of unsigned long
Dave Airlie
2010-10-13
r600g: remove bpt and start using pitch_in_bytes/pixels.
Dave Airlie
2010-10-13
r600g: rename pitch in texture to pitch_in_bytes
Dave Airlie
2010-10-08
r600g: drop width/height per level storage.
Dave Airlie
2010-10-04
r600g: rename radeon_ws_bo to r600_bo
Jerome Glisse
2010-09-29
r600g: delete old path
Jerome Glisse
2010-09-28
r600g: use ptr for blit depth uncompress function
Jerome Glisse
2010-09-23
r600g: use blitter to do db->cb flushing.
Dave Airlie
2010-09-22
r600g: fix typo in struct member name
Dave Airlie
2010-09-19
r600g: Fix false and true.
Corbin Simpson
2010-09-17
r600g: alternative command stream building from context
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-01
r600g: avoid dynamic allocation of states
Jerome Glisse
2010-09-01
Revert "Revert "r600g: precompute some of the hw state""
Jerome Glisse
2010-09-01
Revert "r600g: precompute some of the hw state"
Dave Airlie
2010-08-30
r600g: precompute some of the hw state
Jerome Glisse
2010-08-22
r600g: fix DB decompression
Jerome Glisse
2010-08-22
r600g: depth buffer likely needs decompression when used as texture
Jerome Glisse
2010-08-21
r600g: partialy fix texturing from depth buffer + initial support for untiling
Jerome Glisse
2010-07-29
r600g: mipmap early support + EX2/ABS instruction + culling
Jerome Glisse
2010-07-28
r600g: cleanup resource buffer/texture mess
Jerome Glisse
2010-05-27
r600g: adapt to latest interfaces changes
Marek Olšák