aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell2009-04-281-1/+1
* mesa/st: remove duplicate offset calculationKeith Whitwell2009-04-282-18/+1
* mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell2009-04-281-0/+8
* mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell2009-04-281-0/+10
* st: Add an st_get_current() function.Thomas Hellstrom2009-04-282-0/+8
* mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell2009-04-271-2/+1
* st: comments, license, copyrightBrian Paul2009-04-221-0/+32
* st: also check _NEW_PROGRAM flag for vertex shader constant buffersBrian Paul2009-04-221-1/+1
* gallium: Reinstate unconditional flushes.Thomas Hellstrom2009-04-222-0/+4
* st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul2009-04-211-1/+1
* st: use the static atoms[] array directlyBrian Paul2009-04-212-20/+8
* st: do away with dynamic state atom for const buffersBrian Paul2009-04-212-29/+4
* st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul2009-04-211-4/+4
* mesa: Handle failure to create a transfer.José Fonseca2009-04-201-1/+2
* st: assert on pipe_buffer_create failureKeith Whitwell2009-04-201-0/+5
* gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer2009-04-201-0/+2
* st: Wait to create bitmap transfer until neededJakob Bornecrantz2009-04-191-8/+30
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-1713-173/+265
* Merge branch 'register-negate'Brian Paul2009-04-162-13/+9
|\
| * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-142-13/+9
* | Merge branch 'gallium-s3tc'José Fonseca2009-04-163-6/+284
|\ \
| * | st: remove XXX commentBrian Paul2009-04-151-1/+0
| * | st: check for fast memcpy path in decompress_with_blit()Brian Paul2009-04-151-13/+33
| * | st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul2009-04-152-0/+24
| * | st: decompress_with_blit() path for glGetTexImage().Brian Paul2009-04-151-2/+81
| * | st: If the hw supports it do hw conversion of texture uploadsJakob Bornecrantz2009-04-091-4/+160
* | | gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-158-11/+112
* | | mesa: TGSI translation of multiple render targets.José Fonseca2009-04-151-3/+3
| |/ |/|
* | mesa: Fix gcc assembly enable logic.José Fonseca2009-04-141-1/+1
|/
* gallium: remove pipe_texture::compressed fieldBrian Paul2009-04-101-1/+0
* st: remove another unneeded 'is compressed' comparisonBrian Paul2009-04-091-2/+3
* st: remove unneeded "is compressed" checkBrian Paul2009-04-091-2/+1
* st: rearrange some code to be a little more clearBrian Paul2009-04-091-9/+7
* gallium: remove unneeded compressed=0 assignmentBrian Paul2009-04-091-1/+0
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-096-20/+9
* st: consolidate format->usage computationBrian Paul2009-04-091-9/+23
* st: add const qualifiers, use GL typesBrian Paul2009-04-091-13/+10
* st: make loops over 3D texture slices a litte more intuitiveBrian Paul2009-04-091-10/+16
* st: reformatting and clean-ups in texture codeBrian Paul2009-04-091-95/+67
* gallium: when using gl_PointCoord ensure we use the correct attribute.Alan Hourihane2009-04-081-3/+5
* st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal formatBrian Paul2009-04-071-2/+4
* st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul2009-04-073-43/+96
* st: as with swrast, interpret texture border color according to texture formatBrian Paul2009-04-061-4/+37
* st: rename a helper functionBrian Paul2009-04-061-4/+4
* mesa: Fix orientation adjustment for reading stencil pixels.José Fonseca2009-04-061-1/+1
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-119/+64
* gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer2009-04-041-13/+3
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-031-0/+1
* mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-031-1/+1
* mesa: ensure pbo stencil buffers are mapped before useAlan Hourihane2009-04-031-0/+5