summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2011-10-16gallivm: Eliminate tgsi_util_get_full_src_register_sign_mode call.José Fonseca1-11/+3
2011-10-16llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca1-5/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie11-137/+138
2011-10-11draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()Brian Paul1-1/+2
2011-10-11draw/llvm: fix hard-coded number of total clip planesBrian Paul5-14/+23
2011-10-10u_blitter: clean up velem setupDave Airlie1-16/+8
2011-10-09u_blitter: query vertex shader caps instead of geometry for int verticesMarek Olšák1-1/+1
2011-10-09u_blitter: don't create integer vertex elements unless shader supports themDave Airlie1-20/+29
2011-10-09u_blitter: add integer clear supportDave Airlie2-21/+69
2011-10-08pb_bufmgr_cache: flush cache when create_buffer fails and try againMarek Olšák1-0/+7
2011-10-08gallium: add initial pure integer support (v2)Dave Airlie8-19/+518
2011-10-08u_format: add inline helper to find first non void channelDave Airlie2-8/+22
2011-10-08u_blitter: bind a NULL geometry shaderMarek Olšák2-1/+32
2011-10-08u_blitter: cleanup checking for and restoring saved statesMarek Olšák2-98/+172
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-0/+2
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller2-0/+7
2011-09-27gallium: move border color to be a color unionDave Airlie2-2/+2
2011-09-26u_vbuf_mgr: fix uploading with a non-zero index biasMarek Olšák1-4/+11
2011-09-26u_vbuf_mgr: dereference some pointers only once etc.Marek Olšák1-10/+13
2011-09-26u_vbuf_mgr: rework user buffer uploadsMarek Olšák1-36/+58
2011-09-26u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHEDMarek Olšák2-21/+6
2011-09-26u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_Marek Olšák2-64/+63
2011-09-26u_vbuf_mgr: fix max_index computation for large src_offsetMarek Olšák1-8/+8
2011-09-26u_vbuf_mgr: don't take per-instance attribs into acc. when computing max indexMarek Olšák1-1/+2
2011-09-26u_vbuf_mgr: cleanup original vs real vertex buffer arraysMarek Olšák2-28/+25
2011-09-25postprocess: Portability fixes.José Fonseca3-24/+27
2011-09-25g3dvl: Don't use SCALED types for iDCTChristian König1-4/+4
2011-09-25draw: Never allocate duplicate extra vertex attribs.José Fonseca5-46/+54
2011-09-25draw: Make copy of the TGSI tokens.José Fonseca2-2/+6
2011-09-23draw/llvm: add additional null pointer checkin draw_pt_fetch_pipeline_or_emit...Brian Paul1-1/+1
2011-09-22draw: add support for guard-band clippingBrian Paul8-6/+50
2011-09-22draw: Reduce the number of vertex shader variants per context to 128.José Fonseca1-1/+1
2011-09-22draw: Respect max_indices from the renderer.Kurt Daverman1-1/+1
2011-09-22translate: check for PIPE_SUBSYSTEM_EMBEDDEDBrian Paul1-1/+1
2011-09-22tgsi: Check in scan for fs position and depth readsJakob Bornecrantz2-0/+17
2011-09-22gallium/util: add util_format_is_srgb() helperBrian Paul1-0/+7
2011-09-22util: add u_bit_scan helperKeith Whitwell1-0/+16
2011-09-22util: Allow to make the depth/stencil format queries without repeatedly looki...José Fonseca1-9/+20
2011-09-22util: single call to util_format_description in fill_rectKeith Whitwell1-3/+4
2011-09-22util: Handle conversion between depth stencil formats.José Fonseca1-0/+44
2011-09-21util: remove stray debug codeBrian Paul1-2/+0
2011-09-21gallivm: fix build with llvm 3.0svnBrian Paul1-2/+8
2011-09-20gallium/util: observe sampler view's first_level in util_blit_pixels_tex()Brian Paul1-6/+10
2011-09-20mesa/gallium: remove GLchan from latc, rgtc codeBrian Paul2-15/+15
2011-09-20Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.Paul Berry1-2/+0
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie10-48/+44
2011-09-15gallivm: fix build with LLVM 3.0svnTobias Droste1-1/+10
2011-09-15util: add util_format_is_luminance/intensity/rgb(), etcBrian Paul2-1/+112
2011-09-14g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange4-5/+6
2011-09-14g3dvl: Add get_clear_color capabilityEmeric Grange2-0/+18