Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
[mesa.git] / src / mesa / drivers /
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.
2010-02-07 Pauli Nieminenr200: Fix lod bias correction.
2010-02-06 Pauli Nieminenr200: Add some debug output to texture function.
2010-02-06 Pauli Nieminenr300: Fix emit size prediction to know about primitive...
2010-02-06 Pauli Nieminenradeon: Add some debug output to texture function.\n
2010-02-06 Pauli Nieminenradeon: Use _mesa_next_pow_two_32 instead of own implem...
2010-02-06 Pauli Nieminenradeon: Add some debug output to miptree code.
2010-02-06 Pauli Nieminenradeon: Remove the loop from stride size calculation.
2010-02-06 Damien Lespiauintel: Allow L8 PBO blit uploads.
2010-02-06 Eric Anholti965: Keep the CURBE BO mapped and memcpy instead of...
2010-02-06 Eric Anholti965: Reset the "need new CURBE BO" flag when we make...
2010-02-06 Eric Anholtintel: Check aperture size when doing a blit glClear.
2010-02-06 Eric Anholtintel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_...
2010-02-05 Brian Paulosmesa: Add OSMesaColorClamp and OSMesaGetProcAddress...
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-05 Pauli Nieminenr200: Optimize polygon stipple emit.
2010-02-05 Pauli Nieminenr200: Add trace logging to r200PointSize.
2010-02-05 Keith WhitwellMerge commit 'fj/mesa-next'
2010-02-05 Pauli Nieminenr100: Add the polygon stipple state to the state list.
2010-02-04 Brian Paulmesa: change ctx->Driver.ProgramStringNotify() to retur...
2010-02-04 Pauli Nieminenr200: Add the polygon stipple state to the state list.
2010-02-04 Pauli Nieminenr200: Add logging for glPolygonStripple.
2010-02-04 Pauli Nieminenradeon: Make debugging automaticaly increase logging...
2010-02-04 Francisco JerezImport a classic DRI driver for nv0x-nv2x.
2010-02-04 Alex Deucherr600: reduce number of cache flushes
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Francisco Jerezmesa: Factor out the fb initialization details from...
2010-02-03 Dave Airlier300: fix compiler bugs introduced with MRT changes.
2010-02-02 Scott MoreauTrack frag shader changes introduced by commit 47695665...
2010-02-02 Corbin Simpsonr300compiler: Add MRT number to debugging output.
2010-02-02 Corbin Simpsonr300compiler, r300 classic, r300g: Add support for...
2010-02-02 Pauli Nieminenr200: Fix EXT_fogcoord rendering.
2010-02-01 Brian Paulglslcompiler: add glapi_nop.o to OBJECTS
2010-02-01 Vinson Leer600: Remove duplicate assignment.
next