summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2014-04-101-475/+65
* gallium/u_gen_mipmap: remove the software fallbackMarek Olšák2014-03-211-1160/+2
* st/mesa: fix generating mipmaps for cube arraysMarek Olšák2014-03-211-28/+20
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca2013-11-201-1/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-4/+1
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-121-0/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+4
* gallium: unify transfer functionsMarek Olšák2012-10-111-40/+22
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-041-0/+3
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-031-7/+7
* gallium/u_gen_mipmap: accelerate depth texture mipmap generationMarek Olšák2012-07-121-26/+58
* gallium/util: Save and restore vertex buffer state in util_gen_mipmap.Stuart Abercrombie2012-07-041-0/+2
* gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlushMarek Olšák2012-04-181-13/+4
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-4/+1
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-151-0/+3
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-041-0/+3
* gallium: Delay the creation of simple helper shadersJakob Bornecrantz2011-03-121-48/+56
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/mesa: remove unnecessary flushesMarek Olšák2011-03-111-2/+0
* util: Don't destroy shaders null shadersJakob Bornecrantz2011-02-261-2/+4
* util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz2011-02-261-4/+6
* gallium/util: add 1d/2d mipmap generation supportDave Airlie2011-02-251-6/+37
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-1/+2
* gallium/util: minor formatting fixesBrian Paul2010-12-061-3/+3
* util: Plug leaks in util_destroy_gen_mipmap.José Fonseca2010-12-021-2/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-185/+218
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-0/+1
* gallium: add interpolation parameter to simple shader functionsBrian Paul2010-06-031-2/+4
* 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
|\