summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-25scons: Remove redundant code.José Fonseca1-3/+0
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2-2/+2
2013-04-20svga: remove TGSI_OPCODE_BREAKC instruction translationRoland Scheidegger1-1/+0
2013-04-19svga: whitespace, comment fixes in svga_pipe_query.cBrian Paul1-41/+49
2013-04-19svga: whitespace, comment fixes in svga_pipe_fs/vs.cBrian Paul2-48/+41
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+2
2013-04-03svga: add new memory-used HUD queryBrian Paul8-1/+33
2013-04-03svga: add HUD queries for number of draw calls, number of fallbacksBrian Paul4-0/+61
2013-04-03svga: refactor occlusion query codeBrian Paul1-94/+124
2013-04-03svga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICSBrian Paul1-0/+1
2013-03-28llvmpipe: put .bmp extension on dumped image filesBrian Paul1-2/+2
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-0/+3
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller1-0/+2
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-0/+2
2013-02-26svga: fix comment typosBrian Paul1-1/+1
2013-02-23svga: remove some extraneous whitespaceBrian Paul1-8/+0