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
/
i915_state_derived.c
Age
Commit message (
Expand
)
Author
2007-10-29
Remove typedefs from enums.
Zack Rusin
2007-10-01
avoid updating vertex format when it doesn't really change
Brian
2007-10-01
don't crash when fog enabled, still not rendered correctly though
Brian
2007-10-01
remove specular color assertion (the path works)
Brian
2007-09-21
Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.
Brian
2007-09-20
Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.
Brian
2007-09-20
remove old/used code
Brian
2007-09-20
checkpoint: TGSI_ATTRIB_x tokens no longer used
Brian
2007-09-20
Checkpoint: vertex attribute clean-up.
Brian
2007-09-20
Make the rasterizer state in i915 use the cso semantics.
Zack Rusin
2007-09-19
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-18
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-08-31
Define attrib_format and interp_mode enum typedefs and use where appropriate.
Brian
2007-08-30
Consolidate vertex-related code in new draw_vertex.c
Brian
2007-08-30
Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
Brian
2007-08-30
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...
Brian
2007-08-24
s/==/=/
Brian
2007-08-24
set I915_NEW_VERTEX_FORMAT in calculate_vertex_layout(), fixes demos/texenv
Brian
2007-08-24
sampler state tweaks
keithw
2007-08-24
emit S4_VFMT_XYZ vs. S4_VFMT_XYZW as needed
Brian
2007-08-23
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
remove dead/debug code, misc clean-up
Brian
2007-08-23
Checkpoint commit: i915 texture works, use new vertex_info struct
Brian
2007-08-22
Checkpoint: texture image and sampler state handling, plus better vertex form...
Brian
2007-08-22
remove unneeded includes
Brian
2007-08-21
Fragment shader translation seems to basically work now. More testing needed.
Brian
2007-08-13
Start breaking the #include dependencies between pipe drivers and mesa.
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
Don't reemit hardware state *every* primitive.
Keith Whitwell
2007-08-08
The i915simple driver now runs well enough to lock up hardware.
Keith Whitwell
2007-08-08
Checkpoint of a super-simplified i915 driver in the pipe model.
Keith Whitwell