summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: create aux buffers according to visualBrian Paul2009-10-091-0/+7
* 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
* 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_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-3/+9
|\|
| * st/mesa: trim calculated userbuffer sizeKeith Whitwell2009-09-231-3/+9
* | 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
* | 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
* | gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-1/+1
* | Merge branch 'new-frag-attribs'Brian Paul2009-08-123-66/+14
|\ \
| * | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-293-66/+14
* | | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-124-1/+12
* | | st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul2009-08-071-4/+2
* | | mesa/st: Add support for binding pipe surface to texture.Chia-I Wu2009-08-054-16/+107
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-052-13/+88
|\ \ \ | | |/ | |/|
| * | st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul2009-08-051-29/+80
| * | st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul2009-08-051-3/+25
| * | st/mesa: we don't support GL_NV_point_sprite (see comment)Brian Paul2009-08-031-1/+3
* | | mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...Patrice Mandin2009-08-011-10/+58
* | | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-13/+4
* | | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-2/+2
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-302-4/+32
|\| |
| * | mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell2009-07-291-0/+12
| * | mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell2009-07-291-4/+20
* | | mesa st: Change the preferred internal format for some RGB formats.Thomas Hellstrom2009-07-301-2/+2
* | | mesa st: Report unsupported render-to-texture formats.Thomas Hellstrom2009-07-301-0/+53
* | | gallium: fix SSE shadow texture instructionsBrian Paul2009-07-291-6/+0
| |/ |/|
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-1/+2
|\|
| * st/mesa: silence warningBrian Paul2009-07-271-1/+2
* | gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+5
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-171-10/+13
|\|
| * mesa: Fix logbase2.José Fonseca2009-07-161-7/+5