summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* r200: Fix UMS notto emit stp.Pauli Nieminen2010-02-091-1/+4
* radeon: fix UMS since stp addition.Dave Airlie2010-02-081-1/+2
* r200: Fix LOD min/max emit.Pauli Nieminen2010-02-072-7/+30
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-074-0/+11
* r200: Fix lod bias correction.Pauli Nieminen2010-02-073-4/+7
* r200: Add some debug output to texture function.Pauli Nieminen2010-02-061-15/+30
* r300: Fix emit size prediction to know about primitive splitting.Pauli Nieminen2010-02-061-2/+12
* radeon: Add some debug output to texture function.\nPauli Nieminen2010-02-061-26/+84
* radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen2010-02-061-14/+1
* radeon: Add some debug output to miptree code.Pauli Nieminen2010-02-061-23/+62