summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
2014-08-27gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+3
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+1
2014-08-15gallium/ilo: handle query_renderer capsEmil Velikov1-1/+1
2014-08-15gallium/i915: handle query_renderer capsEmil Velikov2-0/+28
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+1
2014-08-11gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák1-2/+0
2014-07-28gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák1-2/+2
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin1-1/+1
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+1
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin1-0/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+2
2014-06-21scons: avoid building any piece of i915Emil Velikov1-12/+0
2014-06-05i915g: Remove 4444 and 5551 formatsStéphane Marchesin2-4/+2
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller1-0/+1
2014-05-28i915g: Support B5G5R5A1 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Support R4G4B4A4 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Fix copy region codeStéphane Marchesin1-34/+14
2014-05-26i915g: Fix shader disasm codeStéphane Marchesin1-1/+0
2014-05-26i915g: Fallback to sw for npot copiesStéphane Marchesin1-2/+3
2014-05-26i915g: handle more formats in copyStéphane Marchesin3-11/+91
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2-4/+4
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+1
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+5
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-7/+0
2014-01-29i915g: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi1-1/+3
2014-01-29i915g: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi1-1/+1
2014-01-28i915g: support more PIPE_CAPsStéphane Marchesin1-3/+6
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-20i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca33-78/+78
2013-12-14gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2-5/+3
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-1/+3
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+1
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+2
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-5/+3
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-2/+20
2013-10-12i915g: Fix assertStephane Marchesin1-1/+1
2013-10-07i915g: Rename sampler to fragment_samplerStéphane Marchesin4-9/+9
2013-10-07i915g: Fix the sampler bind functionStéphane Marchesin1-19/+30
2013-10-03i915g: remove old bind_vertex/fragment_sampler_states() hooksBrian Paul1-2/+0
2013-10-03i915g: implement pipe_context::bind_sampler_states()Brian Paul1-0/+22
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+6
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-2/+6