Age | Commit message (Expand) | Author |
2010-02-12 | i965: Remove unnecessary headers. | Vinson Lee |
2010-02-12 | dri: Remove unnecessary headers. | Vinson Lee |
2010-02-12 | mesa: Remove unnecessary headers. | Vinson Lee |
2010-02-12 | intel: Remove unused variable. | Vinson Lee |
2010-02-12 | intel: Avoid dri_bo_flink() in intel_update_renderbuffers() | Kristian Høgsberg |
2010-02-12 | intel: Track named regions and make sure we only have one region per named bo | Kristian Høgsberg |
2010-02-12 | dri: Store the loader private passed in at dri context creation | Kristian Høgsberg |
2010-02-12 | Revert "r600c: substract vbo offset to vbo size" | Jerome Glisse |
2010-02-12 | r600c: substract vbo offset to vbo size | Jerome Glisse |
2010-02-12 | r600: be more exact in vb size calculation | Andre Maasikas |
2010-02-12 | r600: support GL_SHORT attributes | Andre Maasikas |
2010-02-11 | i915: Remove always-true irq_active struct intel_screen field | Kristian Høgsberg |
2010-02-11 | i915: Remove a few DRI1 era struct intel_screen fields | Kristian Høgsberg |
2010-02-11 | i915: Drop intelScreenPrivate typedef and just call it struct intel_screen | Kristian Høgsberg |
2010-02-11 | i915: Remove unused intelRegion struct | Kristian Høgsberg |
2010-02-11 | i915: Remove left-over drmUnmap() | Kristian Høgsberg |
2010-02-10 | ffb: Fix build. | Vinson Lee |
2010-02-10 | dri: Fix one last copy-and-paste brain damage from a previous commit | Ian Romanick |
2010-02-10 | r300/compiler: r500-fs: Properly set HW register swizzles. | Corbin Simpson |
2010-02-10 | dri: Fix copy-and-paste brain damage in previous commit | Ian Romanick |
2010-02-10 | intel: Don't expose GLX_SWAP_EXCHANGE_OML | Ian Romanick |
2010-02-10 | intel: Expose a minimal number of configs with accumulation buffer | Ian Romanick |
2010-02-10 | dri: Allow selective generation of accum. buffer configs | Ian Romanick |
2010-02-10 | intel: Stop exposing useless 24 depth/0 stencil configs | Ian Romanick |
2010-02-10 | intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2 | Ian Romanick |
2010-02-10 | intel: Update comment in intelInitScreen2 to noting DRI2 protocol issues | Ian Romanick |
2010-02-10 | Add new symbol to exports list | unknown |
2010-02-10 | r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename | Kristian Høgsberg |
2010-02-10 | radeon: Fix printf formatings to match te values. | Pauli Nieminen |
2010-02-10 | radeon: Define EXT_framebuffer_object constants to match hw. | Pauli Nieminen |
2010-02-09 | dri_interface: Introduce DRI tokens for the texBuffer texture formats | Kristian Høgsberg |
2010-02-09 | radeon: Add some debug output for fbo support | Pauli Nieminen |
2010-02-09 | r200: Fix UMS notto emit stp. | Pauli Nieminen |
2010-02-08 | radeon: fix UMS since stp addition. | Dave Airlie |
2010-02-07 | r200: Fix LOD min/max emit. | Pauli Nieminen |
2010-02-07 | r100/r200/r300/r600: Set MaxCombinedTextureImageunits. | Pauli Nieminen |
2010-02-07 | r200: Fix lod bias correction. | Pauli Nieminen |
2010-02-06 | r200: Add some debug output to texture function. | Pauli Nieminen |
2010-02-06 | r300: Fix emit size prediction to know about primitive splitting. | Pauli Nieminen |
2010-02-06 | radeon: Add some debug output to texture function.\n | Pauli Nieminen |
2010-02-06 | radeon: Use _mesa_next_pow_two_32 instead of own implementation. | Pauli Nieminen |
2010-02-06 | radeon: Add some debug output to miptree code. | Pauli Nieminen |
2010-02-06 | radeon: Remove the loop from stride size calculation. | Pauli Nieminen |
2010-02-06 | intel: Allow L8 PBO blit uploads. | Damien Lespiau |
2010-02-06 | i965: Keep the CURBE BO mapped and memcpy instead of subdataing. | Eric Anholt |
2010-02-06 | i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo. | Eric Anholt |
2010-02-06 | intel: Check aperture size when doing a blit glClear. | Eric Anholt |
2010-02-06 | intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888. | Eric Anholt |
2010-02-05 | osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs. | Brian Paul |
2010-02-05 | r200: Optimize polygon stipple emit. | Pauli Nieminen |