summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-14radeonsi: Rename r600->si remaining identifier in si_hw_context.c.Andreas Hartmetz1-1/+1
2014-01-14radeonsi: Rename radeonsi->si remaining identifiers in si_compute.c.Andreas Hartmetz1-8/+8
2014-01-14radeonsi: Rename r600->si remaining identifiers in si_blit.c.Andreas Hartmetz1-110/+110
2014-01-14radeonsi: Rename r600->si for functions in si_pipe.h.Andreas Hartmetz12-57/+57
2014-01-14radeonsi: Rename r600->si for functions in si.h.Andreas Hartmetz4-46/+46
2014-01-14radeonsi: Rename r600->si for functions in si_resource.h.Andreas Hartmetz9-17/+17
2014-01-14radeonsi: Rename r600->si for structs in si_resource.h.Andreas Hartmetz3-7/+7
2014-01-14radeonsi: Rename r600->si for structs in si.h.Andreas Hartmetz3-24/+24
2014-01-14radeonsi: Rename r600->si for structs in si_pipe.h.Andreas Hartmetz20-195/+195
2014-01-14radeonsi: Apply si_* file naming scheme.Andreas Hartmetz26-109/+81
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-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-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