summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* i915g: Add more PIPE_CAP_* supportStéphane Marchesin2013-05-081-0/+9
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+1
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-1/+1
* draw,gallivm: Fix draw_get_shader_param.José Fonseca2012-07-131-2/+0
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* i915g: Implement sRGB texturesStéphane Marchesin2012-06-261-1/+4
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+3
* gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* i915g: report that all vertex formats are supportedMarek Olšák2012-04-241-1/+3
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+1
* gallium: remove PIPE_SHADER_CAP_OUTPUT_READMarek Olšák2012-02-271-2/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-2/+0
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+1
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-1/+3
* i915g: Don't invert signalled/unsignalled fencesStéphane Marchesin2012-01-181-2/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+1
* i915g: Add unsupported caps.Stéphane Marchesin2011-12-191-0/+4
* i915g: Add two unsupported caps.Stéphane Marchesin2011-12-191-0/+2
* i915g: Roll back to the previous shader limits.Stéphane Marchesin2011-12-131-1/+1
* i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.Stéphane Marchesin2011-12-011-0/+2
* 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-1/+0
* i915g: implement RGBX and BGRX render targetsVasily Khoruzhick2011-11-221-0/+2
* i915g: Use the right shader limits.Stéphane Marchesin2011-10-171-4/+4
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* i915g: Enable instanced drawing.Stéphane Marchesin2011-10-101-1/+1
* i915g: Implement vertex textures.Stéphane Marchesin2011-10-081-60/+69
* i915g: Cleanup caps code a bit.Stéphane Marchesin2011-10-081-7/+6
* 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