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
/
evergreen_hw_context.c
Age
Commit message (
Expand
)
Author
2011-03-01
r600g: add NV_conditional_render support.
Dave Airlie
2011-01-31
r600g: fix eg OQ properly.
Dave Airlie
2011-01-11
r600g: move user fence into base radeon structure
Jerome Glisse
2010-12-22
r600g: drop unused code in evergreen.
Dave Airlie
2010-12-09
r600g: avoid using pb* helper we are loosing previous cpu cycle with it
Jerome Glisse
2010-11-22
r600g: fix additional EVENT_WRITE packet
Alex Deucher
2010-11-19
r600g: add fetch shader capabilities
Jerome Glisse
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: use dirty list to track dirty blocks
Bas Nieuwenhuizen
2010-10-05
r600g: improve bo flushing
Jerome Glisse
2010-10-05
r600g: drop use_mem_constant.
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-01
r600g: setup basic loop consts on r600 + evergreen.
Dave Airlie
2010-10-01
r600g: flush SH cache on constant change on evergreen
Dave Airlie
2010-10-01
r600g: fix evergreen draw-buffers
Dave Airlie
2010-10-01
r600g: add cb flushing for extra buffers + depth buffer on r600/evergreen
Dave Airlie
2010-10-01
r600g: sync vertex/texture cache on resources on evergreen
Dave Airlie
2010-10-01
r600g: add reloc for evergreen color attrib
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
evergreeng: avoid overlapping border color btw VS & PS
Jerome Glisse
2010-09-29
r600g: more cleanup
Jerome Glisse