summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i965g: Delete this driver.Kai Wasserbäch2011-11-291-460/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-7/+7
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-2/+0
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-4/+2
* gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* gallium: include u_format.h for util_format_is_supportedMarcin Slusarz2011-04-171-0/+1
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-151-0/+3
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-7/+5
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* i965g: fix warningsDave Airlie2011-01-091-1/+0
* i965g: update disassembler code from classic.Dave Airlie2011-01-091-0/+1
* i965g: update to similiar gen stuff as i965Dave Airlie2011-01-091-38/+20
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-1/+0
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+2
* i965g: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+5
* i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-141-1/+2
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+44
* i965g: Move bootstrap code to targetsJakob Bornecrantz2010-06-231-1/+2
* i965g: Moved pci_id to winsys structJakob Bornecrantz2010-06-231-4/+4
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-0/+3
|\
| * i965g: adapt to clear interface changesRoland Scheidegger2010-05-291-0/+3
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-29/+29
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+6
|\
| * i965g: adapt to interface changesRoland Scheidegger2010-05-171-2/+6
* | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-081-3/+3
* i965: Rename pipe formats.José Fonseca2010-03-011-17/+17
* i965g: added missing texture cap queriesBrian Paul2010-02-221-0/+4
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* i965g: Silence uninitialized variable warning.Vinson Lee2010-01-261-0/+3
* i965g: fixes to build after merge of masterKeith Whitwell2009-12-211-1/+1
* i965g: add DEBUG_WINSYS flagKeith Whitwell2009-12-211-1/+1
* i965g: turn on texture tiling by defaultKeith Whitwell2009-11-301-0/+3
* brw: add dumping to gem winsysKeith Whitwell2009-11-301-0/+11
* i965g: Fixup texture formatsJakob Bornecrantz2009-11-071-7/+38
* i965g: Formalize on S8Z24 as the suported depth formatJakob Bornecrantz2009-11-071-0/+2
* i965g: add dumping for our new pass_fp outputKeith Whitwell2009-11-061-1/+1
* i965g: disassemble each instruction as generatedKeith Whitwell2009-11-061-0/+1
* i965g: add DEBUG_MIN_URB flagKeith Whitwell2009-11-061-1/+2
* i965g: remove/disable inactive state atomsKeith Whitwell2009-11-061-0/+1
* i965g: add missing buffer functionsKeith Whitwell2009-11-041-1/+1
* i965g: hook up brw_screen.cKeith Whitwell2009-11-041-44/+32
* i965g: more work on compilingKeith Whitwell2009-10-241-0/+365