summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák2-2/+2
2015-08-21util/u_blitter: implement alpha blending for pipe->blitMarek Olšák1-1/+2
2015-08-14gallium: add an interface for EXT_depth_bounds_testMarek Olšák1-0/+1
2015-08-14gallium: add support for GLES texture float extensions (v3)Marek Olšák1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin13-36/+36
2015-07-16gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák1-0/+1
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák1-10/+0
2015-07-05gallium: handle fence_finish timeout in various driversMarek Olšák1-0/+3
2015-06-05tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák1-0/+1
2015-05-20gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2-3/+3
2015-05-12gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák1-0/+1
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+2
2015-04-27Fix a few typosZoë Blade4-4/+4
2015-04-01i915g: Implement EGL_EXT_image_dma_buf_importStéphane Marchesin2-1/+2
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta1-0/+7
2015-03-16gallium: add FMA and DFMA opcodes (v3)Marek Olšák1-0/+1
2015-02-20gallium: add new double-related shader caps to all the gettersIlia Mirkin1-0/+4
2015-02-17i915g: Use the actual MIN instruction.Kenneth Graunke1-15/+1
2015-02-17gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák1-0/+1
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