summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-27Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORMBrian Paul
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-23gallium: only create pipe buffer when size is nonzeroMaarten Maathuis
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-22Merge branch 'i965g-restart'Keith Whitwell
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell
2009-12-21st/mesa: Check for single level mipmap trees.Younes Manton
2009-12-19gallium: don't use edgeflags if the app didn't supply themRoland Scheidegger
2009-12-19gallium: fix not generating new vp varient when polygon mode changesRoland Scheidegger
2009-12-18fix debug output mising from edgeflag changesRoland Scheidegger
2009-12-18gallium: fix mesa to tgsi translation for edgeflagsRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17s/desc->type/desc->channel[0].type/Michal Krol
2009-12-16gallium: edgeflags change fixesRoland Scheidegger
2009-12-16st/mesa: remove //-style commentsBrian Paul
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-12-12st/mesa: Silence uninitialized variables warnings in st_draw.c.Vinson Lee
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-12-09Revert "Simplify the redundant meaning of format layout."Michal Krol
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt
2009-12-08Simplify the redundant meaning of format layout.Michal Krol
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-18st/mesa: move assert on nr vs insns until after pos_invarient expansionKeith Whitwell
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-07st/mesa: remove debug codeBrian Paul
2009-12-07st/mesa: negate DDY to match GL semanticsBrian Paul
2009-12-07st/mesa: fix up commentBrian Paul
2009-12-05st/mesa: Prefer alpha-less formats for RGB textures.Michel Dänzer
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03Remove pf_swizzle_* internal macros.Michal Krol
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_compressed() to u_format auxiliary module.Michal Krol
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-01mesa/st: avoid quadstrips if its easy to do soKeith Whitwell
2009-12-01st/mesa: updated emit_swz() commentBrian Paul
2009-12-01mesa: Update vertex texture code after gallium changes.Michal Krol
2009-12-01st: Update for renamed sampler/texture state setters.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger