summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-08dri: Emit a critical error if the swrast driver fails to load.Carl Worth1-2/+4
2012-02-08dri: Emit a critical error if a named driver fails to load.Carl Worth2-0/+4
2012-02-08dri: Add a CriticalErrorMessageF macro.Carl Worth2-0/+26
2012-02-08dri: Clarify comments on InfoMessageF and ErrorMessageF macros.Carl Worth1-1/+6
2012-02-08glsl: Fix Android buildChad Versace1-0/+1
2012-02-08r600g: fix handling of outputs as TEX addr sourcesChristian König1-1/+2
2012-02-08i965: Remove file i965/junk, accidentally added in 7b36c68Chad Versace1-0/+0
2012-02-08st/mesa: avoid vertex texture and sampler updates for 0 caseDave Airlie2-0/+5
2012-02-07i965: Remove broken symlink to intel_decode.c.Kenneth Graunke1-1/+0
2012-02-07i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+.Eric Anholt1-5/+49
2012-02-07i965/fs: Move GL_CLAMP handling to coordinate setup.Eric Anholt1-29/+21
2012-02-07i965: Fix HiZ change compiler warning.Eric Anholt1-1/+0