summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-29egl: Implement EGL_EXT_buffer_age extensionwip/egl-extensionsRobert Bragg6-18/+233
2012-02-29egl: Implements EGL_EXT_start_frameRobert Bragg27-2/+321
2012-02-29egl: Adds EGL_EXT_swap_buffers_with_damage implementationRobert Bragg7-3/+212
2012-02-11gallium/xvmc: r300 and r600 now depend on libdrm_radeonAlex Deucher2-2/+2
2012-02-10gallivm: Change getExtent and readByte to non-const with llvm-3.1.Vinson Lee1-0/+8
2012-02-10i965: Fix border color on Ironlake.Kenneth Graunke1-1/+1
2012-02-10i965/fs: Add support for generating MADs.Eric Anholt3-0/+56
2012-02-10i965/fs: Add missing register allocation for 3rd sources.Eric Anholt1-0/+2
2012-02-10i965: Add support for the MAD opcode on gen6+.Eric Anholt5-20/+342
2012-02-10Bump version to 8.1 (devel)Ian Romanick2-2/+2
2012-02-10radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8Alex Deucher1-1/+1
2012-02-10r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher1-0/+10
2012-02-10r600g: fix tex tile_type offset for caymanAlex Deucher2-1/+7
2012-02-10st/wgl: refactor stw_pixelformat_init()Brian Paul1-58/+51
2012-02-10st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca6-16/+109
2012-02-10st/wgl: Invoke SetPixelFormat twice for pbuffers.José Fonseca1-1/+2
2012-02-10st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca6-21/+26
2012-02-10st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca1-1/+1
2012-02-10mesa: remove unused gl_shared_state::DriverData fieldBrian Paul1-2/+0
2012-02-10docs: remove link to the GLSL compiler pageBrian Paul1-1/+0
2012-02-10docs: add VMware linkBrian Paul1-1/+2
2012-02-10docs: update info about supported systems, GPUs, APIsBrian Paul1-12/+56
2012-02-10docs: add news item for 8.0 releaseBrian Paul1-0/+10
2012-02-10docs: Add 8.0 MD5 checksumsIan Romanick1-1/+3
2012-02-10mesa: fix proxy texture target initializationBrian Paul1-7/+12
2012-02-10mesa: remove unused gl_pixelmap::Map8[] arrayBrian Paul2-3/+0
2012-02-10st/mesa: stop using Map8[] tables in load_color_map_texture()Brian Paul1-5/+6
2012-02-10mesa: remove unused _mesa_map_ci8_to_rgba8()Brian Paul2-32/+0
2012-02-10mesa: fix error handling in get_tex_rgba_compressed()Brian Paul1-0/+2
2012-02-10mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy()Brian Paul1-41/+6
2012-02-10mesa: push row stride adjustment down into _mesa_decompress_image()Brian Paul2-12/+11
2012-02-10mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul3-37/+25
2012-02-10mesa: make _mesa_invalidate_shine_table() staticBrian Paul2-6/+9
2012-02-10mesa: remove gl_light::_SpotExpTable fieldBrian Paul6-68/+4
2012-02-10meta: replace abort() with _mesa_problem()Brian Paul1-1/+2
2012-02-10mesa: fix comment typoBrian Paul1-1/+1
2012-02-10st/vdpau: use matrix filter to blur/sharpen videoChristian König3-7/+81
2012-02-10vl: add a matrix/convolution filterChristian König3-0/+379
2012-02-10st/vdpau: use median filter for noise reductionChristian König3-60/+248
2012-02-10vl: add a median filter for noise reductionChristian König3-0/+469
2012-02-09i965/gen7: Fix the length of the MULTISAMPLE state packet in the HiZ op.Eric Anholt1-1/+1
2012-02-09i965/gen7: Fix the length of the DS state packet in the HiZ op.Eric Anholt1-1/+1
2012-02-09i965/gen7: Fix GPU hangs from the HiZ op.Eric Anholt1-2/+3
2012-02-09glsl: Avoid excessive loop unrolling.Mathias Fröhlich1-0/+15
2012-02-09mesa: fix maximum allowed proxy texture size conditionAnuj Phogat1-11/+11
2012-02-09st/mesa: exit the update fragment samplers/textures loops early.Dave Airlie2-12/+23
2012-02-09st/mesa: fixup NDEBUG vs DEBUG causing debug path to get taken.Dave Airlie1-3/+3
2012-02-09mesa: enable remap table when --enable-shared-glapiChia-I Wu1-0/+3
2012-02-09vbo: unmap vertex store before executing listsBrian Paul3-12/+40
2012-02-09gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller19-16/+52