summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: fix a compiler warningMarek Olšák2011-09-301-0/+1
* gallium/docs: update the documentation of capabilitiesMarek Olšák2011-09-301-73/+84
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-3019-91/+11
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-3015-111/+82
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-304-10/+5
* r600g: remove struct radeon (or what's left of it)Marek Olšák2011-09-308-96/+18
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-308-70/+57
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-3018-382/+243
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-305-1/+6
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-307-2/+9
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-3014-54/+60
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-3011-17/+0
* xorg/vmwgfx: Kill this target. It's not used anymore.Thomas Hellstrom2011-09-3013-2783/+0
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-2911-263/+668
* st/xa: Don't call fence_reference with an unitialized fence handle as dstThomas Hellstrom2011-09-291-1/+1
* st/xa: surfaces and sampler views are per contextThomas Hellstrom2011-09-295-63/+65
* llvmpipe: Convert some of the null checks back to asserts.José Fonseca2011-09-291-26/+12
* llvmpipe: Also reset the state in lp_scene_bin_resetJosé Fonseca2011-09-291-0/+1
* llvmpipe: Prevent segfault during fs variant cache shrinking.José Fonseca2011-09-291-4/+15
* tools/trace: Dump NULL literally.José Fonseca2011-09-291-0/+4
* winsys/radeon: remove redundant member radeon_bo::sizeMarek Olšák2011-09-293-8/+5
* winsys/radeon: simplify updating GEM domains for relocationsMarek Olšák2011-09-291-10/+2
* winsys/radeon: simplify passing GEM domains through to GEM_CREATEMarek Olšák2011-09-292-25/+13
* r300g: remove useless variables in some structuresMarek Olšák2011-09-294-29/+12
* r300g: simplify the immd_is_good_idea functionMarek Olšák2011-09-291-26/+2
* r600g: convert if (query->type) into switch statementsMarek Olšák2011-09-291-26/+54
* gallium/docs: update d3d11ddi.txtMarek Olšák2011-09-291-22/+11
* d3d1x: propagate DepthBiasClamp to rasterizer csoChristoph Bumiller2011-09-281-2/+1
* d3d1x: fix uninitialized const color union blackChristoph Bumiller2011-09-281-1/+1
* nv50,nvc0: support polygon offset clamp stateChristoph Bumiller2011-09-286-3/+9
* r600: support polygon offset clamp stateChristoph Bumiller2011-09-282-2/+2
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-285-0/+11
* gallium: move border color to be a color unionDave Airlie2011-09-2718-42/+43
* r600g: add index_bias to index buffer boundsMarek Olšák2011-09-261-0/+5
* 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-269-82/+81
* 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-265-47/+45
* nouveau: fix crash during fence emissionMarcin Slusarz2011-09-251-2/+2
* postprocess: Portability fixes.José Fonseca2011-09-253-24/+27
* noop: Always use memory allocation macros.José Fonseca2011-09-251-2/+2
* llvmpipe: Always use memory allocation macros.José Fonseca2011-09-251-2/+3
* softpipe: Use memory allocation macros.José Fonseca2011-09-252-3/+3
* st/vdpau: Link vdpau targets with librt to avoid unresolved symbols error rel...Emeric Grange2011-09-251-1/+1
* 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