summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-1238-1165/+1019
|\
| * st/mesa: Remove st_api.c.Chia-I Wu2010-01-121-33/+0
| * st: Mark functions in st_public.h and vg_tracker.h as public.Chia-I Wu2010-01-111-0/+22
| * Fix compressed texture loads for non-minimal pitchesLuca Barbieri2010-01-111-1/+16
| * st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-111-2/+2
| * Merge remote branch 'origin/mesa_7_7_branch'José Fonseca2010-01-061-4/+17
| |\
| | * st/mesa: fix broken translation of negative register indexesBrian Paul2010-01-051-4/+16
| | * st/mesa: added PROGRAM_LOCAL_PARAM case in src_register()Brian Paul2010-01-051-0/+1
| * | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-4/+0
| * | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-1/+1
| * | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-042-5/+46
| |\|
| | * st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.Michel Dänzer2010-01-041-1/+1
| | * mesa: Cope with the degenerate case of zero length ranges.José Fonseca2010-01-031-4/+45
| * | st/mesa: implement conditional renderingBrian Paul2009-12-314-0/+136
| * | st/mesa: move st_query_object type to header to make it publicBrian Paul2009-12-312-17/+21
| * | 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