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
/
mesa
/
pipe
/
i915simple
/
Makefile
Age
Commit message (
Expand
)
Author
2007-10-29
Start a vertex buffer constuction stage for i915 based on Keith's draft done ...
José Fonseca
2007-08-24
remove deleted i915_state_fragprog.c
Brian
2007-08-22
Sampler state code now compiles and is built. Not tested yet.
Brian
2007-08-22
don't need i915_fpc.c
Brian
2007-08-22
Remove duplicate i915 shader disassembler
Keith Whitwell
2007-08-21
Fragment shader translation seems to basically work now. More testing needed.
Brian
2007-08-21
added fpc sources
Brian
2007-08-10
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell
2007-08-10
Add printf handlers, pass pci id and move texlayout code to driver.
Keith Whitwell
2007-08-09
Add more i915 state packets.
Keith Whitwell
2007-08-09
Some basic state - blend and ztest sort of work.
Keith Whitwell
2007-08-09
Tweaks to state emit, acheives first hw triangles from a pipe driver.
Keith Whitwell
2007-08-09
Add flush/finish functionality to pipe.
Keith Whitwell
2007-08-08
Checkpoint of a super-simplified i915 driver in the pipe model.
Keith Whitwell