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
/
nv30
Age
Commit message (
Collapse
)
Author
2008-06-21
nv30: Add state for blend
Patrice Mandin
2008-06-21
nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ↵
Patrice Mandin
ones
2008-06-20
nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use ↵
Patrice Mandin
it now
2008-05-27
nouveau: very quick port to tex-surface changes.
Ben Skeggs
probably the last match-gallium-upstream merge for a bit, some cleanup+nv50 work coming RSN...
2008-05-25
nouveau: remove final PIPE_FORMAT_U_* usage
Ben Skeggs
2008-05-13
nouveau: remove chipset fields in all nv pipe driver context/screen structs.
Ben Skeggs
2008-05-05
nouveau: bitmap texcoord bias has been removed
Ben Skeggs
2008-04-27
nouveau: stub set_edgeflags for all nv pipe drivers
Ben Skeggs
2008-04-23
nv30: add stuff to init swtnl
Patrice Mandin
2008-04-23
nouveau: fix build
Ben Skeggs
2008-04-15
nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBS
Ben Skeggs
2008-04-12
nv30: Update miptree stuff
Patrice Mandin
2008-04-11
nv30: Move some structures and functions from context to screen
Patrice Mandin
2008-04-11
nv30: Do flip
Patrice Mandin
2008-04-11
nv30: Set pipe status on clear
Patrice Mandin
2008-04-04
nouveau: in some cases don't create the buffer in local mem initially.
Ben Skeggs
2008-03-30
nv30: use FREE macro
Patrice Mandin
2008-03-30
nouveau: adapt to recent gallium changes
Ben Skeggs
2008-03-21
nouveau: match gallium API changes
Ben Skeggs
2008-03-18
nv30: disable emit texture image in state_emit, already done in fragtex
Patrice Mandin
2008-03-18
nv30: hmm, no buffer for texture
Patrice Mandin
2008-03-18
nv30: update miptree stuff for texturing
Patrice Mandin
2008-03-17
nv30: another 2 rt, and set viewport tx origin, so we render at the proper ↵
Patrice Mandin
place \o/
2008-03-17
nv30: only 2 render targets
Patrice Mandin
2008-03-15
cso_context_destroy calls bind_state functions with NULL parameter
Patrice Mandin
2008-03-15
nv30: only 2 RTs.
Stephane Marchesin
2008-03-13
nouveau: match interface changes
Ben Skeggs
2008-03-12
nv30: debug dumps vp constants
Patrice Mandin
2008-03-12
nv30: line up the miptree creation to latest changes.
Stephane Marchesin
2008-03-11
nv30: silence some warnings
Patrice Mandin
2008-03-10
nv30: put the card into vtxprog mode + small cleanups/fixes
Ben Skeggs
2008-03-06
nv30: a couple of vtxprog fixes
Ben Skeggs
2008-03-02
Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-02
nouveau: enable multi-context/single-channel support for nv40
Ben Skeggs
2008-02-29
nouveau: hand nouveau_winsys in with pipe_screen init
Ben Skeggs
2008-02-29
nouveau: implement pipe_screen
Ben Skeggs
Untested on NV3x/NV5x. Quite possibly broken.
2008-02-22
nv30: init zeta to NULL, use color pitch if no zeta
Patrice Mandin
2008-02-22
nv30: wrong number of parameters
Patrice Mandin
2008-02-16
nouveau: match gallium code reorginisation.
Ben Skeggs
That was... fun..