summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl: Do not call drv->Initialize with global mutex locked.Chia-I Wu2010-06-291-3/+9
* st/egl: Build a single EGL driver.Chia-I Wu2010-06-2910-219/+210
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-2926-424/+556
* st/egl: Reorganize targets.Chia-I Wu2010-06-2924-361/+240
* st/egl: One driver per hardware.Chia-I Wu2010-06-2916-132/+190
* st/egl: Introduce native_platform.Chia-I Wu2010-06-298-107/+137
* st/egl: Make api_OpenGL support OpenGL ES.Chia-I Wu2010-06-295-8/+31
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-295-36/+82
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-296-35/+34
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-2863-7031/+8996
* util: reference surfaces and sampler views in blitter when saving themMarek Olšák2010-06-294-28/+49
* i915g: Add Galahad to targetsJakob Bornecrantz2010-06-284-4/+8
* r300g: Galahad for scons as wellJakob Bornecrantz2010-06-281-1/+2
* r300g: Add target defines for GalahadJakob Bornecrantz2010-06-283-3/+3
* glhd: Build with sconsJakob Bornecrantz2010-06-282-2/+4
* glhd: Re-integrate with the debug systemJakob Bornecrantz2010-06-282-1/+13
* glhd: Remove leftover fileJakob Bornecrantz2010-06-281-35/+0
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-28130-971/+995
|\
| * nouveau: Remove reference to drm_apiJakob Bornecrantz2010-06-241-1/+1
| * i965g: Remove last references to drm_apiJakob Bornecrantz2010-06-242-2/+2
| * swrastg: Use target-helpersJakob Bornecrantz2010-06-243-54/+13
| * gallium: Use debugging helper in all drm targetsJakob Bornecrantz2010-06-2437-16/+167
| * gallium: Add debug target helperJakob Bornecrantz2010-06-241-0/+36
| * gallium: Fix scons buildJakob Bornecrantz2010-06-242-1/+1
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-2411-373/+1
| * r600g: Move bootstrap code to targetJakob Bornecrantz2010-06-248-36/+48
| * nouveau: Move bootstrap code to targetsJakob Bornecrantz2010-06-236-23/+57
| * nouveau: Rename winsys fileJakob Bornecrantz2010-06-233-4/+4
| * gallium: Drop sw drm winsysJakob Bornecrantz2010-06-235-171/+1
| * i965g: Move bootstrap code to targetsJakob Bornecrantz2010-06-2313-51/+113
| * i965g: Rename winsys fileJakob Bornecrantz2010-06-233-2/+2
| * i965g: Moved pci_id to winsys structJakob Bornecrantz2010-06-236-14/+12
| * target-helpers: Add inline helpersJakob Bornecrantz2010-06-232-0/+97
| * swrastg: Fix glue fileJakob Bornecrantz2010-06-141-3/+3
| * r300g: Move bootstrap code to targetsJakob Bornecrantz2010-06-0610-32/+70
| * i915g: Move bootstrap code to targetsJakob Bornecrantz2010-06-0613-42/+87
| * svga: Move bootstrap code to targetsJakob Bornecrantz2010-06-068-40/+138
| * swrastg: Use new drm_driver interface in EGLJakob Bornecrantz2010-06-061-6/+7
| * gallium: Make all drm drivers use the new drm compat helperJakob Bornecrantz2010-06-0642-13/+91
| * gallium: drm api compat helperJakob Bornecrantz2010-06-061-0/+46
| * gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-0613-98/+35
| * gallium: Add drm driver interfaceJakob Bornecrantz2010-06-061-0/+71
* | llvmpipe: set WRITE_ALL only a per-tile basis in lp_resource_copy().José Fonseca2010-06-281-9/+17
* | llvmpipe: Actually flush in lp_resource_copy()José Fonseca2010-06-281-2/+2
* | llvmpipe: Ensure outdated framebuffer state is not reused in lp_setup_bind_fr...José Fonseca2010-06-282-4/+9
* | r300g: fix a compile error on non-debug buildsMarek Olšák2010-06-271-1/+1
* | util: fix a memory leak in blitterMarek Olšák2010-06-271-6/+1
* | r300g: separate the hyperz state and pipelined FB regs out of the FB stateMarek Olšák2010-06-275-11/+76
* | r300g: release referenced objects in destroy_contextMarek Olšák2010-06-271-9/+40
* | r300g: reference surfaces in set_framebuffer_stateMarek Olšák2010-06-271-1/+19