summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-07-30mesa st: Change the preferred internal format for some RGB formats.Thomas Hellstrom
2009-07-30mesa st: Report unsupported render-to-texture formats.Thomas Hellstrom
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-07-29gallium: fix SSE shadow texture instructionsBrian Paul
2009-07-29mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell
2009-07-29mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-27st/mesa: silence warningBrian Paul
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-12-15Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt
2009-12-01st/mesa: updated emit_swz() commentBrian Paul
2009-11-19st/mesa: replace st_flush() with pipe->flush()Brian Paul
2009-11-19st/mesa: get rid of compressed_num_bytes() codeBrian Paul
2009-11-19st/mesa: remove is_compressed_mesa_format()Brian Paul
2009-11-19st/mesa: remove pointless assertionBrian Paul
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-17mesa: fix assorted compiler warningsBrian Paul
2009-11-15st/mesa: comments for st_draw.cBrian Paul
2009-11-06mesa: Export S3_s3tc as well.José Fonseca
2009-11-06mesa: Translate MAP_UNSYNCHRONIZED_BIT.José Fonseca
2009-11-03Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-29mesa: Add MESA_FORMAT_Z24_X8.José Fonseca
2009-10-29st/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24 conversionDavid Heidelberger
2009-10-29st/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM to MESA_FORMAT_S8_Z24.David Heidelberger
2009-10-29st/mesa: Fix nouveau glxinfo after merging texformat-rework.David Heidelberger
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-28mesa/st: fix crash in st_texture_image_copyMarek Olšák
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25mesa: remove _mesa_compressed_row_stride() callsBrian Paul
2009-10-24mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-07mesa/st: add missing mesa constant file nameKeith Whitwell
2009-10-07st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05mesa: Copy textures' base format into wrapper renderbuffer.José Fonseca
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
2009-10-02mesa/st: don't reuse vertex buffers for bitmap, clear quadsKeith Whitwell
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell
2009-10-01st/mesa: fix non-mipmap lastLevel calculation.Cooper Yuan