summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Code reorganization: update build.José Fonseca2008-02-1516-27/+27
* gallium: Cleanups related to clears.Keith Whitwell2008-02-141-32/+85
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-133-0/+5
* gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).Brian2008-02-121-21/+78
* gallium: clamp min_lod so it's never negativeBrian2008-02-121-1/+1
* gallium: remove dead codeBrian2008-02-121-1/+0
* gallium: added null ptr checkBrian2008-02-121-1/+1
* gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian2008-02-127-11/+11
* gallium: move gen-mipmap global/static vars into st_contextBrian2008-02-122-28/+22
* gallium: remove unused first_level param from st_texture_create()Brian2008-02-124-10/+5
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-124-64/+71
* gallium: take pitch/stride into account in mipmap generationBrian2008-02-111-1/+2
* gallium: comments about mipmap genBrian2008-02-111-0/+5
* gallium: implement software fallback for mipmap generationBrian2008-02-111-8/+60
* gallium: strip borders from textures passed to st_TexImage.Brian2008-02-111-3/+50
* gallium: use _mesa_tex_target_to_face()Brian2008-02-111-21/+1
* gallium: include st_cb_drawpixels.hBrian2008-02-081-0/+1
* gallium: initial implemenation of auto mipmap generation in state trackerBrian2008-02-084-7/+414
* gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian2008-02-085-20/+28
* gallium: change pipe->texture_create() to operate like the CSO functionsBrian2008-02-061-18/+13
* clean-ups in guess_and_alloc_texture()Brian2008-02-061-6/+12
* plug in ctx->Driver.GenerateMipmap functionBrian2008-02-061-0/+2
* clean-upsBrian2008-02-061-38/+29
* added commentBrian2008-02-061-0/+1
* comments, clean-ups, constsBrian2008-02-062-16/+22
* clean-upBrian2008-02-061-12/+7
* gallium: add bitmap/drawpixels texcoord bias supportBrian2008-02-063-2/+10
* gallium: fix problem in which texcoords and varying vars got mapped to the sa...Brian2008-01-311-6/+16
* Fix problem in mapping vertex program outputs (found with "spring" game engine)Brian2008-01-311-4/+6
* gallium: don't rely on assert(0) for error handling - may be disabledKeith Whitwell2008-01-291-0/+2
* gallium: check if surface has defined status in check_clear_depth_with_quad()Brian2008-01-281-1/+3
* gallium: minor cleanups to pipe interfaceKeith Whitwell2008-01-261-6/+29
* gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...Keith Whitwell2008-01-262-0/+21
* gallium: specialize glFlush vs other flush semanticsKeith Whitwell2008-01-262-13/+38
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-252-29/+6
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-256-18/+22
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-255-89/+86
* gallium: added rastpos_destroy()Brian2008-01-251-0/+1
* gallium: added rastpos_destroy()Brian2008-01-241-0/+7
* gallium: remove support for separate depth/stencil buffers. Always combined ...Brian2008-01-232-10/+11
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-0/+4
* gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel...Brian2008-01-231-1/+1
* gallium: fix computation of raster.point_size_per_vertex flagBrian2008-01-231-1/+14
* gallium: use temp reg for storing color to avoid reading 'result.color'Brian2008-01-221-28/+37
* gallium: silence warningsBrian2008-01-212-3/+3
* Revert "temporarily don't emit TGSI immediates, use the constant buffer"José Fonseca2008-01-171-9/+2
* Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca2008-01-172-0/+5
* temporarily don't emit TGSI immediates, use the constant bufferBrian2008-01-171-2/+9
* tweaks to quad drawing, set UsesKill in bitmap shaderBrian2008-01-161-12/+15
* Fix a two-sided lighting bug (fixes samples/wave.c)Brian2008-01-161-1/+8