aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+2
* svga: add new memory-used HUD queryBrian Paul2013-04-038-1/+33
* svga: add HUD queries for number of draw calls, number of fallbacksBrian Paul2013-04-034-0/+61
* svga: refactor occlusion query codeBrian Paul2013-04-031-94/+124
* svga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICSBrian Paul2013-04-031-0/+1
* llvmpipe: put .bmp extension on dumped image filesBrian Paul2013-03-281-2/+2
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+3
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2
* gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst2013-03-161-0/+2
* svga: fix comment typosBrian Paul2013-02-261-1/+1
* svga: remove some extraneous whitespaceBrian Paul2013-02-231-8/+0
* svga: fix sRGB renderingBrian Paul2013-02-051-0/+11
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+4
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1