summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i915g: Add two new unsupported PIPE_CAPs.Stéphane Marchesin2011-10-071-0/+2
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-4/+8
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-1/+0
* i915g: Add unsupported PIPE_CAP_MIN_TEXEL_OFFSET/PIPE_CAP_MAX_TEXEL_OFFSET.Stéphane Marchesin2011-09-221-0/+3
* i915g: Blend equation separate seems to work.Stéphane Marchesin2011-09-211-6/+1
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-1/+1
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | i915g: Support PIPE_FORMAT_B10G10R10A2_UNORM.Stéphane Marchesin2011-06-281-0/+2
* | i915g: Enable GL_ARB_instanced_arrays.Stéphane Marchesin2011-06-271-1/+1
* | i915g: Fix point sprites.Stéphane Marchesin2011-06-241-1/+1
* | i915g: Add draw point sprites.Stéphane Marchesin2011-06-221-2/+1
* | i915g: Support more texture and render target formats.Stéphane Marchesin2011-06-221-0/+6
|/
* i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.Stéphane Marchesin2011-06-061-0/+5
* i915g: Fix typos in print messages.Vinson Lee2011-05-121-3/+3
* i915g: Enable S3TC texture supportChristopher Egert2011-04-291-0/+7
* 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
* i915g: Lie more so we get GLSLJakob Bornecrantz2011-03-131-2/+3
* i915g: Point sprite cap could be supportedJakob Bornecrantz2011-03-131-1/+2
* i915g: Sort cap listJakob Bornecrantz2011-03-131-1/+1
* 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
* i915g: enable separate depth/stencil clearsDaniel Vetter2011-03-101-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* i915g: Enable mirror repeat wrap modeJakob Bornecrantz2011-02-241-1/+1
* i915g: Add option to lie about capsJakob Bornecrantz2011-02-211-1/+6
* i915g: Anisotropic filtering worksJakob Bornecrantz2011-02-211-1/+1
* i915g: TODO about untested code hidden behind capsJakob Bornecrantz2011-02-211-2/+6
* i915g: Reorg capsJakob Bornecrantz2011-02-211-28/+42
* i915g: Add dummy flush_frontbufferJakob Bornecrantz2011-02-211-0/+15
* i915g: Remove unnecessary header.Vinson Lee2010-12-221-1/+0
* 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
* i915g: kill RGBA/X formatsDaniel Vetter2010-11-211-4/+0
* i915g: add pineview pci idsDaniel Vetter2010-11-211-0/+8
* i915g: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+5
* i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-131-1/+2
* i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee2010-09-131-0/+1
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+44
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-281-0/+1
|\
| * i915g: Move bootstrap code to targetsJakob Bornecrantz2010-06-061-0/+1
* | i915g: Rework debug print codeJakob Bornecrantz2010-06-221-0/+3
|/
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-0/+9
|\
| * i915g: adapt to clear interface changesRoland Scheidegger2010-05-291-0/+9
* | i915g: Move pci id to winsys structJakob Bornecrantz2010-05-291-5/+4
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-5/+14
|\
| * i915g: adapt to interface changesRoland Scheidegger2010-05-171-5/+14
* | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2