mesa: s/CALLOC/calloc/
[mesa.git] / src / mesa / drivers / dri / intel / intel_tex_image.c
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from TexImage
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Kristian Høgsbergintel: Implement __DRIimage::createSubImage and bump...
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-14 Eric Anholtintel: Fix compile warning from 7b6424143d8bf572cadd46a...
2012-03-25 Dave Airlieintel: fix TFP at 16-bpp
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-27 Chad Versacei965: Create mock implementation of GL_OES_EGL_image_ex...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Replace intel_texture_image::stencil_irb with...
2011-11-22 Chad Versaceintel: Remove unneeded params from intel_renderbuffer_s...
2011-11-22 Chad Versaceintel: Replace intel_renderbuffer::region with a miptre...
2011-11-01 Eric AnholtRevert "intel: Drop the immediate validation of the...
2011-10-26 Eric Anholtintel: Drop texture border support code.
2011-10-23 Brian Paulintel: remove duplicated #include of texstore.h
2011-10-23 Brian Paulmesa: remove _mesa_alloc_texmemory(), _mesa_free_texmem...
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-10-03 Eric Anholtintel: Make PBO TexImage use AllocTextureImageBuffer...
2011-10-03 Eric Anholtintel: Rely on Mesa core for glTexImage storage.
2011-10-03 Eric Anholtintel: Allocate s8z24 separate renderbuffers from Alloc...
2011-10-03 Eric Anholtintel: Add an AllocTextureImageBuffer() implementation...
2011-09-27 Eric Anholtintel: Drop our custom glGetTexImage() code.
2011-09-27 Brian Paulmesa: Convert GetCompressedTexImage to using MapTexture...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-26 Eric Anholtintel: Drop stale comment about CopyTexSubImage.
2011-09-26 Eric Anholtintel: Rely on AllocTextureImageBuffer for our teximage...
2011-09-26 Eric Anholtintel: Rely on mesa core for compressed texture image...
2011-09-26 Eric Anholtintel: Allow src == NULL and *dst != NULL in intel_mipt...
2011-09-26 Eric Anholtintel: Drop the "intel" argument to intel_miptree_relea...
2011-09-26 Eric Anholtintel: Drop the immediate validation of the texture...
2011-09-26 Eric Anholtintel: Fix improper freeing of texture data in TFP.
2011-09-26 Eric Anholtintel: Refactor texture_from_pixmap and EGL_image regio...
2011-09-22 Eric Anholtintel: Unindent the blit call in PBO blit uploads.
2011-09-22 Eric Anholtintel: Drop gratuitous flush in PBO blit upload.
2011-09-22 Eric Anholtintel: Clean up check_pbo_format to ignore internalFormat.
2011-09-22 Eric Anholtintel: Move more of the PBO blit upload logic into...
2011-09-22 Eric Anholtintel: Remove the pbo zero-copy code.
2011-09-22 Eric Anholtintel: Remove extra FreeTextureImageBuffer() from glTex...
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘depth0’"
2011-08-29 Eric Anholtintel: Add implementation of MapTextureImage/UnmapTextu...
2011-08-29 Eric Anholtmesa: Rename FreeTexImageData to FreeTextureImageBuffer.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulintel: use new gl_texture_image:Face, Level fields
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-12 Eric Anholtintel: Use _mesa_tex_target_to_face() helper function...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Chad Versaceintel: During glTexImage, allocate renderbuffers for...
2011-06-24 Chad Versaceintel: Perform gather on s8z24 texture images during...
2011-06-24 Chad Versaceintel: Define functions intel_texture_s8z24_scatter...
2011-06-24 Chad Versaceintel: Add fields to intel_texture for faking s8z24...
2011-06-14 Eric Anholtintel: Drop the cpp argument to intel_miptree_create().
2011-06-14 Eric Anholtintel: Calculate compress_byte in intel_miptree_create.
2011-06-14 Eric Anholtintel: Use the gl_format to get the base_format for...
2011-06-14 Eric Anholtintel: Drop the internal_format field of the mipmap...
2011-06-14 Eric Anholtintel: Add the MESA_FORMAT as a field of the miptree.
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Roland Scheideggermesa: get rid of homegrown logbase2 implementation...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-03-29 Ian Romanickintel: Don't leak the tex object miptree when replacing it
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-04 Chris Wilsoni965: Align index to type size and flush if the type...
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsonintel: Pack dynamic draws together
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Eric Anholtintel: When making a new teximage miptree, make a full...
2011-01-11 Eric AnholtRevert "intel: Always allocate miptrees from level...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-09 Vinson Leeintel: Include mfeatures.h in files that perform featur...
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Eric Anholtintel: Always allocate miptrees from level 0, not tObj...
2011-01-06 Eric Anholtintel: Drop unused first/lastlevel args to miptree_crea...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-18 Brian Paulmesa: pass gl_format to _mesa_init_teximage_fields()
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Eric Anholtintel: Remove duplicated teximage miptree to object...
2010-11-03 Eric Anholtintel: Avoid taking logbase2 of several things that...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
next