summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy1-0/+1
2015-02-02gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin1-0/+1
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger1-0/+1
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-12-08Remove useless checks for NULL before freeingMatt Turner1-6/+4
2014-11-22i915g: Fallback copy_render for ZS formatsStéphane Marchesin1-1/+11
2014-11-22i915g: Add back 4444 and 5551 formatsStéphane Marchesin2-2/+4
2014-11-22i915g: Don't limit blitter to POT texturesStéphane Marchesin1-3/+2
2014-11-22i915g: Align all texture dimensions to the next POTStéphane Marchesin1-28/+29
2014-11-22i915g: Fix typosStéphane Marchesin1-2/+2
2014-11-22i915g: Fix maxlod computation.Stéphane Marchesin1-3/+3
2014-11-22i915g: Fix offset for level != 0Stéphane Marchesin5-8/+27
2014-11-22i915g: Don't write constants past I915_MAX_CONSTANTStéphane Marchesin1-1/+1
2014-11-22i915g: Don't hardcode array size for phase countStéphane Marchesin1-1/+1
2014-11-12i915g: we also have more than 0 viewports!Kenneth Graunke1-0/+3
2014-10-24gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich1-0/+1
2014-10-21gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák1-0/+2
2014-09-24gallium/i915: add automake target 'template'Emil Velikov1-0/+11
2014-09-12gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin1-0/+1
2014-09-05gallium/i915: ship all files in the tarballEmil Velikov2-14/+32
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