summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_state_immediate.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-061-1/+1
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-171-5/+1
* Make it compile under Win32.Michal2007-11-221-12/+12
* Track hardware vertex buffer state changes.José Fonseca2007-11-071-0/+41
* Convert i915 to use cso semantics of alpha_test.Zack Rusin2007-09-211-9/+1
* Make the alpha test state a cso.Zack Rusin2007-09-211-3/+3
* Make the rasterizer state in i915 use the cso semantics.Zack Rusin2007-09-201-41/+2
* Rewrite the depth_stencil state handling in i915.Zack Rusin2007-09-201-26/+3
* Convert the i915 driver blend state to the new semantics.Zack Rusin2007-09-191-30/+2
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-181-15/+15
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-181-11/+11
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-181-10/+10
* remove dead/debug code, misc clean-upBrian2007-08-231-17/+9
* Checkpoint commit: i915 texture works, use new vertex_info structBrian2007-08-231-3/+8
* Checkpoint: texture image and sampler state handling, plus better vertex form...Brian2007-08-221-0/+8
* remove unneeded includeBrian2007-08-221-2/+0
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-18/+17
* Add more i915 state packets.Keith Whitwell2007-08-091-5/+0
* Missing filesKeith Whitwell2007-08-091-0/+285