dri/nouveau: Support rectangle textures.
[mesa.git] / src / mesa / drivers /
2010-02-25 Francisco Jerezdri/nouveau: Support rectangle textures.
2010-02-25 Francisco Jerezdri/nouveau: Don't try to map a non-existent teximage.
2010-02-25 Francisco Jerezdri/nouveau: Add some RGB888 span functions.
2010-02-25 Francisco Jerezdri/nouveau: Fake A8 and L8 texture support on nv04.
2010-02-25 Francisco Jerezdri/nouveau: Restructure the nv[12]0 regcombiner code...
2010-02-25 Francisco Jerezdri/nouveau: Try to validate textures earlier.
2010-02-25 Francisco Jerezdri/nouveau: Swizzle using the CPU when we hit a limita...
2010-02-25 Francisco Jerezdri/nouveau: Clean up the nv04 surface code a bit.
2010-02-25 Francisco Jerezdri/nouveau: Avoid mask overflow on nv04_surface_fill.
2010-02-25 Francisco Jerezdri/nouveau: Set _BaseFormat correctly for z24s8 render...
2010-02-25 Francisco Jerezdri/nouveau: Fix stencil mask handling on glClear().
2010-02-24 Brian Pauldri: remove old assertion (see bug 26734)
2010-02-24 Kristian Høgsbergintel: Implement GL_OES_EGL_image entrypoints
2010-02-24 Kristian Høgsbergintel: Implement DRI image extension
2010-02-24 Alex Deucherr600: proper fix for 15601835361e2fdd34b38b265cfc300774...
2010-02-24 Brian Paulmesa: disable unreachable meta mipmap gen code
2010-02-24 Dave Airlieradeon/r200: fix the state emission before kernel clear
2010-02-24 Vinson Leer600: Assert that array index is not negative.
2010-02-24 Dave Airlieradeon: fix bad state emission causes kernel to do...
2010-02-24 Kristian Høgsbergintel: Call intel_prepare_render() in intelMakeCurrent()
2010-02-23 Eric Anholti965: Enable GL_ARB_fragment_coord_conventions now...
2010-02-22 Chris Wilsonintel: assert that we do not overflow the batch buffer.
2010-02-22 Chris Wilsoni915: Fix logic !gen >= 3
2010-02-22 Chris Wilsoni915: Remove superfluous MI_NOOP from vertex emission
2010-02-22 Chris Wilsonintel: Check that we have a bufmgr or bail out when...
2010-02-21 Vinson Leeradeon: Silence compiler format warning.
2010-02-20 Vinson Leegamma: Silence uninitialized variable warnings.
2010-02-20 Vinson Leegamma: Add missing headers.
2010-02-20 Vinson Leegamma: Remove unnecessary header.
2010-02-20 Vinson Leeintel: Silence compiler format warnings.
2010-02-19 Brian Paulmesa: restore _mesa_snprintf() - it's needed for Windows
2010-02-19 Kristian Høgsbergintel: Set buffer stamp before getting new buffers
2010-02-19 Kristian HøgsbergDrop macro wrappers for the aligned memory functions
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Brian Paulmesa: replace _mesa_bzero() with memset()
2010-02-19 Brian Paulmesa: replace old MEMSET macro with memset
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
2010-02-19 Kenneth GraunkeRemove _mesa_memcmp in favor of plain memcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_memset in favor of plain memset.
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-19 Kenneth GraunkeRemove _mesa_atoi in favor of plain atoi.
2010-02-19 Kenneth GraunkeRemove _mesa_strcmp in favor of plain strcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strncpy in favor of plain strncpy.
2010-02-19 Vinson Leegamma: s#colormac.h#main/colormac.h#
2010-02-19 Vinson Leegamma: s/gammacontext.h/gamma_context.h/
2010-02-18 Jesse Barnesi915: update render buffers at prepare_render time
2010-02-18 Kristian Høgsbergintel: Include main/hash.h using "" instead of <>
2010-02-18 Kristian Høgsbergintel: Implement the DRI2 invalidate function properly
2010-02-17 Francisco Jerezdri/nouveau: Some multithreaded rendering fixes.
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Johannes Obermayrnouveau: fix legacy dri driver build
2010-02-16 Francisco Jerezdri/nouveau: Use event driven buffer validation.
2010-02-16 Francisco Jerezdri2: Event driven buffer validation.
2010-02-16 Kristian Høgsbergdri2: Allocate cliprect as part of the __DRIdrawableRec
2010-02-15 Brian Paulr600: use new program cloning functions
2010-02-15 Brian Paulr300: use new program cloning functions
2010-02-15 Vinson Leer600: Silence uninitialized variable warnings.
2010-02-14 Vinson Leer300: Silence uninitialized variable warning.
2010-02-14 Vinson Leer600: Silence uninitialized variable warning.
2010-02-13 Vinson Leei965: Remove unnecessary headers.
2010-02-13 Vinson Leedri: Remove unnecessary headers.
2010-02-13 Vinson Leemesa: Remove unnecessary headers.
2010-02-12 Vinson Leeintel: Remove unused variable.
2010-02-12 Kristian Høgsbergintel: Avoid dri_bo_flink() in intel_update_renderbuffers()
2010-02-12 Kristian Høgsbergintel: Track named regions and make sure we only have...
2010-02-12 Kristian Høgsbergdri: Store the loader private passed in at dri context...
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-12 Jerome GlisseRevert "r600c: substract vbo offset to vbo size"
2010-02-12 Jerome Glisser600c: substract vbo offset to vbo size
2010-02-12 Andre Maasikasr600: be more exact in vb size calculation
2010-02-12 Andre Maasikasr600: support GL_SHORT attributes
2010-02-11 Kristian Høgsbergi915: Remove always-true irq_active struct intel_screen...
2010-02-11 Kristian Høgsbergi915: Remove a few DRI1 era struct intel_screen fields
2010-02-11 Kristian Høgsbergi915: Drop intelScreenPrivate typedef and just call...
2010-02-11 Kristian Høgsbergi915: Remove unused intelRegion struct
2010-02-11 Kristian Høgsbergi915: Remove left-over drmUnmap()
2010-02-11 Vinson Leeffb: Fix build.
2010-02-10 Ian Romanickdri: Fix one last copy-and-paste brain damage from...
2010-02-10 Karl SchultzMerge branch 'master' of git+ssh://git.freedesktop...
2010-02-10 Corbin Simpsonr300/compiler: r500-fs: Properly set HW register swizzles.
2010-02-10 Ian Romanickdri: Fix copy-and-paste brain damage in previous commit
2010-02-10 Ian Romanickintel: Don't expose GLX_SWAP_EXCHANGE_OML
2010-02-10 Ian Romanickintel: Expose a minimal number of configs with accumula...
2010-02-10 Ian Romanickdri: Allow selective generation of accum. buffer configs
2010-02-10 Ian Romanickintel: Stop exposing useless 24 depth/0 stencil configs
2010-02-10 Ian Romanickintel: Remove redundant init of depth_bits / stencil_bi...
2010-02-10 Ian Romanickintel: Update comment in intelInitScreen2 to noting...
2010-02-10 unknownMerge branch 'master' of git+ssh://git.freedesktop...
2010-02-10 unknownAdd new symbol to exports list
2010-02-10 Kristian Høgsbergr600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename
2010-02-10 Pauli Nieminenradeon: Fix printf formatings to match te values.
2010-02-10 Pauli Nieminenradeon: Define EXT_framebuffer_object constants to...
2010-02-09 Kristian Høgsbergdri_interface: Introduce DRI tokens for the texBuffer...
2010-02-09 Pauli Nieminenradeon: Add some debug output for fbo support
2010-02-09 Pauli Nieminenr200: Fix UMS notto emit stp.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-08 Dave Airlieradeon: fix UMS since stp addition.
2010-02-07 Pauli Nieminenr200: Fix LOD min/max emit.
2010-02-07 Pauli Nieminenr100/r200/r300/r600: Set MaxCombinedTextureImageunits.
next