summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g: trivially implement EXT_texture_shared_exponentMarek Olšák2011-04-291-0/+5
* i915g: Enable S3TC texture supportChristopher Egert2011-04-292-6/+11
* llvmpipe: move active_query assignmentBrian Paul2011-04-281-2/+2
* llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul2011-04-281-2/+2
* svga: emit user-defined clip plane stateBrian Paul2011-04-273-11/+26
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-272-2/+2
* svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* r600g: Unify comment style somewhat.Henri Verbeet2011-04-257-48/+53
* r600g: Cleanup the big endian support a bit.Henri Verbeet2011-04-2511-162/+166
* r600g: Use EG constants in EG r600_colorformat_endian_swap().Henri Verbeet2011-04-251-21/+21
* r600g: Remove r600_helper.c from SConscript.Vinson Lee2011-04-241-1/+0
* r600g: trivially implement LATC/3DCMarek Olšák2011-04-251-0/+4
* r600g: drop r600_helper.c no point in itDave Airlie2011-04-254-73/+39
* r600g: enable EXT_draw_buffers2Dave Airlie2011-04-251-5/+1
* r600g: fix glean clipflat test.Dave Airlie2011-04-242-3/+8
* r300g: reorder capsMarek Olšák2011-04-241-13/+11
* r300g: fix exposing caps on r300-r400Marek Olšák2011-04-241-2/+2
* r600g: fix glsl-fs-abs-negDave Airlie2011-04-241-0/+2
* r600g: fix bank swizzle calcs for scalar only operations.Dave Airlie2011-04-241-15/+25
* r600g: PV/PS have cycle restrictions in scalar operationsDave Airlie2011-04-241-2/+6
* r300g: do not advertise color_buffer_float on r300 and r400Marek Olšák2011-04-221-1/+1
* r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0Marek Olšák2011-04-221-4/+9
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-211-0/+6
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-218-0/+70
* r600g: don't flush the dest caches on every drawFredrik Höglund2011-04-205-5/+35
* r600g: add evergreen+ big endian supportAlex Deucher2011-04-194-6/+74
* r600g: add big endian support for r6xx/r7xxCédric Cano2011-04-198-14/+151
* r600g: add cb support for snorm formats.Dave Airlie2011-04-192-9/+13
* r600g: fix warnings with piglit texture-rg test.Dave Airlie2011-04-192-0/+6
* r600g: modify block to only emit the first few dirty registers. (v2)Dave Airlie2011-04-191-1/+2
* r600g: track dirty registers better. (v2)Dave Airlie2011-04-191-0/+1
* nvfx: comment-out unused varBrian Paul2011-04-181-1/+1
* r300g: remove non-existing include path from SConscriptMarek Olšák2011-04-181-1/+0
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-1822-439/+117
* r600g: disable ARB_draw_instancedMarek Olšák2011-04-181-1/+3
* r300g: disable ARB_draw_instanced on SWTCL chipsets.Marek Olšák2011-04-181-1/+1
* gallium: include u_format.h for util_format_is_supportedMarcin Slusarz2011-04-176-0/+6
* nvc0: work around what looks like a code prefetch bugChristoph Bumiller2011-04-171-1/+4
* nv50,nvc0: add new texture and render target formatsChristoph Bumiller2011-04-172-7/+177
* nv50,nvc0: fix normalized RG16 and RGBA32 texture format entriesChristoph Bumiller2011-04-172-6/+6
* nvc0: fix viewport rectangle calculationChristoph Bumiller2011-04-171-5/+7
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-158-41/+19
* r300g: enable A/L/LA/I float render targetsMarek Olšák2011-04-151-14/+14
* svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGESBrian Paul2011-04-131-1/+3
* svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update commentsBrian Paul2011-04-131-4/+12
* svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca2011-04-126-26/+45
* r600g: handle PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL in get_paramMarek Olšák2011-04-111-0/+1
* nv50,nvc0: silence shader debug outputChristoph Bumiller2011-04-1016-109/+85
* nvc0: make the card permit separate colour outputsChristoph Bumiller2011-04-102-14/+4
* nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller2011-04-109-31/+32