summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa/st: code cleanups for new blend functionalityRoland Scheidegger2010-01-261-9/+23
* softpipe: enable new blend functionalityRoland Scheidegger2010-01-252-18/+21
* st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger2010-01-253-31/+77
* vega: don't enable blending if not necessaryRoland Scheidegger2010-01-253-6/+4
* xorg: do not enable unnecessary blending for xvRoland Scheidegger2010-01-251-1/+1
* trace: adapt to blend changesRoland Scheidegger2010-01-251-11/+21
* svga: adapt to blend changesRoland Scheidegger2010-01-251-9/+9
* softpipe: adapt to blend changesRoland Scheidegger2010-01-252-30/+31
* nouveau: adapt drviers to blend changesRoland Scheidegger2010-01-256-57/+57
* r300g: adapt to blend changesRoland Scheidegger2010-01-251-11/+11
* i965g: adapt to blend changesRoland Scheidegger2010-01-251-11/+11
* i915g: adapt to blend changesRoland Scheidegger2010-01-251-14/+14
* cell: adapt to blend changesRoland Scheidegger2010-01-252-34/+34
* llvmpipe: adapt to blend changesRoland Scheidegger2010-01-251-35/+37
* st/python: adapt to blend changesRoland Scheidegger2010-01-257-40/+40
* vega: adapt to blend changesRoland Scheidegger2010-01-256-76/+70
* xorg: adapt to blend changesRoland Scheidegger2010-01-253-17/+17
* gallium: fix cast for size calc of pipe_blend_stateRoland Scheidegger2010-01-251-1/+1
* docs: enhance blend documentationRoland Scheidegger2010-01-211-3/+36
* docs: clean up sampler descriptionRoland Scheidegger2010-01-212-4/+8
* gallium: adapt util code to blend changesRoland Scheidegger2010-01-213-3/+3
* gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger2010-01-211-0/+2
* llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger2010-01-203-24/+27
* gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-204-31/+39
* r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9cAlex Deucher2010-01-201-1/+1
* st/egl_g3d: Add support for driver probe.Chia-I Wu2010-01-202-11/+108
* st/egl_g3d: Add support for probe to native displays.Chia-I Wu2010-01-205-7/+146
* egl: Add a simple cache for driver probe.Chia-I Wu2010-01-202-0/+56
* egl: Improve driver matching.Chia-I Wu2010-01-203-20/+35
* egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu2010-01-202-9/+9
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-204-156/+0
* egl: Use _eglPreloadDrivers.Chia-I Wu2010-01-202-9/+3
* egl: Add _eglPreloadDrivers.Chia-I Wu2010-01-203-7/+215
* st/egl_g3d: Do not reuse the pipe transfer in ximage.Chia-I Wu2010-01-201-18/+22
* mklib: Fix static library generation/installation on SolarisAlan Coopersmith2010-01-191-1/+1
* Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-194-5/+3
* r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson2010-01-194-6/+8
* r300g: Make invariant state into an atom.Corbin Simpson2010-01-195-4/+7
* Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-20100-349/+23002
|\
| * docs: Add documentation for OpenGL ES.Chia-I Wu2010-01-121-0/+78
| * progs/es2: Correctly set renderable type and client version.Chia-I Wu2010-01-123-7/+23
| * progs/es1: Bind texture image after rendering.Chia-I Wu2010-01-121-3/+5
| * configure.ac: Fix es state tracker build.Chia-I Wu2010-01-121-3/+9
| * st/es: Clean up install target.Chia-I Wu2010-01-121-7/+7
| * st/es: Fix build issue after merge.Chia-I Wu2010-01-123-20/+20
| * mesa/es: Update sources.mk.Chia-I Wu2010-01-121-4/+3
| * mesa/es: Fix build issue after merge.Chia-I Wu2010-01-123-13/+15