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
/
winsys
/
r600
/
drm
/
r600_hw_context.c
Age
Commit message (
Expand
)
Author
2011-01-25
r600g: Implement timer queries.
Mathias Fröhlich
2011-01-25
r600g: Implement asyncronous query results.
Mathias Fröhlich
2011-01-25
r600g: Fix meaning of num_results for queries.
Mathias Fröhlich
2011-01-25
fix potential leak in r600_context_init
Tim Wiederhake
2011-01-11
r600g: move user fence into base radeon structure
Jerome Glisse
2010-12-09
r600g: avoid using pb* helper we are loosing previous cpu cycle with it
Jerome Glisse
2010-12-07
r600g: fix userspace fence against lastest kernel
Jerome Glisse
2010-12-06
r600g: remove useless flush map
Jerome Glisse
2010-12-05
r600g: Cleanup block bo references in r600_context_fini().
Henri Verbeet
2010-11-19
r600g: add fetch shader capabilities
Jerome Glisse
2010-11-19
r600g: All EVENT_WRITE packets need the EVENT_INDEX field
Alex Deucher
2010-11-19
r600g: fix occlusion query on evergreen (avoid lockup)
Jerome Glisse
2010-11-15
r600g: Cleanup the fenced_bo list in r600_context_fini().
Henri Verbeet
2010-11-10
r600g: allow driver to work without submitting cmd to GPU
Jerome Glisse
2010-11-03
r600g: set hardware pixel centers according to gl_rasterization_rules
Keith Whitwell
2010-11-03
r600g: propogate resource usage flags to winsys, use to choose bo domains
Keith Whitwell
2010-11-02
r600g: Fixed two memory leaks in winsys.
Tilman Sauerbeck
2010-10-08
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-10-08
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-10-06
r600g: fix dirty state handling
Jerome Glisse
2010-10-06
r600g: avoid segfault due to unintialized list pointer
Jerome Glisse
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-05
r600g: store reloc information in bo structure
Jerome Glisse
2010-10-05
r600g: drop use_mem_constant.
Dave Airlie
2010-10-05
r600g: add bo fenced list.
Dave Airlie
2010-10-04
r600g: use r600_bo for relocation argument, simplify code
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-10-04
r600g: TODO domain management
Dave Airlie
2010-10-04
r600g: break out of search for reloc bo after finding it.
Dave Airlie
2010-10-01
r600g: setup basic loop consts on r600 + evergreen.
Dave Airlie
2010-10-01
r600g: add cb flushing for extra buffers + depth buffer on r600/evergreen
Dave Airlie
2010-10-01
r600g: add winsys support for CTL constants.
Dave Airlie
2010-10-01
r600g: use Elements macro instead of manual sizeofs
Dave Airlie
2010-09-30
r600g: don't double count dirty block
John Doe
2010-09-30
r600g: use constant buffer instead of register for constant
Jerome Glisse
2010-09-30
r600g: clean up some code from move to new paths.
Dave Airlie
2010-09-29
r600g: more cleanup
Jerome Glisse