summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_gen_mipmap.c
AgeCommit message (Expand)Author
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11st/mesa: remove unnecessary flushesMarek Olšák
2011-02-26util: Don't destroy shaders null shadersJakob Bornecrantz
2011-02-26util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2010-12-06gallium/util: minor formatting fixesBrian Paul
2010-12-02util: Plug leaks in util_destroy_gen_mipmap.José Fonseca
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-01util: Rename pipe formats.José Fonseca
2010-03-01util: adapt blitter code to new vertex element csoRoland Scheidegger
2010-02-24util: Reset clip state when doing blitting.Michal Krol
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca
2010-01-21gallium: adapt util code to blend changesRoland Scheidegger
2009-12-21util: draw cube mipmaps with TEX CUBEChristoph Bumiller
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-15util: add a function which converts 2D coordinates to cubemap coordinatesMarek Olšák
2009-12-15util: add new fragment shaders to simple_shadersMarek Olšák
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-01gallium/util: silence uninitialized var warningBrian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28gallium/util: add sanity check assertionsBrian Paul
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-27gallium/util: added cases for SRGB formatsBrian Paul
2009-08-13util: remove unneeded includesKeith Whitwell
2009-06-10util: Single precision constants.José Fonseca
2009-05-05gallium: fix texcoords for cubemap mipmap generationBrian Paul