summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_state.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-1529/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-16/+16
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-10/+10
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-25/+25
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-3/+0
|\
| * unichrome: Remove unnecessary headers.Vinson Lee2010-01-191-3/+0
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-051-2/+2
|\ \
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-8/+8
|/ /
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-5/+5
|/
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-4/+4
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-3/+8
* screen offset changes, bug 9965Miguel Marte2007-03-181-13/+5
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-4/+10
|\
| * Implement GLX_SGI_make_current_readIan Romanick2006-11-101-4/+10
* | switch remaining drivers over to vboKeith Whitwell2006-10-311-2/+2
|/
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-14/+1
* Revamp color table code.Brian Paul2006-10-131-4/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-3/+0
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-7/+2
* add special case for flat shaded + separate specular trianglesKeith Whitwell2005-05-251-1/+0
* Disable polygon stipple - it seems to break if certain specific stippleKeith Whitwell2005-05-251-54/+55
* Disable CLOD (Lod constant) state emit. The values emitted wereKeith Whitwell2005-04-141-6/+6
* merge unichrome changes from branchKeith Whitwell2005-03-221-337/+256
* Bring the texcombine fixes to the trunk.Keith Whitwell2005-01-191-5/+20
* Enable line stippling.Alan Hourihane2005-01-141-4/+4
* Fix previously un-noticed issue with flat-shaded points.Keith Whitwell2005-01-141-16/+0
* Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane2005-01-141-30/+8
* Remove misleading comment.Keith Whitwell2005-01-131-2/+0
* Emit constant colors for texunit 1 blending.Keith Whitwell2005-01-131-1/+4
* cut out dead texture state codeKeith Whitwell2005-01-131-11/+0
* Fix glean scissor testAlan Hourihane2005-01-131-2/+4
* As we fallback for polygon stipple on the CLE266 for now, ensure weAlan Hourihane2005-01-131-5/+7
* Don't special-case 16bpp for colormask register - not needed.Keith Whitwell2005-01-121-12/+4
* Add flag to clear texture caches after texture upload.Keith Whitwell2005-01-121-34/+16
* Fix multitexturing.Alan Hourihane2005-01-121-11/+14
* fix a typoAlan Hourihane2005-01-111-1/+1
* Fix the calculation of the alpha reference value which negates theAlan Hourihane2005-01-111-1/+5
* uncommentAlan Hourihane2005-01-111-2/+0
* Fix ColorMaskAlan Hourihane2005-01-111-2/+14
* Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell2005-01-111-1/+16
* fallback on polygon.stippleflag (thanks Keith)Alan Hourihane2005-01-111-1/+1
* Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane2005-01-101-4/+39
* Avoid a segfault in multiarb.cKeith Whitwell2005-01-051-3/+4
* Turn specular lighting state on/off appropriately.Keith Whitwell2005-01-041-0/+5
* Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell2005-01-041-35/+2
* Get scissor test working again. Passes glean scissor test.Keith Whitwell2004-12-301-1/+16