r300g: implement MSAA compression and fast MSAA color clear
[mesa.git] / src / gallium / drivers / r300 / r300_texture.c
2013-01-15 Marek Olšákr300g: implement MSAA compression and fast MSAA color...
2013-01-10 Marek Olšákr300g: don't set sample positions to the pixel center...
2013-01-09 Marek Olšákr300g: optionally log MSAA resources to stderr
2013-01-06 Marek Olšákr300g: implement MSAA
2012-12-12 Marek Olšákwinsys/radeon: don't use BIND flags, add a flag for...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-01 Marek Olšákr300g: refuse to create too large textures
2012-12-01 Marek Olšákr300g: fix memory leaks in texture_create error paths
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-14 Marek Olšákr300g: fix colormask with non-BGRA formats
2012-05-16 Michel Dänzergallium/radeon: Fix r300g tiling breakage.
2012-04-29 Marek Olšákr300g: use u_default_transfer_inline_write
2012-04-23 Marek Olšáku_vbuf: remove u_vbuf_resource
2012-02-17 Marek Olšákr300g: don't use pipe_screen::winsys
2012-02-12 Marek Olšákr300g: always fail to create a multisample resource
2012-02-06 Jerome Glisser600g: add support for common surface allocator for...
2012-01-01 Marek Olšákr300g: inline r300_resource_set_properties
2012-01-01 Marek Olšákr300g: rework resource_copy_region, not changing pipe_r...
2011-12-24 Marek Olšákwinsys/radeon: move managing GEM domains back to drivers
2011-12-12 Marek Olšákr300g: integer and fixed-point 16.16 textures are not...
2011-10-20 Marek Olšákr300g: don't return NULL in resource_from_handle if...
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-08 Marek Olšákr300g: remove unused r300_resource::tex_offset
2011-09-30 Marek Olšákwinsys/radeon: move GEM domains out of the drivers...
2011-09-30 Marek Olšákwinsys/radeon: remove a redundant parameter 'size'...
2011-09-28 Marek Olšákr300g: remove useless variables in some structures
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Marek Olšákgallium/util: add functions for manipulating swizzles
2011-07-25 Marek Olšákwinsys/radeon: remove usage parameter from buffer_create
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-25 Marek Olšákr300g: drop support for ARGB, ABGR, XRGB, XBGR render...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Marek Olšákr300g/winsys: rename r300->radeon and do a little cleanup
2011-04-15 Marek Olšákr300g: enable A/L/LA/I float render targets
2011-04-08 Marek Olšákr300g: fix texturing with sizes > 2048 on r500
2011-04-05 Marek Olšákr300g: fix RG/LATC1_SNORM by doing UNORM->SNORM convers...
2011-03-29 Marek Olšákr300g: add support for all render targets with one...
2011-03-29 Marek Olšákr300g: finish up signed normalized textures and render...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-08 Marek Olšákr300g: add LATC support
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Marek Olšákr300g: require DRM 2.3.0 (kernel 2.6.34)
2011-03-01 Marek Olšákr300g: fix RGTC2_SNORM
2011-03-01 Marek Olšákr300g: reorder parts of translate_texformat
2011-03-01 Marek Olšákr300g: fix RGTC1_UNORM and RGTC2_UNORM
2011-02-28 Marek Olšákr300g: fix HiZ memory size computation and deciding...
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Dave Airlier300g: force swizzles for RGTC
2011-02-24 Dave Airlier300g: explicit sign bits on RGTC textures
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-16 Marek Olšákr300g: fix a race between CS and SET_TILING ioctls
2011-02-11 Marek Olšákr300g: import the last bits of libdrm and cleanup the...
2011-02-10 Marek Olšákr300g: add a way to change texture properties arbitrarily
2011-02-10 Marek Olšákr300g: consolidate buffers and textures to r300_resource
2011-02-10 Marek Olšákr300g: simplify WRITE_RELOC API and cleanup
2011-02-10 Marek Olšákr300g: use format from pipe_surface instead of pipe_res...
2011-02-10 Marek OlšákRevert "r300g: support sRGB colorbuffers"
2011-02-03 Henri Verbeetr300g: Make the buffer and texture vbtls static const.
2011-01-27 Marek Olšákr300g: rename flag squaretiling -> drm_2_1_0
2011-01-27 Marek Olšákr300g: fix some bugs with zbuffer compression (v4)
2011-01-23 Marek Olšákr300g: support sRGB colorbuffers
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Marek Olšákr300g: fix precision issues with B10G10R10A2
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-23 Marek Olšákr300g: add support for B2G3R3 texturing
2010-12-13 Dave Airlier300g: fixup rs690 tiling stride alignment calculations.
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-03 Marek Olšákr300g: use internal BO handle for add_buffer and write_...
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-12-01 Marek Olšákr300g: fix texture swizzling with compressed textures...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-02 Marek Olšákr300g: add support for L8A8 colorbuffers
2010-10-02 Marek Olšákr300g: add support for R8G8 colorbuffers
2010-09-29 Marek Olšákr300g: add support for formats beginning with X, like...
2010-09-28 Marek Olšákr300g: add support for 3D NPOT textures without mipmapping
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Marek Olšákr300g: add new debug options for dumping scissor regs...
2010-09-04 Marek OlšákRevert "r300g: refuse to create a texture with size 0"
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-28 Marek Olšákr300g: fix blitting between 2D NPOT mipmaps
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-05 Dave Airlier300g: implement hyper-z support. (v4)
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-25 Marek Olšákr300g: implement D24X8 texture sampling for r3xx-r4xx
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN if the width is POT and...
2010-07-25 Marek Olšákr300g: cleanup texture creation code
next