summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_gen_mipmap.c
AgeCommit message (Expand)Author
2009-04-20util: don't set unused blend stateKeith Whitwell
2009-03-18util: avoid clashprone UINT, UBYTE enum valuesKeith Whitwell
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2008-12-30gallium: Initialize var before use.José Fonseca
2008-12-19gallium: begin adapting Ian's 3D mipmap gen code to gallium utility libBrian Paul
2008-12-19gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVBrian Paul
2008-12-17gallium: fix memory corruption in u_gen_mipmap.cBrian Paul
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-11-14util: Use OpenGL rasterization rules in blits and mipmap generation.Brian Paul
2008-09-04gallium: Fix typo.José Fonseca
2008-09-04gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-02gallium: remove 0.5 vertex biases in set_vertex_data()Brian Paul
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-01gallium: do something sensible on the error path to try to avoid crashing in ...Keith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-24gallium: Initial support for pixel formats with unused storage components.Michel Dänzer
2008-04-22gallium: update comment about bypass clipping/viewportBrian Paul
2008-04-22gallium: setup an identity viewportBrian Paul
2008-04-21use cso fs/vs handle functionsKeith Whitwell
2008-04-21gallium: Set all state via cso_context in blit/gen_mipmap utils.José Fonseca
2008-03-27gallium: return pipe_shader_state from the simple shader functionsBrian
2008-03-27gallium: fix incorrect types for shadersBrian
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-24gallium: move filter assignment out of loopBrian
2008-03-24gallium: Remove util_gen_mipmap_filter().Michal Krol
2008-03-24gallium: pass the filter mode to util_gen_mipmap().Brian
2008-03-24gallium: tweak coords in u_gen_mipmap codeMichal Krol
2008-03-23gallium: Add util_gen_mipmap_filter().Michal Krol
2008-03-20gallium: set fb.width/heightBrian
2008-03-20gallium: use sizeof(vertex buffer)Brian
2008-03-20gallium: create vertex buffer once and re-use.Brian
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-18gallium: make the gen_mipmap_state struct privateBrian
2008-03-18gallium: use new simple shader utility routinesBrian