aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-0/+7
|\
| * st/mesa: create aux buffers according to visualBrian Paul2009-10-091-0/+7
* | mesa/st: add missing mesa constant file nameKeith Whitwell2009-10-071-10/+11
* | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-075-12/+15
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-052-12/+13
|\|
| * st/mesa: check for null before asserts, fix possible mem leakBrian Paul2009-10-011-6/+7
| * st/mesa: silence hidden parameter warningBrian Paul2009-10-011-6/+6
| * st/mesa: fix non-mipmap lastLevel calculation.Brian Paul2009-10-011-1/+5
* | mesa: Copy textures' base format into wrapper renderbuffer.José Fonseca2009-10-051-0/+1
* | mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-0510-8/+119
* | mesa/st: don't reuse vertex buffers for bitmap, clear quadsKeith Whitwell2009-10-022-2/+24
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-022-3/+2
* | gallium: remove depth.occlusion_count flagKeith Whitwell2009-10-011-4/+0
* | st/mesa: fix non-mipmap lastLevel calculation.Cooper Yuan2009-10-011-1/+5
* | mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-1/+1
* | st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmemBrian Paul2009-09-281-0/+3
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-282-55/+89
|\|
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-282-55/+89
| |\
| | * st/mesa: fix st_generate_mipmap() issuesBrian Paul2009-09-281-2/+80
| | * st/mesa: fix/simplify st_texture_object::lastLevel calculationBrian Paul2009-09-281-53/+9
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-3/+9
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-3/+9
| |\|
| | * st/mesa: trim calculated userbuffer sizeKeith Whitwell2009-09-231-3/+9
* | | mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca2009-09-214-5/+20
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-203-8/+29
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle2009-09-202-5/+14
| |\|
| | * mesa/st: Initialize format bits of framebuffer renderbuffersNicolai Hähnle2009-09-201-0/+1
| | * st/mesa: fix some incorrect branching/clean-up code in TexImage functionsBrian Paul2009-09-161-3/+3
| | * st/mesa: fix texture memory allocation bugBrian Paul2009-09-161-2/+10
| | * st/mesa: silence uninitialized var warningsBrian Paul2009-09-031-2/+2
| | * st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul2009-09-031-0/+4
| | * st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell2009-09-021-14/+51
| | * st/mesa: flush bitmap cache if Z value changesBrian Paul2009-08-211-5/+11
| * | mesa/st: Create front renderbuffer on the fly when supplied with a surfaceNicolai Hähnle2009-09-201-3/+15
* | | mesa: Allow BlitFramebuffer from a texture.José Fonseca2009-09-191-11/+45
* | | mesa: move generate mipmap callsBrian Paul2009-09-151-12/+0
* | | st/mesa: disable accidentally committed _mesa_print_program() callBrian Paul2009-09-151-1/+1
* | | st/mesa: minor whitespace, comment clean-upsBrian Paul2009-09-141-21/+9
* | | mesa/st: remove dead commentKeith Whitwell2009-09-141-7/+0
* | | st/mesa: convert to new tgsi_ureg mechanism for shader emitKeith Whitwell2009-09-143-983/+625
* | | mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell2009-09-121-2/+0
* | | st/mesa: use st_context() helperBrian Paul2009-09-101-17/+17
|/ /
* | st/mesa: silence uninitialized var warningsBrian Paul2009-09-031-2/+2
* | st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul2009-09-031-0/+4
* | st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell2009-09-031-14/+51
* | mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-034-13/+13
* | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-031-4/+5
* | st/mesa: use new _mesa_expand_bitmap() functionBrian Paul2009-09-011-57/+4
* | st/mesa: fix obj->Pointer offset in st_bufferobj_map_range()Brian Paul2009-08-311-5/+5
* | st/mesa: flush bitmap cache if Z value changesBrian Paul2009-08-241-5/+11