meson: drop unused dep_{thread,dl}
[mesa.git] / src / gallium / drivers / r300 / r300_texture_desc.c
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákpb_buffer: switch pb_buffer::size to 64 bits
2013-08-27 Marek Olšákr300g: enable MSAA on r300-r400, be careful about using...
2013-07-15 Marek OlšákRevert "r300g: allow HiZ with a 16-bit zbuffer"
2013-02-07 Marek Olšákr300g: put textures with usage=staging in GTT and make...
2013-02-06 Marek Olšákr300g: fix blending and alpha-test with RGBX16F and...
2013-01-21 Marek Olšákr300g: add a workaround for the AA colorbuffer addressi...
2013-01-21 Marek Olšákr300g: allow resolutions up to 1280x1024 with AA optimi...
2013-01-21 Marek Olšákr300g: enable AA optimizations for the RGBA16F format
2013-01-15 Marek Olšákr300g: implement MSAA compression and fast MSAA color...
2013-01-14 Marek Olšákr300g: fix MSAA resolve to an untiled texture
2013-01-14 Marek Olšákr300g: advertise MSAA support for the RGB10_A2 format...
2013-01-14 Marek Olšákr300g: allow HiZ with a 16-bit zbuffer
2013-01-07 Jerome Glisseradeon/winsys: move radeon family/class identification...
2013-01-06 Marek Olšákr300g: implement MSAA
2012-04-23 Marek Olšáku_vbuf: remove u_vbuf_resource
2012-01-01 Marek Olšákr300g: rework resource_copy_region, not changing pipe_r...
2011-10-20 Marek Olšákr300g: don't return NULL in resource_from_handle if...
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-07-25 Marek Olšákwinsys/radeon: simplify how value queries work
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-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Nicolas Peninguyr300g: fix alignement for NPOT values in hyperz setup
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-02-28 Marek Olšákr300g: fix HiZ memory size computation and deciding...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-16 Marek Olšákr300g: fix blitting NPOT compressed textures
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-01-28 Marek Olšákr300g: 8x8-compressed zbuffer can only be point-sampled
2011-01-28 Marek Olšákr300g: fix and re-enable 8x8 zbuffer compression mode
2011-01-27 Marek Olšákr300g: rename flag squaretiling -> drm_2_1_0
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
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-02 Marek Olšákr300g: fix up cubemap texture offset computation
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
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-05 Marek Olšákr300g: fix microtiling for 16-bits-per-channel formats
2010-09-28 Marek Olšákr300g: add support for 3D NPOT textures without mipmapping
2010-09-26 Marek Olšákr300g: fix macrotiling on R350
2010-09-24 Marek Olšákr300g: fix a copy-paste typo for logging
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-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
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-01 Marek Olšákr300g: fix microtiling on RS6xx
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-25 Marek Olšákr300g: make sure a texture is large enough for the...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN if the width is POT and...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN for power-of-two textures...
2010-07-25 Marek Olšákr300g: cleanup texture creation code