mesa.git
2012-02-15 Brian Paulgallium: fix some comments in p_state.h
2012-02-15 Brian Paulmesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format...
2012-02-15 Brian Paulst/mesa: use _mesa_pack_ubyte_stencil_row() in draw_ste...
2012-02-15 Brian Paulst/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user...
2012-02-15 Brian Paulst/mesa: use u_surface_default_template() helper
2012-02-15 Brian Paulst/mesa: remove redundant memset(surface_template,0)
2012-02-15 Brian Paulst/mesa: remove st_renderbuffer::stride
2012-02-15 Brian Paulst/mesa: remove st_renderbuffer::format
2012-02-15 Brian Paulmesa: fix comment typos in fbobject.c
2012-02-15 Kenneth Graunkei965/fs: Take # of components into account in try_rewri...
2012-02-15 Kenneth Graunkei965/fs: Add a new fs_inst::regs_written function.
2012-02-15 Dave Airliellvmpipe: fix fogcoord writing (v2)
2012-02-15 Anuj Phogatmeta: Avoid FBO resizing/reallocating in decompress_tex...
2012-02-14 Christian Königst/vdpau: fix a small memory leak
2012-02-14 Christian Königvl: fix low strength denoise filter
2012-02-14 Jerome Glisser600g: fix tiling with cayman and virtual memory
2012-02-14 Paul Berryi915: Fix type of "specoffset" variable.
2012-02-14 Eric Anholti965/fs: Enable register spilling on gen7 too.
2012-02-14 Eric Anholti965: Report the failure message when failing to compil...
2012-02-14 Simon Farnsworthr600g: Use a fake reloc to sleep for fences
2012-02-14 Marek Olšákr600g: consolidate set_blend_color code
2012-02-14 Marek Olšákr600g: consolidate more translate functions
2012-02-14 Marek Olšákr600g: inline r600_translate_ds_func
2012-02-14 Marek Olšákr600g: remove unused variable
2012-02-14 Marek Olšákr600g: consolidate some translate functions
2012-02-14 Marek OlšákRevert "r600g: don't advertise integer textures without...
2012-02-14 Marek Olšákr600g: don't advertise integer textures without GLSL 1.3
2012-02-13 Anuj Phogatmeta: Add pixel store/pack operations in decompress_tex...
2012-02-13 Brian Paulmesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV case
2012-02-13 Stéphane Marchesingallivm: Replace architecture test with PIPE_ARCH_*
2012-02-13 Stéphane Marchesini915g: Remove useless draw calls.
2012-02-13 Stéphane Marchesini915g: Add a way to profile the contents of command...
2012-02-13 Stéphane Marchesini915g: Fix comments.
2012-02-13 Stéphane Marchesini915g: Don't emit state when it's already bound.
2012-02-13 Stéphane Marchesini915g: Remove unused poly stipple state.
2012-02-13 Stéphane Marchesini915g: Implement stipple with draw.
2012-02-13 Stéphane Marchesini915g: Fix comment.
2012-02-13 Stéphane Marchesini915g: Move ureg defines to the header so we can share...
2012-02-13 Stéphane Marchesini915g: Separate declarations and program in the fragmen...
2012-02-12 Dave Airliest/mesa: only resolve if number of samples is > 1
2012-02-12 Brian Paulswrast: fix span color type selection
2012-02-12 Dave Airlieextensions: remove unused code.
2012-02-12 Dave Airliemesa/texparam: drop double semicolons
2012-02-12 Marek Olšákr300g: always fail to create a multisample resource
2012-02-12 Marek Olšákr300g: assert-fail when calling resource_resolve
2012-02-11 Alex Deuchergallium/xvmc: r300 and r600 now depend on libdrm_radeon
2012-02-11 Vinson Leegallivm: Change getExtent and readByte to non-const...
2012-02-11 Kenneth Graunkei965: Fix border color on Ironlake.
2012-02-11 Eric Anholti965/fs: Add support for generating MADs.
2012-02-11 Eric Anholti965/fs: Add missing register allocation for 3rd sources.
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-02-10 Ian RomanickBump version to 8.1 (devel)
2012-02-10 Alex Deucherradeon: build fix after 9d9111108eadd65708899284b1cfa9c...
2012-02-10 Alex Deucherr600g: 128 bit formats require tile_type = 1 on cayman
2012-02-10 Alex Deucherr600g: fix tex tile_type offset for cayman
2012-02-10 Brian Paulst/wgl: refactor stw_pixelformat_init()
2012-02-10 José Fonsecast/wgl: Properly support non-displayble pixel formats...
2012-02-10 José Fonsecast/wgl: Invoke SetPixelFormat twice for pbuffers.
2012-02-10 José Fonsecast/wgl: Just pass pPixelFormat to stw_pixelformat_get_i...
2012-02-10 José Fonsecast/wgl: Fix argument of stw_pixelformat_get_info().
2012-02-10 Brian Paulmesa: remove unused gl_shared_state::DriverData field
2012-02-10 Brian Pauldocs: remove link to the GLSL compiler page
2012-02-10 Brian Pauldocs: add VMware link
2012-02-10 Brian Pauldocs: update info about supported systems, GPUs, APIs
2012-02-10 Brian Pauldocs: add news item for 8.0 release
2012-02-10 Ian Romanickdocs: Add 8.0 MD5 checksums
2012-02-10 Brian Paulmesa: fix proxy texture target initialization
2012-02-10 Brian Paulmesa: remove unused gl_pixelmap::Map8[] array
2012-02-10 Brian Paulst/mesa: stop using Map8[] tables in load_color_map_tex...
2012-02-10 Brian Paulmesa: remove unused _mesa_map_ci8_to_rgba8()
2012-02-10 Brian Paulmesa: fix error handling in get_tex_rgba_compressed()
2012-02-10 Brian Paulmesa: use _mesa_format_matches_format_and_type() in...
2012-02-10 Brian Paulmesa: push row stride adjustment down into _mesa_decomp...
2012-02-10 Brian Paulmesa: replace GET_SHINE_TAB_ENTRY() macro with an inlin...
2012-02-10 Brian Paulmesa: make _mesa_invalidate_shine_table() static
2012-02-10 Brian Paulmesa: remove gl_light::_SpotExpTable field
2012-02-10 Brian Paulmeta: replace abort() with _mesa_problem()
2012-02-10 Brian Paulmesa: fix comment typo
2012-02-10 Christian Königst/vdpau: use matrix filter to blur/sharpen video
2012-02-10 Christian Königvl: add a matrix/convolution filter
2012-02-10 Christian Königst/vdpau: use median filter for noise reduction
2012-02-10 Christian Königvl: add a median filter for noise reduction
2012-02-10 Eric Anholti965/gen7: Fix the length of the MULTISAMPLE state...
2012-02-10 Eric Anholti965/gen7: Fix the length of the DS state packet in...
2012-02-10 Eric Anholti965/gen7: Fix GPU hangs from the HiZ op.
2012-02-09 Mathias Fröhlichglsl: Avoid excessive loop unrolling.
2012-02-09 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-02-09 Dave Airliest/mesa: exit the update fragment samplers/textures...
2012-02-09 Dave Airliest/mesa: fixup NDEBUG vs DEBUG causing debug path to...
2012-02-09 Chia-I Wumesa: enable remap table when --enable-shared-glapi
2012-02-09 Brian Paulvbo: unmap vertex store before executing lists
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-02-09 Carl Worthdri: Emit a critical error if the swrast driver fails...
2012-02-09 Carl Worthdri: Emit a critical error if a named driver fails...
2012-02-09 Carl Worthdri: Add a CriticalErrorMessageF macro.
2012-02-09 Carl Worthdri: Clarify comments on InfoMessageF and ErrorMessageF...
2012-02-08 Chad Versaceglsl: Fix Android build
2012-02-08 Christian Königr600g: fix handling of outputs as TEX addr sources
2012-02-08 Chad Versacei965: Remove file i965/junk, accidentally added in...
2012-02-08 Dave Airliest/mesa: avoid vertex texture and sampler updates for...
next