summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-20/+20
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-3/+3
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-1/+2
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-3/+5
* Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-10/+10
|\
| * gallium: remove 0.5 vertex biases in set_vertex_data()Brian Paul2008-05-021-10/+10
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-0/+3
|\ \ | |/
| * gallium: do something sensible on the error path to try to avoid crashing in ...Keith Whitwell2008-05-011-0/+3
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-6/+15
|/
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-4/+4
* gallium: Initial support for pixel formats with unused storage components.Michel Dänzer2008-04-241-0/+2
* gallium: update comment about bypass clipping/viewportBrian Paul2008-04-221-1/+1
* gallium: setup an identity viewportBrian Paul2008-04-221-30/+5
* use cso fs/vs handle functionsKeith Whitwell2008-04-211-2/+2
* gallium: Set all state via cso_context in blit/gen_mipmap utils.José Fonseca2008-04-211-4/+8
* gallium: return pipe_shader_state from the simple shader functionsBrian2008-03-271-2/+8
* gallium: fix incorrect types for shadersBrian2008-03-271-3/+3
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+1
* gallium: move filter assignment out of loopBrian2008-03-241-2/+4
* gallium: Remove util_gen_mipmap_filter().Michal Krol2008-03-241-12/+0
* gallium: pass the filter mode to util_gen_mipmap().Brian2008-03-241-15/+10
* gallium: tweak coords in u_gen_mipmap codeMichal Krol2008-03-241-8/+8
* gallium: Add util_gen_mipmap_filter().Michal Krol2008-03-231-4/+23
* gallium: set fb.width/heightBrian2008-03-201-0/+2
* gallium: use sizeof(vertex buffer)Brian2008-03-201-1/+1
* gallium: create vertex buffer once and re-use.Brian2008-03-201-6/+65
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-1/+2
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-54/+62