summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blit.c
AgeCommit message (Expand)AuthorFilesLines
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-09-18util/u_blit: Implement util_blit_pixels via pipe_context::blit.José Fonseca1-410/+37
2013-09-18util/u_blit: Support blits from cubemaps.José Fonseca1-3/+31
2013-07-12util: add casts to silence MSVC warnings in u_blit.cBrian Paul1-14/+14
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: 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-8/+11
2012-08-15gallium/u_blitter: implement blitting multisample resourcesMarek Olšák1-4/+4
2012-08-15gallium/u_blit: set dst format from pipe_resource, not pipe_surfaceMarek Olšák1-1/+1
2012-08-04gallium/u_blit: bail out if src is a multisample textureMarek Olšák1-0/+6
2012-08-04gallium/u_blit: check nr_samples before using resource_copy_regionMarek Olšák1-1/+2
2012-08-04gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák1-0/+6
2012-08-03gallium: consolidate CSO sampler and sampler_view functionsBrian Paul1-19/+19
2012-07-12st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák1-35/+171
2012-07-12st/mesa: set colormask to zero when blitting depthMarek Olšák1-4/+8
2012-07-12gallium/u_blit: remove useless memset callsMarek Olšák1-6/+0
2012-07-12gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák1-36/+11
2012-07-12gallium/u_blit: don't do two copies for non-2D texturesMarek Olšák1-33/+39
2012-06-13util: add some comments, fix indentationBrian Paul1-1/+5
2012-04-18gallium/u_blit: don't release vertex buffer at end of frame / in glFlushMarek Olšák1-13/+4
2012-02-29util: replace format equality test with compatibility test in blit codeBrian Paul1-1/+21
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-7/+1
2011-12-15st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák1-0/+6
2011-11-11util: check for null vertex buffer object in blit codeBrian Paul1-6/+10
2011-11-04st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák1-0/+6
2011-09-20gallium/util: observe sampler view's first_level in util_blit_pixels_tex()Brian Paul1-6/+10
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz1-32/+60
2011-03-12u_blitter: Do blits in linear color space.Henri Verbeet1-21/+36
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-4/+3
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-2/+6
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-33/+37
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu1-0/+2
2010-08-22util: implement depth blitting in u_blitMarek Olšák1-17/+43
2010-08-20auxiliary: support using PIPE_TEXTURE_RECT internallyLuca Barbieri1-17/+50
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri1-1/+2
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul1-1/+3
2010-05-26util: Remove unnecessary headers.Vinson Lee1-2/+0
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-58/+72
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger1-58/+72
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-2/+1
2010-05-04util: Remove unnecessary headers.Vinson Lee1-1/+0
2010-04-19gallium/util: specify binding type for blit src textureBrian Paul1-0/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-17/+16
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger1-10/+12
2010-03-15util: Fix nil pointer reference.Michal Krol1-5/+5
2010-03-15gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol1-6/+22