summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_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-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-01-09i965g: fix warningsDave Airlie
2011-01-09i965g: update disassembler code from classic.Dave Airlie
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-12i965g: fill out CAPs for indirect addressingMarek Olšák
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-06-23i965g: Move bootstrap code to targetsJakob Bornecrantz
2010-06-23i965g: Moved pci_id to winsys structJakob Bornecrantz
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-05-29i965g: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17i965g: adapt to interface changesRoland Scheidegger
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-08i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELSBrian Paul
2010-03-01i965: Rename pipe formats.José Fonseca
2010-02-22i965g: added missing texture cap queriesBrian Paul
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-26i965g: Silence uninitialized variable warning.Vinson Lee
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell
2009-12-21i965g: add DEBUG_WINSYS flagKeith Whitwell
2009-11-30i965g: turn on texture tiling by defaultKeith Whitwell
2009-11-30brw: add dumping to gem winsysKeith Whitwell
2009-11-07i965g: Fixup texture formatsJakob Bornecrantz
2009-11-07i965g: Formalize on S8Z24 as the suported depth formatJakob Bornecrantz
2009-11-06i965g: add dumping for our new pass_fp outputKeith Whitwell
2009-11-06i965g: disassemble each instruction as generatedKeith Whitwell
2009-11-06i965g: add DEBUG_MIN_URB flagKeith Whitwell
2009-11-06i965g: remove/disable inactive state atomsKeith Whitwell
2009-11-04i965g: add missing buffer functionsKeith Whitwell
2009-11-04i965g: hook up brw_screen.cKeith Whitwell
2009-10-24i965g: more work on compilingKeith Whitwell