summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-09-14es/st: Move state tracker code to mesa/st.Chia-I Wu
2009-09-12st: added preprocessor test for FEATURE_texture_s3tcBrian Paul
2009-09-12mesa/main: New feature FEATURE_queryobj.Chia-I Wu
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-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-09-03mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul
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-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
2009-07-30mesa st: Report unsupported render-to-texture formats.Thomas Hellstrom
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-07-29gallium: fix SSE shadow texture instructionsBrian Paul
2009-07-29mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell
2009-07-29mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-27st/mesa: silence warningBrian Paul
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-16mesa: Fix logbase2.José Fonseca
2009-07-16st/mesa: add some array index bounds assertionsBrian Paul
2009-07-14mesa: Report the true face number when flushing.José Fonseca
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-11gallium: compare the actual register, not all the inputsZack Rusin
2009-07-10st/mesa: implement indirect addressing for destination registersBrian Paul
2009-07-07gallium: fixup register indexes for fog/frontface/point coordZack Rusin
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-07gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer
2009-07-06gallium: more fog extraction fixesZack Rusin
2009-07-05Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-02mesa: Assume depth textures have a single level unless told otherwise.José Fonseca