summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-06i915g: Document fall-through switchStéphane Marchesin1-4/+3
2013-09-06i915g: Handle i915->batch == NULL correctly in flushStéphane Marchesin1-1/+4
2013-09-06i915g: Remove useless comparisonStéphane Marchesin1-3/+2
2013-09-06i915g: Fix initial array indexStéphane Marchesin1-1/+1
2013-09-04i915g: Implement writemask fixupStéphane Marchesin3-38/+90
2013-09-04i915g: Stop calling draw_prepare_shader_outputsStéphane Marchesin1-2/+0
2013-09-04i915g: Add more optimizationsStéphane Marchesin3-58/+371
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin1-0/+2
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul2-7/+5
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-5/+10
2013-05-14draw: try to prevent overflows on index buffersZack Rusin1-2/+2
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin1-2/+2
2013-05-08i915: Use Y tiling for texturesStéphane Marchesin1-2/+7
2013-05-08i915g: Optimize batchbuffer sizesStéphane Marchesin1-3/+5
2013-05-08i915g: Add more PIPE_CAP_* supportStéphane Marchesin1-0/+9
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu2-3/+3
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+1
2013-04-17i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie1-3/+8
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+1
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller1-0/+2
2013-03-19tgsi: use separate structure for indirect address v2Christian König1-4/+4
2013-03-08i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin8-23/+36
2013-03-08i915g: Update TODOStéphane Marchesin1-12/+1
2013-02-04gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul1-0/+1
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10i915g: Convert to automakeMatt Turner3-9/+37
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-3/+4
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-11-12gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger1-6/+6
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák1-0/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2-7/+7
2012-10-18gallium: remove unused data pointer from pipe_transferMarek Olšák1-1/+0
2012-10-11gallium: unify transfer functionsMarek Olšák3-81/+50
2012-10-09i915g: fix unused variable and type conversion warningsMarek Olšák2-2/+1
2012-10-08i915g: Don't clobber I915_NEW_FS on new framebuffer.Stéphane Marchesin1-1/+1
2012-10-06i915g: Call draw_set_mapped_vertex_buffer from draw_vboStéphane Marchesin2-15/+17