summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_gen_mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-06aux/util: uint -> unsignedErik Faye-Lund1-3/+5
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-4/+4
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-3/+3
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-1/+1
2017-12-25gallium/util: add util_num_layers helperMarek Olšák1-2/+2
2014-04-10gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák1-475/+65
2014-03-21gallium/u_gen_mipmap: remove the software fallbackMarek Olšák1-1160/+2
2014-03-21st/mesa: fix generating mipmaps for cube arraysMarek Olšák1-28/+20
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-11-20u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca1-1/+2
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-4/+1
2012-12-12gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák1-0/+3
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-3/+4
2012-10-11gallium: unify transfer functionsMarek Olšák1-40/+22
2012-08-04gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák1-0/+3
2012-08-03gallium: consolidate CSO sampler and sampler_view functionsBrian Paul1-7/+7
2012-07-12gallium/u_gen_mipmap: accelerate depth texture mipmap generationMarek Olšák1-26/+58
2012-07-04gallium/util: Save and restore vertex buffer state in util_gen_mipmap.Stuart Abercrombie1-0/+2
2012-04-18gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlushMarek Olšák1-13/+4
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-4/+1
2011-12-15st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák1-0/+3
2011-11-04st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák1-0/+3
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz1-48/+56
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-1/+1
2011-03-11st/mesa: remove unnecessary flushesMarek Olšák1-2/+0
2011-02-26util: Don't destroy shaders null shadersJakob Bornecrantz1-2/+4
2011-02-26util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz1-4/+6
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie1-6/+37
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák1-0/+1
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák1-1/+2
2010-12-06gallium/util: minor formatting fixesBrian Paul1-3/+3
2010-12-02util: Plug leaks in util_destroy_gen_mipmap.José Fonseca1-2/+4
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-185/+218
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri1-0/+1
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul1-2/+4
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-1/+1
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger1-1/+1
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-2/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-35/+34
2010-03-18Add format B5G5R5X1Alan Hourihane1-0/+1
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger1-6/+7
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-6/+6
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-26/+24
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-0/+13
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca1-11/+11
2010-03-01util: Rename pipe formats.José Fonseca1-11/+11