summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-28st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmemBrian Paul
2009-09-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28st/mesa: fix st_generate_mipmap() issuesBrian Paul
2009-09-28st/mesa: fix/simplify st_texture_object::lastLevel calculationBrian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-23st/mesa: trim calculated userbuffer sizeKeith Whitwell
2009-09-21mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca
2009-09-20Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-20Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle
2009-09-20mesa/st: Create front renderbuffer on the fly when supplied with a surfaceNicolai Hähnle
2009-09-20mesa/st: Initialize format bits of framebuffer renderbuffersNicolai Hähnle
2009-09-19mesa: Allow BlitFramebuffer from a texture.José Fonseca
2009-09-16st/mesa: fix some incorrect branching/clean-up code in TexImage functionsBrian Paul
2009-09-16st/mesa: fix texture memory allocation bugBrian Paul
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-09-15st/mesa: disable accidentally committed _mesa_print_program() callBrian Paul
2009-09-14st/mesa: minor whitespace, comment clean-upsBrian Paul
2009-09-14mesa/st: remove dead commentKeith Whitwell
2009-09-14st/mesa: convert to new tgsi_ureg mechanism for shader emitKeith Whitwell
2009-09-12mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell
2009-09-10st/mesa: use st_context() helperBrian Paul
2009-09-03st/mesa: silence uninitialized var warningsBrian Paul
2009-09-03st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul
2009-09-03st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell
2009-09-03st/mesa: silence uninitialized var warningsBrian Paul
2009-09-03st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-09-03mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul
2009-09-02st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell
2009-09-01st/mesa: use new _mesa_expand_bitmap() functionBrian Paul
2009-08-31st/mesa: fix obj->Pointer offset in st_bufferobj_map_range()Brian Paul
2009-08-24st/mesa: flush bitmap cache if Z value changesBrian Paul
2009-08-21st/mesa: flush bitmap cache if Z value changesBrian Paul
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-08-07st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul
2009-08-05mesa/st: Add support for binding pipe surface to texture.Chia-I Wu
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul
2009-08-05st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul
2009-08-03st/mesa: we don't support GL_NV_point_sprite (see comment)Brian Paul
2009-08-01mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...Patrice Mandin
2009-08-01mesa st: Move logbase2 function to util/u_math.hPatrice Mandin
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-30mesa st: Change the preferred internal format for some RGB formats.Thomas Hellstrom