mesa.git
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...
2012-02-08 Kenneth Graunkei965: Remove broken symlink to intel_decode.c.
2012-02-08 Eric Anholti965/fs: Implement GL_CLAMP behavior on texture rectang...
2012-02-08 Eric Anholti965/fs: Move GL_CLAMP handling to coordinate setup.
2012-02-08 Eric Anholti965: Fix HiZ change compiler warning.
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-02-07 Ian Romanickintel: Avoid divide by zero for very small linear blits
2012-02-07 Ian Romanickintel: Remove num_mapped_regions assertion from _intel_...
2012-02-07 Tobias Drostegallium/gbm: r300 and r600 now depend on libdrm
2012-02-07 Brian Paulr600g: remove unused vars to silence warnings
2012-02-07 Brian Paulmesa: remove unused _mesa_error_check_format_type(...
2012-02-07 Brian Paulmesa: stop using _mesa_error_check_format_type() in...
2012-02-07 Brian Paulmesa: stop using _mesa_error_check_format_type() in...
2012-02-07 Brian Paulmesa: remove redundant format/type checks in glReadPixels()
2012-02-07 Brian Paulmesa: remove redundant format/type checks in glGetTexIm...
2012-02-07 Brian Paulmesa: new _mesa_error_check_format_and_type() function
2012-02-07 Dave Airliescons: fix typo in package version
2012-02-07 Dave Airlieradeon: only init surface manage on r600
2012-02-07 José Fonsecascons: Require same pkg-config versions as configure.
2012-02-07 José Fonsecascons: r300/r600 now depends on libdrm.
2012-02-07 Brian Paulmesa: support more format/type combos in _mesa_dump_image()
2012-02-07 Brian Paulutil: fix typo in debug_printf_once comment
2012-02-06 Jerome Glisser600g: add support for common surface allocator for...
2012-02-06 Jon TURNEYHave __glImageSize handle format GL_DEPTH_STENCIL_NV...
2012-02-06 Christian Königst/vdpau: use dst surface size if clip width/height...
2012-02-06 Christian Königst/vdpau: implement vlVdpOutputSurfaceQueryCapabilities
2012-02-06 Christoph Bumillernv50: fix bad assertion on Elements(phi->src) in regalloc
2012-02-06 Jon TURNEYdri: Don't build libdricommon.la if we don't need it
2012-02-06 Christian Königvl: add VL_MAX_SURFACES define
2012-02-06 Christian Königvl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
2012-02-06 Christian Königvl: prefix size defines with VL_
2012-02-06 Christian Königvl: remove assert on unknown video profile
2012-02-06 Christian Königst/xvmc: respect caps when creating video buffers
2012-02-06 Christian Königst/vdpau: use interlacing capabilities
2012-02-06 Christian Königst/vdpau: implement uploads to interlaced video buffers
2012-02-06 Christian Königvl: add interlacing capabilities
2012-02-06 Christian Königvl: add a simple weave deinterlacer
2012-02-06 Christian Königvl/video_buffer: fix interlaced surface ordering
2012-02-06 Christian Königvl/video_buffer: fix height of interlaced video buffers
2012-02-06 Roland Scheideggermesa: check_index_bounds off-by-one fix
2012-02-04 Eric Anholtmesa: Fix xcb-dri2 link flags leaking into LIBS.
2012-02-04 Eugeni Dodonovintel: check for LLC support when reading maps
2012-02-04 Eugeni Dodonovintel: verify if hardware has LLC support
2012-02-04 Dave Airliedraw: fix fog coord export.
2012-02-04 Chih-Wei Huangvbo: fix a building error
2012-02-03 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2012-02-03 Keith Whitwellllvmpipe: clear storage for newly allocated resources
2012-02-03 Ian Romanickintel: FBOs with texture border are unsupported
2012-02-03 Ville Syrjalagallium/dri: Handle xserver that doesn't send needless...
2012-02-03 Eric Anholtglsl: Add error case for switch() with two default...
2012-02-03 Eric Anholtglsl: Throw an error when faced with a duplicated switc...
2012-02-03 Eric Anholtglsl: Add other missing error location information...
2012-02-03 Eric Anholtglsl: Add missing location info to case labels.
2012-02-03 Eric Anholtglsl: Throw the required error when a case label is...
2012-02-03 Eric Anholtglsl: Save and restore the whole switch state for nesting.
2012-02-03 Eric Anholtdri: Add Unigine Tropics as an app that requires the...
next