summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-02170-220/+253
* gallium: Use MSVC atomic intrinsics directly instead of the Windows header wr...José Fonseca2010-02-011-11/+15
* gallium: Remove unnecessary includes. Add others to compensate.José Fonseca2010-02-014-5/+2
* llvmpipe: Add missing includes.José Fonseca2010-02-011-0/+1
* i915: Add missing includes.José Fonseca2010-02-012-0/+2
* util: Add missing includes.José Fonseca2010-02-013-0/+3
* draw: Add missing includes.José Fonseca2010-02-011-0/+2
* gallium: Drop mutex-based pipe_atomic implementation.José Fonseca2010-02-011-82/+1
* st/dri: Remove duplicate type qualifier.Vinson Lee2010-01-311-1/+1
* i965g: Add missing va_end.Vinson Lee2010-01-311-0/+1
* r300g: Fix memory leak on memory allocation failure.Vinson Lee2010-01-311-1/+4
* nv04: Update to new nouveau_class.hMarcin Kościelnicki2010-02-011-20/+20
* nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-013-6/+9
* nv10, nv20: Fix build.Francisco Jerez2010-02-012-2/+2
* r300g: Silence uninitialized variable warning.Vinson Lee2010-01-301-1/+1
* egl: Initialize display configs with the display.Chia-I Wu2010-01-311-1/+1
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-5/+5
* i915: Set bit field of length 1 light_twoside to unsigned.Vinson Lee2010-01-301-1/+1
* st/egl: Do not ignore configs without a renderable type.Chia-I Wu2010-01-311-6/+6
* st/egl: Remove egl_g3d_get_current_context.Chia-I Wu2010-01-311-16/+4
* Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson2010-01-301-0/+6
* r300g: Independent blend enables only work on r500.Corbin Simpson2010-01-302-5/+16
* r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson2010-01-301-6/+0
* r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson2010-01-301-3/+2
* gallium-docs: Fix missing PIPE_CAPs.Corbin Simpson2010-01-302-4/+18
* r300g: Dual-source blending isn't possible, period.Corbin Simpson2010-01-302-6/+9
* r300g: Add alpha render targets.Mathias Fröhlich2010-01-302-2/+15
* st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu2010-01-301-4/+2
* egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu2010-01-301-2/+2
* gallium: fix blend state csoRoland Scheidegger2010-01-303-37/+20
* gallium: document pipe_context::get_query_result()Brian Paul2010-01-292-3/+14
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-294-7/+20
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-2915-0/+91
* tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-296-6/+175
* svga: Remove unnecessary headers.Vinson Lee2010-01-282-2/+0
* softpipe: Remove unnecessary header.Vinson Lee2010-01-281-1/+0
* llvmpipe: Remove unnecessary header.Vinson Lee2010-01-281-1/+0
* r300g: Clean up blend masks, change caps.Corbin Simpson2010-01-283-13/+18
* gallium-docs: Minor grammar, need to talk about dual-source blends.Corbin Simpson2010-01-282-3/+12
* gallium-docs: Clean up constantbuf info a bit.Corbin Simpson2010-01-281-23/+24
* gallium-docs: Add PIPE_CAP info.Corbin Simpson2010-01-282-0/+67
* st/xorg: Update to new libkms interface but be backwards compatibleJakob Bornecrantz2010-01-282-0/+8
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-2853-405/+523
|\
| * gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLENDRoland Scheidegger2010-01-281-1/+1
| * nv50: supports independent blend enablesChristoph Bumiller2010-01-262-17/+41
| * gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-267-0/+28
| * r300g: Per-MRT blending is not supported.Corbin Simpson2010-01-261-0/+3
| * softpipe: enable new blend functionalityRoland Scheidegger2010-01-252-18/+21
| * st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger2010-01-251-0/+5
| * vega: don't enable blending if not necessaryRoland Scheidegger2010-01-253-6/+4