summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2013-11-11svga: improve loops over color buffersBrian Paul6-10/+20
2013-11-11svga: document magic number of 8 render targets per batchBrian Paul1-1/+13
2013-11-07svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul1-5/+4
2013-11-07svga: return true for the PIPE_CAP_SM3 queryBrian Paul1-1/+3
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure1-2/+8
2013-10-29gallium/auxiliary/indices: add start paramRob Clark2-2/+2
2013-10-29svga: reindent drawing codeBrian Paul3-266/+199
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-24svga: remove user-space vertex/index buffer codeBrian Paul6-259/+13
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-10/+1
2013-10-23svga: remove unneeded include of u_double_list.hBrian Paul1-2/+0
2013-10-16svga: minor fix-ups in svga_get_shader_param()Brian Paul1-2/+3
2013-10-11svga: s/0/FALSE/Brian Paul1-2/+2
2013-10-04svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()Brian Paul1-1/+1
2013-10-03svga: don't hook in old bind_fragment_sampler_states() functionsBrian Paul1-9/+0
2013-10-03svga: implement pipe_context::bind_sampler_states()Brian Paul1-0/+1
2013-09-30svga: fix pixel center integerBrian Paul1-2/+4
2013-09-30svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERBrian Paul1-1/+1
2013-09-30svga: we don't support TGSI_OPCODE_CONTBrian Paul2-2/+5
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+8
2013-08-26svga: replace 0 with PIPE_OK in a few placesBrian Paul3-5/+5
2013-08-21svga: minor clean-ups in emit_hw_vs_vdecl()Brian Paul1-6/+6
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin1-0/+1
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-9/+9
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-06-28svga: pass svga_compile_key by reference instead of valueBrian Paul1-7/+7
2013-06-28svga: use switch statement in svga_shader_type()Brian Paul1-5/+10
2013-06-25svga: allow 3D transfers in svga_texture_transfer_map()Brian Paul1-4/+3
2013-06-25svga: use new svga_define_texture_level() helperBrian Paul2-2/+15
2013-06-25svga: fix layer/level mix-up in svga_mark_surface_dirty()Brian Paul1-1/+1
2013-06-25svga: use new svga_age_texture_view() helperBrian Paul2-1/+14
2013-06-25svga: add array index assertion in svga_validate_sampler_view()Brian Paul1-0/+1
2013-06-25svga: use svga_texture() helper instead of castingBrian Paul1-1/+1
2013-06-22svga: minor cleanups, comments in svga_tgsi_insn.cBrian Paul1-8/+19
2013-06-22svga: add null ptr check in svga_get_tex_sampler_view()Brian Paul1-0/+3
2013-06-19svga: add some comments about primitive conversionBrian Paul2-11/+26
2013-06-19svga: reindent svga_tgsi.cBrian Paul1-63/+65
2013-06-19svga: whitespace, comment, formatting fixes in svga_tgsi_emit.hBrian Paul1-42/+56
2013-06-19svga: move some svga/tgsi functionsBrian Paul3-125/+149
2013-06-19svga: formatting fixes in svga_tgsi_insn.cBrian Paul1-260/+395
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2013-05-29svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warningBrian Paul1-0/+2
2013-05-25gallium: Add support for multiple viewportsZack Rusin2-9/+13
2013-05-14draw: try to prevent overflows on index buffersZack Rusin1-2/+2
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin1-2/+2
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+1
2013-05-09svga: misc whitespace and comment fixes in svga_cmd.cBrian Paul1-82/+82
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-25scons: Support clang.José Fonseca1-1/+1