summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* gamma: Add missing headers.Vinson Lee2010-02-2010-5/+12
* gamma: Remove unnecessary header.Vinson Lee2010-02-201-1/+0
* intel: Silence compiler format warnings.Vinson Lee2010-02-202-2/+2
* mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul2010-02-191-3/+3
* intel: Set buffer stamp before getting new buffersKristian Høgsberg2010-02-191-1/+5
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-199-19/+19
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-1936-318/+314
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-1944-189/+184
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-192-2/+2
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-193-9/+9
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-196-17/+17
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-192-3/+2
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-195-5/+3
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-1913-29/+25
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-195-11/+9
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
* gamma: s#colormac.h#main/colormac.h#Vinson Lee2010-02-196-6/+6
* gamma: s/gammacontext.h/gamma_context.h/Vinson Lee2010-02-1914-14/+14
* i915: update render buffers at prepare_render timeJesse Barnes2010-02-181-0/+1
* intel: Include main/hash.h using "" instead of <>Kristian Høgsberg2010-02-181-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-1716-48/+79
* dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez2010-02-1718-1278/+1124
* nouveau: fix legacy dri driver buildJohannes Obermayr2010-02-173-8/+6
* dri/nouveau: Use event driven buffer validation.Francisco Jerez2010-02-162-4/+41
* dri2: Event driven buffer validation.Francisco Jerez2010-02-165-12/+20
* dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg2010-02-162-4/+8
* r600: use new program cloning functionsBrian Paul2010-02-141-1/+1
* r300: use new program cloning functionsBrian Paul2010-02-141-1/+1
* r600: Silence uninitialized variable warnings.Vinson Lee2010-02-141-0/+4
* r300: Silence uninitialized variable warning.Vinson Lee2010-02-141-1/+1
* r600: Silence uninitialized variable warning.Vinson Lee2010-02-141-1/+1
* i965: Remove unnecessary headers.Vinson Lee2010-02-121-8/+0
* dri: Remove unnecessary headers.Vinson Lee2010-02-123-16/+0
* mesa: Remove unnecessary headers.Vinson Lee2010-02-122-3/+0
* intel: Remove unused variable.Vinson Lee2010-02-121-1/+0
* intel: Avoid dri_bo_flink() in intel_update_renderbuffers()Kristian Høgsberg2010-02-121-8/+2
* intel: Track named regions and make sure we only have one region per named boKristian Høgsberg2010-02-124-1/+41
* dri: Store the loader private passed in at dri context creationKristian Høgsberg2010-02-122-1/+7
* Revert "r600c: substract vbo offset to vbo size"Jerome Glisse2010-02-121-1/+1
* r600c: substract vbo offset to vbo sizeJerome Glisse2010-02-121-1/+1
* r600: be more exact in vb size calculationAndre Maasikas2010-02-121-1/+2
* r600: support GL_SHORT attributesAndre Maasikas2010-02-121-5/+5
* i915: Remove always-true irq_active struct intel_screen fieldKristian Høgsberg2010-02-113-8/+0
* i915: Remove a few DRI1 era struct intel_screen fieldsKristian Høgsberg2010-02-112-9/+0
* i915: Drop intelScreenPrivate typedef and just call it struct intel_screenKristian Høgsberg2010-02-114-15/+9
* i915: Remove unused intelRegion structKristian Høgsberg2010-02-111-23/+0
* i915: Remove left-over drmUnmap()Kristian Høgsberg2010-02-112-7/+1
* ffb: Fix build.Vinson Lee2010-02-101-1/+1
* dri: Fix one last copy-and-paste brain damage from a previous commitIan Romanick2010-02-101-1/+1