summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-05svga: fix sRGB renderingBrian Paul1-0/+11
2013-02-04gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul1-0/+4
2013-02-04gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll1-0/+1
2013-02-01svga: check for NaN shader immediatesBrian Paul1-2/+4
2013-02-01svga: add, use SVGA3D_SURFACE_HINT_VOLUME flagBrian Paul2-0/+5
2013-01-25svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()Brian Paul1-1/+1
2013-01-25svga: add NULL pointer check in svga_create_sampler_state()Brian Paul1-0/+3
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-3/+0
2013-01-14gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr1-1/+2
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0