summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-6/+6
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-26/+24
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-0/+13
|\
| * util: adapt blitter code to new vertex element csoRoland Scheidegger2010-03-011-0/+13
* | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-021-11/+11
|\ \
| * | util: Rename pipe formats.José Fonseca2010-03-011-11/+11
* | | util: Reset clip state when doing blitting.Michal Krol2010-02-241-0/+4
* | | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-14/+25
|/ /
* | Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-1/+1
|\
| * gallium: adapt util code to blend changesRoland Scheidegger2010-01-211-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+2
|\ \ | |/ |/|
| * util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca2010-01-211-2/+2
* | util: draw cube mipmaps with TEX CUBEChristoph Bumiller2009-12-211-4/+7
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-6/+6
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-57/+8
|\ \
| * | util: add a function which converts 2D coordinates to cubemap coordinatesMarek Olšák2009-12-151-52/+3
| * | util: add new fragment shaders to simple_shadersMarek Olšák2009-12-151-1/+1
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-6/+6
* | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-2/+3
|/ /
* | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-4/+4
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-12/+13
|/
* gallium/util: silence uninitialized var warningBrian Paul2009-10-011-0/+1
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-0/+11
|\
| * gallium/util: add sanity check assertionsBrian Paul2009-09-281-0/+11
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-271-0/+10
|\ \ | |/
| * gallium/util: added cases for SRGB formatsBrian Paul2009-08-271-0/+10
* | util: remove unneeded includesKeith Whitwell2009-08-131-4/+0
|/
* util: Single precision constants.José Fonseca2009-06-101-1/+1
* gallium: fix texcoords for cubemap mipmap generationBrian Paul2009-05-051-10/+86
* util: don't set unused blend stateKeith Whitwell2009-04-201-4/+0
* util: avoid clashprone UINT, UBYTE enum valuesKeith Whitwell2009-03-181-58/+58
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-18/+5
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-131-8/+2
* gallium: Unify reference counting.Michel Dänzer2009-03-041-8/+9
* gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-241-7/+2
* Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-181-63/+62
|\
| * gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-63/+62
* | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
|/
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-18/+18
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+0
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* gallium: Initialize var before use.José Fonseca2008-12-301-1/+1
* gallium: begin adapting Ian's 3D mipmap gen code to gallium utility libBrian Paul2008-12-191-6/+576
* gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVBrian Paul2008-12-191-1/+1
* gallium: fix memory corruption in u_gen_mipmap.cBrian Paul2008-12-171-10/+9
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-6/+45
* util: Use OpenGL rasterization rules in blits and mipmap generation.Brian Paul2008-11-141-0/+1
* gallium: Fix typo.José Fonseca2008-09-041-3/+1