summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+2
|\
| * st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()Brian Paul2009-12-291-1/+2
* | mesa: implement per-buffer color maskingBrian Paul2009-12-293-13/+13
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-272-6/+12
|\ \ | |/
| * st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORMBrian Paul2009-12-271-0/+2
| * gallium: only create pipe buffer when size is nonzeroMaarten Maathuis2009-12-231-6/+10
* | gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+2
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-227-112/+130
|\ \
| * | gallium: don't use edgeflags if the app didn't supply themRoland Scheidegger2009-12-193-4/+16
| * | gallium: fix not generating new vp varient when polygon mode changesRoland Scheidegger2009-12-191-1/+1
| * | fix debug output mising from edgeflag changesRoland Scheidegger2009-12-182-7/+7
| * | gallium: fix mesa to tgsi translation for edgeflagsRoland Scheidegger2009-12-183-15/+31
| * | gallium: edgeflags change fixesRoland Scheidegger2009-12-163-17/+32
| * | gallium: more work for edgeflags changesRoland Scheidegger2009-12-144-14/+19
| * | gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-095-76/+46
* | | Merge branch 'i965g-restart'Keith Whitwell2009-12-221-4/+28
|\ \ \
| * \ \ Merge commit 'origin/master' into i965g-restartKeith Whitwell2009-12-2129-937/+727
| |\ \ \
| * | | | mesa/st: avoid quadstrips if its easy to do soKeith Whitwell2009-12-011-3/+26
| * | | | i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell2009-10-251-1/+2
* | | | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-213-2/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-0/+3
| |\ \ \ \
| | * | | | st/mesa: Check for single level mipmap trees.Younes Manton2009-12-211-0/+3
| | * | | | st/mesa: remove //-style commentsBrian Paul2009-12-162-5/+5
| * | | | | st/mesa: move assert on nr vs insns until after pos_invarient expansionKeith Whitwell2009-12-182-2/+2
| * | | | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | st/mesa: Silence uninitialized variables warnings in st_draw.c.Vinson Lee2009-12-121-2/+2
* | | | | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-174-19/+20
* | | | | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1713-182/+92
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'mesa_7_7_branch'Brian Paul2009-12-113-136/+0
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-093-136/+0
| * | | | | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-1/+3
| |\ \ \ \ \
| | * | | | | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-081-1/+3
| | * | | | | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | st/mesa: remove debug codeBrian Paul2009-12-071-1/+1
| * | | | | st/mesa: negate DDY to match GL semanticsBrian Paul2009-12-071-1/+20
| * | | | | st/mesa: fix up commentBrian Paul2009-12-071-2/+5
| * | | | | st/mesa: Prefer alpha-less formats for RGB textures.Michel Dänzer2009-12-051-4/+32
| * | | | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-046-38/+32
| |\ \ \ \ \
| | * | | | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-306-38/+32
| * | | | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-021-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | st/mesa: updated emit_swz() commentBrian Paul2009-12-011-1/+1
* | | | | | s/desc->type/desc->channel[0].type/Michal Krol2009-12-171-3/+3
* | | | | | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+3
* | | | | | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-3/+2
* | | | | | Remove remaining pipe format utility functions.Michal Krol2009-12-081-34/+31
* | | | | | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-4/+7
* | | | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-033-28/+22
* | | | | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* | | | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-033-4/+5
* | | | | | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-033-6/+8