summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+1
|\
| * gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-171-1/+1
* | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-2/+1
|/
* Squashed commit of the following:Keith Whitwell2010-04-101-35/+34
* Add format B5G5R5X1Alan Hourihane2010-03-181-0/+1
* gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-161-6/+7
* 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