summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glapi: drop condvarGeorge Sapountzis2010-03-031-45/+1
* r600: add new rs880 pci idAlex Deucher2010-03-032-0/+2
* intel: Set InternalFormat for renderbuffers created from an EGLImageKristian Høgsberg2010-03-031-0/+1
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-034-18/+32
* Merge branch 'gallium-format-cleanup'José Fonseca2010-03-026-101/+101
|\
| * mesa: Rename pipe formats.José Fonseca2010-03-016-101/+101
| * mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-3/+3
* | intel: passs correct context type to intel_prepare_render() callBrian Paul2010-03-021-1/+1
* | i965: include macros.h to get CLAMP macroBrian Paul2010-03-021-0/+1
* | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-023-21/+34
|\ \
| * | st/mesa: Reset clip state when clearing with quads.Michal Krol2010-02-242-1/+6
| * | st/mesa: Use cso context to manage clip state.Michal Krol2010-02-241-1/+3
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-19/+25
* | | glsl: Add assert to check input to strcmp.Vinson Lee2010-03-021-0/+1
* | | mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-021-0/+2
* | | r600: fix blender picking.Dave Airlie2010-03-021-3/+15
* | | glapi: fix compile with ESGeorge Sapountzis2010-03-022-1/+9
* | | glapi: Fix syntax.José Fonseca2010-03-011-1/+1
* | | radeon: Reduce number of radeon_bo_map calls that require kernel entry.Pauli Nieminen2010-03-011-3/+13
* | | Remove now obsolete mesa_bzero symbol.Karl Schultz2010-03-011-1/+0
* | | glapi: drop SOLARIS_THREADSGeorge Sapountzis2010-03-016-105/+6
* | | glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-014-22/+48
* | | glapi.c: misc cosmeticGeorge Sapountzis2010-03-011-28/+33
* | | glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis2010-03-013-208/+196
* | | glapi.c: mv check_table to glapi_getproc.cGeorge Sapountzis2010-03-012-66/+67
* | | glapi.c: split check_table to not_null and get_procGeorge Sapountzis2010-03-012-13/+23
* | | glapi.h: drop dispatch_override prototypesGeorge Sapountzis2010-03-011-12/+0
* | | glapi.h: misc cosmeticGeorge Sapountzis2010-03-011-11/+11
* | | glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macrosGeorge Sapountzis2010-03-012-48/+66
| |/ |/|
* | dri/nouveau: Combine the dummy texture more deterministically on nv0x.Francisco Jerez2010-03-011-1/+4
* | dri/nouveau: Fix up the ADD texture environment on nv0x.Francisco Jerez2010-03-012-2/+1
* | dri/nouveau: Add two stencil operation cases in nv04_state_raster.c.Andrew Randrianasulu2010-03-011-0/+4
* | dri/nouveau: Allow to render to XRGB8888 textures.Andrew Randrianasulu2010-03-011-0/+2
* | dri: Remove dead code.Vinson Lee2010-02-272-36/+10
* | mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-02-271-0/+3
* | mesa: Add assert to check input to memcpy is not null.Vinson Lee2010-02-271-0/+1
* | glsl: Move assert from outside to inside of _slang_gen_swizzle function.Vinson Lee2010-02-271-1/+1
* | dri: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* | i810: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* | mach64: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-271-0/+3
* | mga: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* | r128: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* | st/mesa: do not advertise S3TC if the external lib is not availableMarek Olšák2010-02-281-2/+6
* | mesa: remove libmesagallium.a on make cleanMarcin Slusarz2010-02-271-1/+1
* | r300: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-271-0/+2
* | savage: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* | sis: Add assert to check function pointer is not null.Vinson Lee2010-02-271-0/+1
* | tdfx: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-272-0/+10
* | unichrome: Assert that pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+2
* | radeon: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1