summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-02-16svga: Don't fake DXT compression ability.José Fonseca
2011-02-09svga: Don't advertise pixel shader addr register support.José Fonseca
2010-12-22svga: Remove unnecessary header.Vinson Lee
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-12svga: fill out CAPs for indirect addressingMarek Olšák
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-06-06svga: Move bootstrap code to targetsJakob Bornecrantz
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-05-29svga: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17svga: adapt to interface changesRoland Scheidegger
2010-05-03svga: Silent warning.José Fonseca
2010-05-03svga: Remove the screen private context.José Fonseca
2010-05-02svga: Include svga_surface.h in svga_screen.c.Vinson Lee
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-12svga: Advertise shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-04-20svga: Init surface functionsJakob Bornecrantz
2010-04-11svga: Remove unnecessary headers.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-02svga: Rename pipe formats.José Fonseca
2010-02-12svga: Clamp max cube texture levels to supported max 2d levels.José Fonseca
2010-02-12svga: Report the 2d/3d texture sizes supported by the host.José Fonseca
2010-02-11svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS queryBrian Paul
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-21svga: Remove unused code.José Fonseca
2010-01-21svga: Remove unnecessary headers.Vinson Lee
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell
2009-11-17svga: Add svga driverJakob Bornecrantz