aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* pp: Fix memory leak on error path.Vinson Lee2011-10-251-1/+2
* util: handle failed mapping in u_upload_alloc()Brian Paul2011-10-241-0/+5
* util: handle failed mapping in u_upload_alloc_buffer()Brian Paul2011-10-241-1/+6
* util: remove gotos in u_upload_mgr.cBrian Paul2011-10-241-16/+8
* u_blitter: accept overriden width0 and height0Marek Olšák2011-10-232-79/+57
* u_blitter: add a copy_texture function which uses views and not resourcesMarek Olšák2011-10-232-115/+117
* gallivm: added lp_build_print_ivec4() functionBrian Paul2011-10-232-0/+24
* gallivm: Eliminate tgsi_util_get_full_src_register_sign_mode call.José Fonseca2011-10-161-11/+3
* llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca2011-10-161-5/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-1111-137/+138
* draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()Brian Paul2011-10-111-1/+2
* draw/llvm: fix hard-coded number of total clip planesBrian Paul2011-10-115-14/+23
* u_blitter: clean up velem setupDave Airlie2011-10-101-16/+8
* u_blitter: query vertex shader caps instead of geometry for int verticesMarek Olšák2011-10-091-1/+1
* u_blitter: don't create integer vertex elements unless shader supports themDave Airlie2011-10-091-20/+29
* u_blitter: add integer clear supportDave Airlie2011-10-092-21/+69
* pb_bufmgr_cache: flush cache when create_buffer fails and try againMarek Olšák2011-10-081-0/+7
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-088-19/+518
* u_format: add inline helper to find first non void channelDave Airlie2011-10-082-8/+22
* u_blitter: bind a NULL geometry shaderMarek Olšák2011-10-082-1/+32
* u_blitter: cleanup checking for and restoring saved statesMarek Olšák2011-10-082-98/+172
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-0/+2
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-282-0/+7
* gallium: move border color to be a color unionDave Airlie2011-09-272-2/+2
* u_vbuf_mgr: fix uploading with a non-zero index biasMarek Olšák2011-09-261-4/+11
* u_vbuf_mgr: dereference some pointers only once etc.Marek Olšák2011-09-261-10/+13
* u_vbuf_mgr: rework user buffer uploadsMarek Olšák2011-09-261-36/+58
* u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHEDMarek Olšák2011-09-262-21/+6
* u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_Marek Olšák2011-09-262-64/+63
* u_vbuf_mgr: fix max_index computation for large src_offsetMarek Olšák2011-09-261-8/+8
* u_vbuf_mgr: don't take per-instance attribs into acc. when computing max indexMarek Olšák2011-09-261-1/+2
* u_vbuf_mgr: cleanup original vs real vertex buffer arraysMarek Olšák2011-09-262-28/+25
* postprocess: Portability fixes.José Fonseca2011-09-253-24/+27
* g3dvl: Don't use SCALED types for iDCTChristian König2011-09-251-4/+4
* draw: Never allocate duplicate extra vertex attribs.José Fonseca2011-09-255-46/+54
* draw: Make copy of the TGSI tokens.José Fonseca2011-09-252-2/+6
* draw/llvm: add additional null pointer checkin draw_pt_fetch_pipeline_or_emit...Brian Paul2011-09-231-1/+1
* draw: add support for guard-band clippingBrian Paul2011-09-228-6/+50
* draw: Reduce the number of vertex shader variants per context to 128.José Fonseca2011-09-221-1/+1
* draw: Respect max_indices from the renderer.Kurt Daverman2011-09-221-1/+1
* translate: check for PIPE_SUBSYSTEM_EMBEDDEDBrian Paul2011-09-221-1/+1
* tgsi: Check in scan for fs position and depth readsJakob Bornecrantz2011-09-222-0/+17
* gallium/util: add util_format_is_srgb() helperBrian Paul2011-09-221-0/+7
* util: add u_bit_scan helperKeith Whitwell2011-09-221-0/+16
* util: Allow to make the depth/stencil format queries without repeatedly looki...José Fonseca2011-09-221-9/+20
* util: single call to util_format_description in fill_rectKeith Whitwell2011-09-221-3/+4
* util: Handle conversion between depth stencil formats.José Fonseca2011-09-221-0/+44
* util: remove stray debug codeBrian Paul2011-09-211-2/+0
* gallivm: fix build with llvm 3.0svnBrian Paul2011-09-211-2/+8
* gallium/util: observe sampler view's first_level in util_blit_pixels_tex()Brian Paul2011-09-201-6/+10