summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-174-19/+20
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1713-182/+92
|\
| * Merge branch 'mesa_7_7_branch'Brian Paul2009-12-113-136/+0
| |\
| | * mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-093-136/+0
| * | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-1/+3
| |\ \
| | * | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-081-1/+3
| | * | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-1/+1
| * | | st/mesa: remove debug codeBrian Paul2009-12-071-1/+1
| * | | st/mesa: negate DDY to match GL semanticsBrian Paul2009-12-071-1/+20
| * | | st/mesa: fix up commentBrian Paul2009-12-071-2/+5
| * | | st/mesa: Prefer alpha-less formats for RGB textures.Michel Dänzer2009-12-051-4/+32
| * | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-046-38/+32
| |\ \ \
| | * | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-306-38/+32
| * | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-021-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | st/mesa: updated emit_swz() commentBrian Paul2009-12-011-1/+1
* | | | s/desc->type/desc->channel[0].type/Michal Krol2009-12-171-3/+3
* | | | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+3
* | | | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-3/+2
* | | | Remove remaining pipe format utility functions.Michal Krol2009-12-081-34/+31
* | | | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-4/+7
* | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-033-28/+22
* | | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-033-4/+5
* | | | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-033-6/+8
* | | | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-032-2/+3
* | | | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ / /
* | | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-013-0/+21
* | | st: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* | | st/mesa: handle front/back-face +1/-1 vs. 1/0 conversionBrian Paul2009-11-301-0/+29
| |/ |/|
* | Merge branch 'width0'Roland Scheidegger2009-11-278-50/+58
|\ \
| * | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-1/+1
| * | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-198-49/+57
* | | Merge commit 'origin/st-shader-varients'Roland Scheidegger2009-11-2614-651/+327
|\ \ \ | |_|/ |/| |
| * | mesa/st: refactor vertex and fragment shader translationKeith Whitwell2009-11-1512-469/+276
| * | mesa/st: emit tgsi vertex shader directly for drawpixelsKeith Whitwell2009-11-151-77/+47
| * | mesa/st: don't calculate unused output_flags data eitherKeith Whitwell2009-11-153-24/+4
| * | mesa/st: don't calculate unused input_flags dataKeith Whitwell2009-11-153-16/+2
| * | mesa/st: don't calculate unused vs input semantic tagsKeith Whitwell2009-11-151-69/+2
* | | 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