summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-30util: Add inline function for approximate floating point comparison.José Fonseca
2010-05-30llvmpipe: Use pointer_to_func() instead of custom wrappers.José Fonseca
2010-05-30draw: Use pointer_to_func() instead of custom wrappers.José Fonseca
2010-05-30util: Generic pointer to func conversion helper.José Fonseca
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca
2010-05-30python/retrace: Interpret resource_copy_region.José Fonseca
2010-05-30st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca
2010-05-30st/vega: Use FREE.Chia-I Wu
2010-05-30st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu
2010-05-30st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-05-30st/egl: Initialize KMS backend from an fd.Chia-I Wu
2010-05-29r300: fix blits for textures of width/height greater than 2048 on r5xxMarek Olšák
2010-05-29r600g: remove unused variableMarek Olšák
2010-05-29r600g: fix gallium function parametersMarek Olšák
2010-05-29r600g: make a local copy of viewport stateMarek Olšák
2010-05-29i915g: Rename winsys c fileJakob Bornecrantz
2010-05-29i915g: Move pci id to winsys structJakob Bornecrantz
2010-05-29targets/egl: Give egl targets a good build enviromentJakob Bornecrantz
2010-05-28egl_dri2: Split driver loading out into its own functionKristian Høgsberg
2010-05-28egl_dri2: Check for xcb_connect() failure the right wayKristian Høgsberg
2010-05-29r600g: fix buildMarek Olšák
2010-05-29llvmpipe: adapt to clear interface changesRoland Scheidegger
2010-05-29i965g: adapt to clear interface changesRoland Scheidegger
2010-05-29i915g: adapt to clear interface changesRoland Scheidegger
2010-05-29r300g: adapt to clear interface changesRoland Scheidegger
2010-05-29nv50: adapt to clear interface changesRoland Scheidegger
2010-05-29nvfx: adapt to clear interface changesRoland Scheidegger
2010-05-29svga: adapt to clear interface changesRoland Scheidegger
2010-05-29softpipe: adapt to clear interface changesRoland Scheidegger
2010-05-29rbug: adapt to clear interface changesRoland Scheidegger
2010-05-29trace: adapt to clear interface changesRoland Scheidegger
2010-05-29identity: adapt to clear interface changesRoland Scheidegger
2010-05-29fo: adapt to clear interface changesRoland Scheidegger
2010-05-29cell: adapt to clear interface changesRoland Scheidegger
2010-05-29st/python: adapt to clear interface changesRoland Scheidegger
2010-05-29st/mesa: use new ability to clear only depth or stencilRoland Scheidegger
2010-05-29util: adapt to clear interface changesRoland Scheidegger
2010-05-28gallium: clear interface changesRoland Scheidegger
2010-05-28i965: Add cache unit -> bo name mapping for more gen6 state objects.Eric Anholt
2010-05-28i965: fix PIPE_CONTROL command for gen6.Zou Nan hai
2010-05-28llvmpipe: add PIPE_BUFFER to assertionBrian Paul
2010-05-28softpipe: add PIPE_BUFFER to assertionBrian Paul
2010-05-28llvmpipe: add out of memory checking to triangle setup pathBrian Paul
2010-05-28glsl: change uniform location/offset encodingBrian Paul
2010-05-28r300g: remove unnecessary breaksMarek Olšák
2010-05-28r300g: report vertex format support in is_format_supportedMarek Olšák
2010-05-28st/mesa: advertise ARB_half_float_vertex when availableMarek Olšák
2010-05-28r300g/swtcl: fix WPOSMarek Olšák
2010-05-28r300g/swtcl: avoid an infinite loop if an occl. query doesn't return anythingMarek Olšák
2010-05-27r600g: disable renderingJerome Glisse