aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* egl: restore missing \ in MakefileBrian Paul2011-10-041-1/+1
* softpipe: fix Z interpolation invariance bugBrian Paul2011-10-041-1/+10
* softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul2011-10-041-0/+2
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-0426-36/+36
* st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White2011-10-041-1/+1
* r300g: fix rendering with a non-zero index bias in draw_elements_immediateMarek Olšák2011-10-041-1/+3
* r600g: fix parsing TGSI declarationsMarek Olšák2011-10-041-2/+2
* r300/compiler: Fix error in OMOD optimizationTom Stellard2011-10-021-0/+16
* r300/compiler: Rewrite source swizzles when using OMODTom Stellard2011-10-021-1/+6
* r300/compiler: Fix rc_normal_rewrite_writemask()Tom Stellard2011-10-021-5/+4
* r300/compiler: Use consistent src swizzles for transcendent instructionsTom Stellard2011-10-025-6/+33
* 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