summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915
Commit message (Expand)AuthorAgeFilesLines
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-2/+6
* i915g: Document fall-through switchStéphane Marchesin2013-09-061-4/+3
* i915g: Handle i915->batch == NULL correctly in flushStéphane Marchesin2013-09-061-1/+4
* i915g: Remove useless comparisonStéphane Marchesin2013-09-061-3/+2
* i915g: Fix initial array indexStéphane Marchesin2013-09-061-1/+1
* i915g: Implement writemask fixupStéphane Marchesin2013-09-043-38/+90
* i915g: Stop calling draw_prepare_shader_outputsStéphane Marchesin2013-09-041-2/+0
* i915g: Add more optimizationsStéphane Marchesin2013-09-043-58/+371
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-122-7/+5
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-5/+10
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-2/+2
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+2
* i915: Use Y tiling for texturesStéphane Marchesin2013-05-081-2/+7
* i915g: Optimize batchbuffer sizesStéphane Marchesin2013-05-081-3/+5
* i915g: Add more PIPE_CAP_* supportStéphane Marchesin2013-05-081-0/+9
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-042-3/+3
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie2013-04-171-3/+8
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-4/+4
* i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin2013-03-088-23/+36
* i915g: Update TODOStéphane Marchesin2013-03-081-12/+1
* 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
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* i915g: Convert to automakeMatt Turner2013-01-103-9/+37
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-042-3/+4
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-6/+6
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-312-7/+7
* gallium: remove unused data pointer from pipe_transferMarek Olšák2012-10-181-1/+0
* gallium: unify transfer functionsMarek Olšák2012-10-113-81/+50
* i915g: fix unused variable and type conversion warningsMarek Olšák2012-10-092-2/+1
* i915g: Don't clobber I915_NEW_FS on new framebuffer.Stéphane Marchesin2012-10-081-1/+1
* i915g: Call draw_set_mapped_vertex_buffer from draw_vboStéphane Marchesin2012-10-062-15/+17
* i915g: Get rid of the fixup state functions.Stéphane Marchesin2012-10-053-48/+0
* i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin2012-10-053-46/+23
* i915g: Don't update I915_HW_PROGRAM in update_framebufferStéphane Marchesin2012-10-051-2/+2
* Revert "i915g: Don't bind 0-length programs"Stéphane Marchesin2012-10-051-8/+2
* i915g: Don't bind 0-length programsStéphane Marchesin2012-10-041-2/+8
* i915g: Implement srgb textures the easy way.Stéphane Marchesin2012-10-023-102/+9
* i915g: Use X tiling for texturesStéphane Marchesin2012-10-021-7/+2
* i915g: implement blitMarek Olšák2012-09-302-23/+61