aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson2010-02-102-3/+14
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-107-9/+9
* intel: Don't expose GLX_SWAP_EXCHANGE_OMLIan Romanick2010-02-101-2/+1
* intel: Expose a minimal number of configs with accumulation bufferIan Romanick2010-02-101-0/+28
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-1015-19/+26
* intel: Stop exposing useless 24 depth/0 stencil configsIan Romanick2010-02-101-7/+4
* intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2Ian Romanick2010-02-101-9/+0
* intel: Update comment in intelInitScreen2 to noting DRI2 protocol issuesIan Romanick2010-02-101-3/+3
* Add new symbol to exports listunknown2010-02-101-0/+1
* r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg2010-02-101-1/+1
* radeon: Fix printf formatings to match te values.Pauli Nieminen2010-02-102-2/+2
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-104-0/+9
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-095-19/+19
* radeon: Add some debug output for fbo supportPauli Nieminen2010-02-094-0/+80