summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Don't call unused generate_clamp().José Fonseca2010-03-311-2/+0
* llvmpipe: Disable threads by default on embedded.José Fonseca2010-03-311-0/+4
* llvmpipe: Don't rely on u_format_access.pyJosé Fonseca2010-03-313-8/+7
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-3130-59/+59
|\
| * Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-305-6/+169
| |\
| * | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-3030-59/+59
* | | llvmpipe: More accurate format capability exporting.José Fonseca2010-03-311-5/+1
* | | llvmpipe: Drop the aos format conversion.José Fonseca2010-03-313-316/+1
* | | i965g: Fix assertion that was always true.Vinson Lee2010-03-301-2/+5
* | | identity: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
* | | Merge branch '7.8'Michel Dänzer2010-03-301-0/+1
|\ \ \
| * | | i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee2010-03-271-0/+1
| * | | identity: Add id_drm.c to SCons build.Vinson Lee2010-03-271-1/+2
* | | | r300g: Remove unused variable.Vinson Lee2010-03-291-1/+0
* | | | r300g: Remove unnecessary header.Vinson Lee2010-03-291-2/+0
* | | | r300g: Bind constantbuf to Draw immediately, don't wait for render.Corbin Simpson2010-03-292-16/+6
| |_|/ |/| |
* | | Add test case for lp_bld_printf()Chris Li2010-03-292-1/+164
* | | i965g: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
* | | svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
* | | r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.José Fonseca2010-03-291-1/+1
| |/ |/|
* | softpipe: Map GS constants, too.Michal Krol2010-03-291-3/+2
* | r300g: print configurable debugging info on non-debug buildsMarek Olšák2010-03-292-2/+4
* | gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-284-0/+124
* | r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák2010-03-281-4/+10
* | r300g: disable cliprectsMarek Olšák2010-03-271-1/+1
* | r300g: print errors even on non-debug buildsMarek Olšák2010-03-2710-45/+53
* | identity: Add id_drm.c to SCons build.Vinson Lee2010-03-271-1/+2
* | r300g: fix macrotiling for non-square texturesMathias Fröhlich2010-03-271-1/+2
* | r300g: Make SWTCL clear work again.Corbin Simpson2010-03-272-128/+132
* | r300g: Remove unnecessary header.Vinson Lee2010-03-261-1/+0
* | gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li2010-03-261-8/+6
* | Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson2010-03-266-61/+13
* | nv50: fix FACE semantic check in FP input slot assignmentsChristoph Bumiller2010-03-261-1/+1
* | identity: Remove unnecessary header.Vinson Lee2010-03-251-1/+0
* | draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-263-2/+15
* | i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-2615-136/+139
* | Revert "llvmpipe: optimize the lp_setup_fence() function"Brian Paul2010-03-251-20/+6
* | llvmpipe: disable an assertionBrian Paul2010-03-251-1/+1
* | r300g/radeong: fix scons buildJoakim Sindholt2010-03-251-0/+1
* | r300g: Remove unnecessary header.Vinson Lee2010-03-251-1/+0
* | llvmpipe: fix up some questionable fence codeBrian Paul2010-03-241-2/+1
* | llvmpipe: optimize the lp_setup_fence() functionBrian Paul2010-03-241-6/+20
* | llvmpipe: call lp_fence_signal()Brian Paul2010-03-241-12/+1
* | llvmpipe: added lp_fence_signal()Brian Paul2010-03-242-0/+20
* | i915g: Correct and add supperted texture formatsJakob Bornecrantz2010-03-252-1/+13
* | llvmpipe: fix texture reference counting bugBrian Paul2010-03-242-6/+22
* | nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri2010-03-233-1/+33
* | nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri2010-03-232-5/+3
* | Merge branch '7.8'Brian Paul2010-03-232-187/+219
|\|
| * softpipe: comments, re-formatting, etcBrian Paul2010-03-231-14/+24