summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix surface/texture format conversion in st_CopyPixelsBrian Paul2008-02-281-5/+35
* gallium: added a texture format sanity check/assertion in st_texture_create()Brian Paul2008-02-281-0/+1
* galliums: s/uint/enum pipe_format/Brian Paul2008-02-281-1/+1
* gallium: in GL_SELECT mode, update hitflag in rasterposBrian Paul2008-02-281-0/+5
* gallium: State tracker cleanups wrt clears.Keith Whitwell2008-02-281-24/+16
* gallium: Convert CRLF -> LF.Jose Fonseca2008-02-281-64/+64
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-275-30/+38
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-273-23/+30
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-273-29/+31
* gallium: use pipe_texture_reference() instead of pipe->texture_release()Brian2008-02-261-3/+3
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-3/+3
* gallium: #includes to silence warningsBrian2008-02-261-0/+2
* gallium: fix zero-sized viewport bugBrian2008-02-261-0/+11
* gallium: fix off by one rasterpos bugBrian2008-02-261-1/+1
* gallium: remove input_map[] from pipe_shader_stateBrian2008-02-263-2/+5
* gallium: Add missing copyright headers.José Fonseca2008-02-262-0/+57
* add an explicit callback decleration and use it to silence warningsZack Rusin2008-02-261-6/+6
* implement deleting of driver side cached state in cso'sZack Rusin2008-02-261-1/+12
* gallium: clamp line width when creating raster state objectBrian2008-02-251-2/+12
* gallium: fill in some blend/rasterizer template fields to make sure they're a...Brian2008-02-211-0/+8
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-3/+6
* gallium: new pipe->texture_update() functionBrian2008-02-201-4/+10
* gallium: mark texture object data dirty in do_copy_texsubimage()Brian2008-02-201-0/+4
* gallium: re-enable GenerateMipmap callsBrian2008-02-201-17/+2
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-208-71/+115
* Use gallium's rtasm module.José Fonseca2008-02-191-1/+0
* 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