summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary/indices: add start paramRob Clark2013-10-292-2/+2
* svga: reindent drawing codeBrian Paul2013-10-293-266/+199
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* svga: remove user-space vertex/index buffer codeBrian Paul2013-10-246-259/+13
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-10/+1
* svga: remove unneeded include of u_double_list.hBrian Paul2013-10-231-2/+0
* svga: minor fix-ups in svga_get_shader_param()Brian Paul2013-10-161-2/+3
* svga: s/0/FALSE/Brian Paul2013-10-111-2/+2
* svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()Brian Paul2013-10-041-1/+1
* svga: don't hook in old bind_fragment_sampler_states() functionsBrian Paul2013-10-031-9/+0
* svga: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* svga: fix pixel center integerBrian Paul2013-09-301-2/+4
* svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERBrian Paul2013-09-301-1/+1
* svga: we don't support TGSI_OPCODE_CONTBrian Paul2013-09-302-2/+5
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+8
* svga: replace 0 with PIPE_OK in a few placesBrian Paul2013-08-263-5/+5
* svga: minor clean-ups in emit_hw_vs_vdecl()Brian Paul2013-08-211-6/+6
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+1
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-9/+9
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* svga: pass svga_compile_key by reference instead of valueBrian Paul2013-06-281-7/+7
* svga: use switch statement in svga_shader_type()Brian Paul2013-06-281-5/+10
* svga: allow 3D transfers in svga_texture_transfer_map()Brian Paul2013-06-251-4/+3
* svga: use new svga_define_texture_level() helperBrian Paul2013-06-252-2/+15
* svga: fix layer/level mix-up in svga_mark_surface_dirty()Brian Paul2013-06-251-1/+1
* svga: use new svga_age_texture_view() helperBrian Paul2013-06-252-1/+14
* svga: add array index assertion in svga_validate_sampler_view()Brian Paul2013-06-251-0/+1
* svga: use svga_texture() helper instead of castingBrian Paul2013-06-251-1/+1
* svga: minor cleanups, comments in svga_tgsi_insn.cBrian Paul2013-06-221-8/+19
* svga: add null ptr check in svga_get_tex_sampler_view()Brian Paul2013-06-221-0/+3
* svga: add some comments about primitive conversionBrian Paul2013-06-192-11/+26
* svga: reindent svga_tgsi.cBrian Paul2013-06-191-63/+65
* svga: whitespace, comment, formatting fixes in svga_tgsi_emit.hBrian Paul2013-06-191-42/+56
* svga: move some svga/tgsi functionsBrian Paul2013-06-193-125/+149
* svga: formatting fixes in svga_tgsi_insn.cBrian Paul2013-06-191-260/+395
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warningBrian Paul2013-05-291-0/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-252-9/+13
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-2/+2
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+2
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* svga: misc whitespace and comment fixes in svga_cmd.cBrian Paul2013-05-091-82/+82
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* scons: Support clang.José Fonseca2013-04-251-1/+1
* scons: Remove redundant code.José Fonseca2013-04-251-3/+0
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-232-2/+2
* svga: remove TGSI_OPCODE_BREAKC instruction translationRoland Scheidegger2013-04-201-1/+0
* svga: whitespace, comment fixes in svga_pipe_query.cBrian Paul2013-04-191-41/+49
* svga: whitespace, comment fixes in svga_pipe_fs/vs.cBrian Paul2013-04-192-48/+41