summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * st/dri: fix optionCache memory leaksMarcin Slusarz2010-01-182-0/+16
| * st/xorg: If dri2 version is 2 support version 1 as wellJakob Bornecrantz2010-01-151-4/+36
| * st/xorg: Set enforce version to 1 if not definedJakob Bornecrantz2010-01-151-6/+1
| * ws/vmware: Check DRM version also when bootstrapping in dri2 mode.Thomas Hellstrom2010-01-181-0/+17
| * st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom2010-01-183-5/+13
| * tgsi: fix detection of front-facing attributeBrian Paul2010-01-151-6/+4
* | gallium/draw: fix-up comments, whitespaceBrian Paul2010-01-221-6/+5
* | gallium/draw: replace int with booleanBrian Paul2010-01-221-8/+8
* | st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-2230-9/+9
* | winsys/drm: Update the options of mklib in Makefile.egl_g3d.Chia-I Wu2010-01-221-1/+2
* | egl: Remove egl_softpipe.Chia-I Wu2010-01-224-1208/+0
* | winsys/drm: Add swrast.Chia-I Wu2010-01-225-0/+48
* | st/egl: Remove the egl state tracker.Chia-I Wu2010-01-2212-1244/+0
* | st/egl_g3d: Use glxinit.c from egl_xdri.Chia-I Wu2010-01-224-590/+10
* | winsys/drm: Update Makefile.template.Chia-I Wu2010-01-221-8/+1
* | gallium: fix conditional rendering commentBrian Paul2010-01-211-1/+1
* | gallium/docs: document conditional renderingBrian Paul2010-01-211-0/+36
* | gallium: updated comments, whitespace fixesBrian Paul2010-01-211-15/+15
* | softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul2010-01-211-0/+4
* | Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+2
* | gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith2010-01-202-3/+3
* | radeong: Fix EGL driver names.Corbin Simpson2010-01-202-2/+2
* | Fix touching live system during install.Tomas Chvatal2010-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
* | st/egl_g3d: Do not reuse the pipe transfer in ximage.Chia-I Wu2010-01-201-18/+22
* | 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-2011-31/+171
|\ \
| * | 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
| * | Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-12794-15001/+94549
| |\ \
| * | | st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-105-20/+41
| * | | egl_softpipe: Clean up Makefile.Chia-I Wu2009-11-101-10/+5
| * | | gallium: Allow state trackers to install files.Chia-I Wu2009-11-061-1/+5
| * | | st/es: Add OpenGL ES state trackers.Chia-I Wu2009-11-053-0/+90
| * | | gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu2009-11-051-0/+30
* | | | util/blit: document params to util_blit_pixels_writemask()Brian Paul2010-01-191-0/+4
* | | | Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith2010-01-191-2/+3
* | | | softpipe: remove redundant assignmentsBrian Paul2010-01-191-5/+0
* | | | docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC.Corbin Simpson2010-01-181-1/+5
* | | | docs: Use proper XOR symbol.Corbin Simpson2010-01-181-4/+4
* | | | docs: Spacing in TGSI formulae.Corbin Simpson2010-01-181-0/+21
* | | | docs: Grammar and refs in Rasterizer.Corbin Simpson2010-01-181-4/+3
* | | | docs: Cleanup Rasterizer a bit.Corbin Simpson2010-01-182-45/+49
* | | | docs: Fix terms and refs.Corbin Simpson2010-01-183-3/+5
* | | | docs: Slowly keep fleshing out more info.Corbin Simpson2010-01-182-9/+21
* | | | docs: PIPE_TEXTURE_USAGE info.Corbin Simpson2010-01-181-0/+24
* | | | nv50: fix constant vtxattr methodsChristoph Bumiller2010-01-181-13/+13
* | | | nv50: make instanced drawing work with edge flagsChristoph Bumiller2010-01-181-45/+162