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_state.c
Age
Commit message (
Expand
)
Author
2010-08-09
r600g: fix r600 context structure, avoid segfault when no scissor
Jerome Glisse
2010-08-06
r600g: fix rendering, only enable target we write too
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
r600g: fix color format, indentation, defines
Jerome Glisse
2010-08-06
Revert "r600g: don't use dynamic state allocation for states"
Jerome Glisse
2010-08-06
r600g: start to fix up multiple targets.
Dave Airlie
2010-08-06
r600g: add SRGB support.
Dave Airlie
2010-08-06
r600g: fixup z format translations.
Dave Airlie
2010-08-06
r600g: fix targetmask to work correctly.
Dave Airlie
2010-08-06
r600g: improve supported format selection.
Dave Airlie
2010-08-05
r600g: don't use dynamic state allocation for states
Jerome Glisse
2010-08-04
r600g: always perform texture perspective divide + fix blending
Jerome Glisse
2010-08-03
r600g: add polygon offset support
Jerome Glisse
2010-08-03
r600g: fix color target mask
Jerome Glisse
2010-08-03
r600g: fix stencil
Jerome Glisse
2010-08-02
r600g: add autogenerated reg definition + debug print cleanup
Jerome Glisse
2010-08-02
r600g: add stencil op/func translation
Dave Airlie
2010-08-02
r600g: initial alpha test state
Dave Airlie
2010-08-02
r600g: add initial blend state.
Dave Airlie
2010-08-02
r600g: make r600_db_format static.
Dave Airlie
2010-07-29
r600g: mipmap early support + EX2/ABS instruction + culling
Jerome Glisse
2010-07-29
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-28
r600g: state context ptr in sampler_view & add I8/L8 buffer format
Jerome Glisse
2010-07-28
r600g: switch btw flat/linear interpolation
Jerome Glisse
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-28
r600g: fix up segfault with variation between views and count.
Dave Airlie
2010-07-28
r600g: use gallium util for float->ui conversion
Dave Airlie
2010-07-27
r600g: texture support
Jerome Glisse
2010-07-23
r600g: drop compiler stuff and switch over dumb tgsi assembler
Jerome Glisse
2010-06-04
r600g: use cast wrappers
Marek Olšák
2010-06-03
r600g: Move declaration before code.
Vinson Lee
2010-06-03
r600g: added code for depthtesting
Bas Nieuwenhuizen
2010-05-29
r600g: make a local copy of viewport state
Marek Olšák
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