summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa/gallium: remove GLchan from latc, rgtc codeBrian Paul2011-09-202-15/+15
* Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.Paul Berry2011-09-201-2/+0
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-1810-48/+44
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-151-1/+10
* util: add util_format_is_luminance/intensity/rgb(), etcBrian Paul2011-09-152-1/+112
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-144-5/+6
* g3dvl: Add get_clear_color capabilityEmeric Grange2011-09-142-0/+18
* g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-144-18/+20
* gallivm: remove unused varsBrian Paul2011-09-131-5/+0
* gallium: minor comments for util_format_channel_description fieldsBrian Paul2011-09-131-2/+2
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-119-91/+87
* tgsi: fix typo in commit 324ac982d8e7Emil Velikov2011-09-101-1/+1
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-102-0/+33
* draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul2011-09-101-273/+97
* u_blitter: add texture array supportMarek Olšák2011-09-101-11/+41
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-107-7/+66
* rtasm,translate: Disable on Mingw-w64.José Fonseca2011-09-062-2/+2
* gallium: add missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-051-1/+8
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-051-4/+10
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-028-9/+132
* g3dvl: extend the functionality of the compositorChristian König2011-09-012-29/+77