aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: replace st_flush() with pipe->flush()Brian Paul2009-11-191-1/+1
* st/mesa: get rid of compressed_num_bytes() codeBrian Paul2009-11-191-36/+4
* st/mesa: remove is_compressed_mesa_format()Brian Paul2009-11-191-21/+2
* st/mesa: remove pointless assertionBrian Paul2009-11-191-2/+0
* Merge branch 'outputswritten64'Ian Romanick2009-11-172-2/+2
* mesa: fix assorted compiler warningsBrian Paul2009-11-173-7/+7
* st/mesa: comments for st_draw.cBrian Paul2009-11-151-4/+14
* mesa: Export S3_s3tc as well.José Fonseca2009-11-061-0/+1
* mesa: Translate MAP_UNSYNCHRONIZED_BIT.José Fonseca2009-11-061-0/+3
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-032-12/+22
|\
| * st/mesa: clip pixels in draw_stencil_pixels to avoid crashMarek Olšák2009-11-031-5/+15
| * st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencilBrian Paul2009-11-031-0/+2
| * st/mesa: fix tests for depth and depth/stencil texture formatsBrian Paul2009-11-031-7/+5
* | mesa: Add MESA_FORMAT_Z24_X8.José Fonseca2009-10-291-0/+2
* | st/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24 conversionDavid Heidelberger2009-10-291-0/+2
* | st/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM to MESA_FORMAT_S8_Z24.David Heidelberger2009-10-291-0/+2
* | st/mesa: Fix nouveau glxinfo after merging texformat-rework.David Heidelberger2009-10-291-0/+6
* | mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu2009-10-291-0/+2
* | Merge branch 'texformat-rework'Brian Paul2009-10-288-153/+215
|\ \
| * | mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-4/+0
| * | mesa: remove _mesa_compressed_row_stride() callsBrian Paul2009-10-251-2/+1
| * | mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul2009-10-241-1/+0
| * | mesa: change compressed texture size callsBrian Paul2009-10-241-5/+4
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-085-40/+106
| * | mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-5/+5
| * | mesa: move mesa_set_fetch_functions()Brian Paul2009-10-012-1/+3
| * | mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-3/+2
| * | st/mesa: update commentBrian Paul2009-09-301-1/+1
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-306-51/+52
| * | st/mesa: use _mesa_texstore()Brian Paul2009-09-282-60/+47
| * | mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-271-1/+1
| * | mesa: use texture format functionsBrian Paul2009-09-272-4/+4
| * | st/mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-37/+47
| * | st/mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-11/+15
* | | mesa/st: fix crash in st_texture_image_copyMarek Olšák2009-10-281-6/+15
* | | gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-2/+0
* | | gallium: remove noise opcodesKeith Whitwell2009-10-231-8/+15
* | | gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-174-14/+40
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-0/+7
|\ \ \ | | |/ | |/|
| * | st/mesa: create aux buffers according to visualBrian Paul2009-10-091-0/+7
* | | mesa/st: add missing mesa constant file nameKeith Whitwell2009-10-071-10/+11
* | | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-075-12/+15
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-052-12/+13
|\| |
| * | st/mesa: check for null before asserts, fix possible mem leakBrian Paul2009-10-011-6/+7
| * | st/mesa: silence hidden parameter warningBrian Paul2009-10-011-6/+6
| * | st/mesa: fix non-mipmap lastLevel calculation.Brian Paul2009-10-011-1/+5
* | | mesa: Copy textures' base format into wrapper renderbuffer.José Fonseca2009-10-051-0/+1
* | | mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-0510-8/+119
* | | mesa/st: don't reuse vertex buffers for bitmap, clear quadsKeith Whitwell2009-10-022-2/+24
* | | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-022-3/+2