summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-1/+1
* egl: check if driver_name is nullIgor Oliveira2010-01-251-1/+2
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-1/+1
* st/vega: Clean up Makefile.Chia-I Wu2010-01-231-54/+26
* st/es: Pass -linker and -ldflags to mklib.Chia-I Wu2010-01-231-2/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2212-38/+98
|\
| * st/xorg: Remove unnecessary headers.Vinson Lee2010-01-217-11/+0
| * st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz2010-01-201-7/+17
| * st/xorg: Don't leak BusID bufferJakob Bornecrantz2010-01-191-0/+1
| * st/xorg: Pass kernel driver name to drmOpenJakob Bornecrantz2010-01-191-4/+12
| * st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-193-0/+12
| * wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color pi...José Fonseca2010-01-191-1/+2
| * wgl: Don't export pure-stencil pixel formats.José Fonseca2010-01-191-2/+0
| * st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee2010-01-181-0/+1
| * 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
| * st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom2010-01-183-5/+13
* | st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-2217-0/+0
* | st/egl: Remove the egl state tracker.Chia-I Wu2010-01-226-1119/+0
* | st/egl_g3d: Use glxinit.c from egl_xdri.Chia-I Wu2010-01-224-590/+10
* | 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
* | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-205-3/+95
|\ \
| * | 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-12147-1749/+8612
| |\ \
| * | | st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-101-2/+0
| * | | 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
* | | | st/egl_g3d: Clean up for x11_drawable_get_depth.Chia-I Wu2010-01-182-2/+1
* | | | dri: Add an MSAA-enabled factor to DRI configs.Corbin Simpson2010-01-181-2/+3
* | | | dri: Properly calculate number of modes for MSAA.Corbin Simpson2010-01-181-3/+5
* | | | st/egl_g3d: Add support for eglCopyBuffers.Chia-I Wu2010-01-181-0/+97
* | | | st/egl_g3d: Add is_pixmap_supported to native display interface.Chia-I Wu2010-01-185-0/+96
* | | | st/egl_g3d: Update validate to use an attachment mask.Chia-I Wu2010-01-186-129/+116
* | | | st/vega: Fix window resizing with egl_g3d.Chia-I Wu2010-01-182-5/+8
* | | | st/vega: Call screen->update_buffer instead of winsys->update_buffer.Chia-I Wu2010-01-181-3/+2
* | | | softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz2010-01-171-217/+2
* | | | st/xlib: Make glXGetProcAddressARB visibleJakob Bornecrantz2010-01-171-1/+1
* | | | gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-161-0/+1
* | | | regress: Add .gitgnore for *.png files.Michal Krol2010-01-152-0/+2
* | | | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-1511-73/+70
|\ \ \ \
| * | | | gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-2311-73/+70
* | | | | st/egl_g3d: Avoid validation upon buffer swap or flush frontbuffer.Chia-I Wu2010-01-151-5/+4
* | | | | st/egl_g3d: Hook to update_buffer of the pipe screen.Chia-I Wu2010-01-152-1/+19
* | | | | st/egl_g3d: Always override flush_frontbuffer.Chia-I Wu2010-01-157-78/+23
* | | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-142-3/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | st/dri: Make sure we always request a fake front.Thomas Hellstrom2010-01-131-2/+1