summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-05-05mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-01st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul
2009-05-01st: if st_swapbuffers() is called for single-buffered visual don't crashBrian Paul
2009-05-01st: when creating an on-demand front color buffer, init to back buffer imageBrian Paul
2009-05-01st: added st_renderbuffer::defined flagBrian Paul
2009-05-01set: new st_swapbuffers() which does a true front/back buffer swapBrian Paul
2009-05-01st: when double buffered, only create front color buffer on demandBrian Paul
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell
2009-04-28mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell
2009-04-28mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell
2009-04-28st: Add an st_get_current() function.Thomas Hellstrom
2009-04-27mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell
2009-04-22st: comments, license, copyrightBrian Paul
2009-04-22st: also check _NEW_PROGRAM flag for vertex shader constant buffersBrian Paul
2009-04-22gallium: Reinstate unconditional flushes.Thomas Hellstrom
2009-04-21st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul
2009-04-21st: use the static atoms[] array directlyBrian Paul
2009-04-21st: do away with dynamic state atom for const buffersBrian Paul
2009-04-21st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul
2009-04-20mesa: Handle failure to create a transfer.José Fonseca
2009-04-20st: assert on pipe_buffer_create failureKeith Whitwell
2009-04-20gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer
2009-04-19st: Wait to create bitmap transfer until neededJakob Bornecrantz
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-16Merge branch 'register-negate'Brian Paul
2009-04-16Merge branch 'gallium-s3tc'José Fonseca
2009-04-15st: remove XXX commentBrian Paul
2009-04-15st: check for fast memcpy path in decompress_with_blit()Brian Paul
2009-04-15st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul
2009-04-15st: decompress_with_blit() path for glGetTexImage().Brian Paul
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-15mesa: TGSI translation of multiple render targets.José Fonseca
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-14mesa: Fix gcc assembly enable logic.José Fonseca
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul
2009-04-09st: remove another unneeded 'is compressed' comparisonBrian Paul
2009-04-09st: remove unneeded "is compressed" checkBrian Paul
2009-04-09st: rearrange some code to be a little more clearBrian Paul
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-04-09st: consolidate format->usage computationBrian Paul
2009-04-09st: add const qualifiers, use GL typesBrian Paul
2009-04-09st: make loops over 3D texture slices a litte more intuitiveBrian Paul
2009-04-09st: reformatting and clean-ups in texture codeBrian Paul
2009-04-09st: If the hw supports it do hw conversion of texture uploadsJakob Bornecrantz
2009-04-08gallium: when using gl_PointCoord ensure we use the correct attribute.Alan Hourihane
2009-04-07st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal formatBrian Paul
2009-04-07st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul