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.h
Age
Commit message (
Expand
)
Author
2011-03-01
r600g: add NV_conditional_render support.
Dave Airlie
2011-03-01
r600g: start using drm minor version to enable things.
Dave Airlie
2011-02-28
r600g: indentation fixes
Jerome Glisse
2011-01-31
r600g: fix OQ on evergreen
Alex Deucher
2011-01-31
r600g: fix occlusion query results.
Dave Airlie
2011-01-25
r600g: Implement timer queries.
Mathias Fröhlich
2011-01-11
r600g: move user fence into base radeon structure
Jerome Glisse
2011-01-06
r600g: add support for NI (Northern Islands) GPUs
Alex Deucher
2010-12-23
r600g: Rearrange print order of outputs of R600_ERR.
Vinson Lee
2010-12-22
r600g: drop unused code in evergreen.
Dave Airlie
2010-12-03
r600g: more indentation fix + warning silencing + dead code removal
Jerome Glisse
2010-11-22
r600g: add support for ontario APUs
Alex Deucher
2010-11-19
r600g: add fetch shader capabilities
Jerome Glisse
2010-11-08
r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)
Benjamin Franzke
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-18
r600g: get tiling info from kernel
Dave Airlie
2010-10-05
r600g: userspace fence to avoid kernel call for testing bo busy status
Jerome Glisse
2010-10-05
r600g: simplify block relocation
Jerome Glisse
2010-10-05
r600g: use dirty list to track dirty blocks
Bas Nieuwenhuizen
2010-10-05
r600g: improve bo flushing
Jerome Glisse
2010-10-04
r600g: allow r600_bo to be a sub allocation of a big bo
Jerome Glisse
2010-10-04
r600g: rename radeon_ws_bo to r600_bo
Jerome Glisse
2010-09-29
r600g: delete old path
Jerome Glisse
2010-09-29
r600g: use a hash table instead of group
Jerome Glisse
2010-09-28
r600g: suspend/resume occlusion query around clear/copy
Jerome Glisse
2010-09-27
r600g: build packet header once
Jerome Glisse
2010-09-27
r600g: add evergreen texture resource properly.
Dave Airlie
2010-09-26
r600g: disable early cull optimization when occlusion query running
Jerome Glisse
2010-09-23
r600g: initial evergreen support in new path
Jerome Glisse
2010-09-21
r600g: occlusion query for new design
Jerome Glisse
2010-09-21
r600g: directly allocate bo for user buffer
Jerome Glisse
2010-09-20
r600g: move chip class to radeon common structure
Jerome Glisse
2010-09-19
r600g: Buffer object maps imply a wait.
Henri Verbeet
2010-09-17
r600g: alternative command stream building from context
Jerome Glisse