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_context.c
Age
Commit message (
Expand
)
Author
2010-09-20
r600g: use pipe context for flushing inside map
Jerome Glisse
2010-09-20
r600g: move chip class to radeon common structure
Jerome Glisse
2010-09-19
r600g: Fix false and true.
Corbin Simpson
2010-09-19
Revert "r600g: Flush upload buffers before draws instead of before flushes."
Henri Verbeet
2010-09-19
r600g: Flush upload buffers before draws instead of before flushes.
Henri Verbeet
2010-09-17
r600g: add upload manager support.
Dave Airlie
2010-09-17
r600g: add support for kernel bo
Dave Airlie
2010-09-17
r600g: hide radeon_ctx inside winsys.
Dave Airlie
2010-09-15
r600g: Silence unused variable warning.
Vinson Lee
2010-09-15
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-14
r600g: Remove unnecessary headers.
Vinson Lee
2010-09-10
r600g: add initial evergreen support
Dave Airlie
2010-09-08
r600g: abstract the hw states out behind a vtbl.
Dave Airlie
2010-09-03
r600g: reduce size of r600 context structure to !insane
Dave Airlie
2010-09-02
r600g: fix memory/bo leak
Jerome Glisse
2010-09-01
r600g: refix db/cb state
Jerome Glisse
2010-09-01
r600g: fix up default state differences between r6xx and r7xx
Alex Deucher
2010-09-01
r600g: avoid dynamic allocation of states
Jerome Glisse
2010-08-30
r600g: fixup states generation in winsys.
Dave Airlie
2010-08-27
Revert "r600g: simplify states"
Dave Airlie
2010-08-25
r600g: simplify states
Jerome Glisse
2010-08-21
r600g: partialy fix texturing from depth buffer + initial support for untiling
Jerome Glisse
2010-08-20
r600g: add occlusion query support
Dave Airlie
2010-08-10
r600g: avoid reemiting literal, avoid scheduling empty cs
Jerome Glisse
2010-08-06
r600g: really fix multi target support
Jerome Glisse
2010-08-06
r600g: finish multi target rendering support
Jerome Glisse
2010-08-06
Revert "r600g: don't use dynamic state allocation for states"
Jerome Glisse
2010-08-05
r600g: don't use dynamic state allocation for states
Jerome Glisse
2010-08-03
r600g: flush and resubmit if we reach limit
Jerome Glisse
2010-08-02
r600g: add initial blend state.
Dave Airlie
2010-07-29
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-28
r600g: split pipe state creating/binding from hw state creation
Jerome Glisse
2010-07-28
r600g: cleanup resource buffer/texture mess
Jerome Glisse
2010-07-27
r600g: texture support
Jerome Glisse
2010-07-23
r600g: first pass at texture support
Jerome Glisse
2010-07-23
r600g: drop compiler stuff and switch over dumb tgsi assembler
Jerome Glisse
2010-07-21
r600g: add support for all R6XX/R7XX asic
Jerome Glisse
2010-06-04
r600g: make blit functions static (private)
Marek Olšák
2010-06-04
r600g: use cast wrappers
Marek Olšák
2010-05-30
r600g: Remove unnecessary headers.
Vinson Lee
2010-05-27
r600g: disable rendering
Jerome Glisse
2010-05-27
r600g: various fixes
Bas Nieuwenhuizen
2010-05-27
r600g: fix driver + shader compiler backend change
Jerome Glisse
2010-05-27
r600g: adapt to latest interfaces changes
Marek Olšák
2010-05-27
r600g: Initial import
Jerome Glisse