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
/
softpipe
/
sp_state_fs.c
Age
Commit message (
Expand
)
Author
2009-03-13
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-04
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-29
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-27
gallium: remove redundant size from the constant buffer
Zack Rusin
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-05
softpipe: Prevent NULL ptr derreference on takedown.
José Fonseca
2008-05-17
gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()
Brian Paul
2008-05-01
softpipe: fix warning
Keith Whitwell
2008-04-22
Revert "softpipe: squash warning"
Keith Whitwell
2008-04-22
softpipe: squash warning
Keith Whitwell
2008-04-17
gallium: assert that we're not deleting the currently bound shader
Brian Paul
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2008-02-27
gallium: remove uses_kill field from softpipe_shader
Brian
2008-02-26
gallium: added tgsi_shader_field to sp_fragment_shader
Brian
2008-02-23
gallium: disable early Z test if fragment shader contains KIL instruction.
Brian
2008-02-15
Merge commit 'origin/gallium-0.1' into gallium-0.1
Keith Whitwell
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca