summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-14clover: Query drivers for max clock frequencyclover-clockTom Stellard3-1/+8
2014-01-14radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard4-0/+19
2014-01-14gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard1-1/+2
2014-01-13Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config.Michał Górny1-2/+2
2014-01-13configure: Disable xvmc by defaultTom Stellard1-1/+1
2014-01-13glsl: Remove exec_list iterators now that nothing uses them.Kenneth Graunke2-88/+0
2014-01-13glsl: Replace iterators in ir_reader.cpp with ad-hoc list walking.Kenneth Graunke1-8/+10
2014-01-13glsl: Use a new foreach_two_lists macro for walking two lists at once.Kenneth Graunke12-92/+73
2014-01-13glsl: Statically cast parameter exec_node to ir_variable.Kenneth Graunke1-1/+1
2014-01-13glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.Kenneth Graunke4-6/+6
2014-01-13glsl: Replace foreach_iter and iter.remove() with foreach_list_safe.Kenneth Graunke1-6/+6
2014-01-13glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke12-36/+36
2014-01-13glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke26-178/+170
2014-01-13i965: Ensure that all necessary state is re-emitted if we run out of aperture.Paul Berry3-0/+21
2014-01-13r600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi flags correctlyMarek Olšák1-38/+31
2014-01-13r600g: handle NULL colorbuffers correctly on R600-R700Marek Olšák1-65/+55
2014-01-13r600g: handle NULL colorbuffers correctly on EvergreenMarek Olšák2-28/+54
2014-01-13radeonsi: handle NULL colorbuffers correctlyMarek Olšák1-9/+11
2014-01-13gallium/util: easy fixes for NULL colorbuffersMarek Olšák2-1/+7
2014-01-13st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák6-14/+40
2014-01-13mesa: handle GL_NONE draw buffers correctly in glClearMarek Olšák1-1/+5
2014-01-13st/mesa: use sRGB formats for MSAA resolving if destination is sRGBMarek Olšák1-0/+32
2014-01-13st/mesa: check depth and stencil writemask before clearingMarek Olšák1-2/+15
2014-01-13st/mesa: always prefer pipe->clear over clear_with_quad (v2)Marek Olšák1-5/+14
2014-01-13st/egl: Flush resources before presentationMartin Andersson3-0/+24
2014-01-13dri: set yInverted default to GL_TRUETapani Pälli1-0/+1
2014-01-13egl_dri2: call dri2_add_configs_for_visuals after extensions setTapani Pälli1-5/+6
2014-01-10mesa: Set the correct error in _mesa_BeginConditionalRenderIan Romanick1-11/+30
2014-01-10i965: Delete duplicate write_timestamp function.Kenneth Graunke3-39/+8
2014-01-10i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry8-30/+29
2014-01-10main: check texture target when validating layered framebuffers.Paul Berry1-3/+9
2014-01-09i965/gen6/blorp: Remove redundant HiZ workaroundChad Versace1-14/+0
2014-01-09i965/gen6/blorp: Set need_workaround_flush at top of blorpChad Versace1-1/+3
2014-01-09i965/gen6/blorp: Set need_workaround_flush immediately after primitiveChad Versace2-1/+3
2014-01-09docs: Import 10.0.2 release notes, add news item.Carl Worth3-1/+169
2014-01-09mesa: add missing SNORM formats in _mesa_base_fbo_format()Brian Paul1-0/+16
2014-01-09mesa: remove dead geom shader codeBrian Paul1-4/+0
2014-01-09docs: minor updates to VMware SVGA3D driver pageBrian Paul1-3/+11
2014-01-09mesa: check bits per channel for GL_RGBA_SIGNED_COMPONENTS_EXT queryBrian Paul1-7/+30
2014-01-09mesa: check for MESA_FORMAT_RGB9_E5_FLOAT in _mesa_is_format_signed()Brian Paul1-2/+3
2014-01-09st/mesa: fix breakage from gl_constant::Program[] changeBrian Paul1-13/+13
2014-01-09mesa: Use functions to convert gl_shader_stage to PROGRAM enum or pipe target.Paul Berry3-36/+39
2014-01-09main: Change init_program_limits() to use gl_shader_stage.Paul Berry1-9/+9
2014-01-09glsl: Index into ctx->Const.Program[] rather than using ad-hoc code.Paul Berry4-87/+17
2014-01-09mesa: Index into ctx->Const.Program[] rather than using ad-hoc code.Paul Berry1-15/+2
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry38-305/+303
2014-01-09llvmpipe: Honour pipe_rasterizer::point_quad_rasterization.José Fonseca1-10/+57
2014-01-09i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.Eric Anholt1-1/+2
2014-01-09i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.Eric Anholt1-1/+3
2014-01-09i965: Fix incorrect bounds tracking for blit readpixels's GPU access.Eric Anholt1-2/+1