summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
11 daysdraw: try to prevent overflows on index buffersZack Rusin1-2/+2
11 daysdraw: 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-18i915g: 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-09i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin8-23/+36
2013-03-09i915g: 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-12Remove 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-30gallium: 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
2012-10-05i915g: Get rid of the fixup state functions.Stéphane Marchesin3-48/+0
2012-10-05i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin3-46/+23
2012-10-05i915g: Don't update I915_HW_PROGRAM in update_framebufferStéphane Marchesin1-2/+2
2012-10-05Revert "i915g: Don't bind 0-length programs"Stéphane Marchesin1-8/+2
2012-10-04i915g: Don't bind 0-length programsStéphane Marchesin1-2/+8
2012-10-03i915g: Implement srgb textures the easy way.Stéphane Marchesin3-102/+9
2012-10-03i915g: Use X tiling for texturesStéphane Marchesin1-7/+2
2012-09-30i915g: implement blitMarek Olšák2-23/+61
2012-09-30gallium/u_blitter: add gallium blit implementationMarek Olšák1-2/+2
2012-09-30gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák1-0/+1
2012-09-06Remove useless checks for NULL before freeingMatt Turner2-6/+4
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul3-10/+10
2012-08-16gallium: add a shader stage/type param to some draw functionsBrian Paul1-0/+3
2012-08-15gallium/u_blitter: implement blitting multisample resourcesMarek Olšák1-2/+2
2012-08-04i915g: silence a const pointer warningBrian Paul1-1/+1
2012-08-04gallium/u_blitter: add a query for checking whether copying is supportedMarek Olšák2-5/+9
2012-08-04gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák1-1/+1
2012-07-13draw,gallivm: Fix draw_get_shader_param.José Fonseca1-2/+0
2012-07-10gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák1-0/+1
2012-06-27i915g: Implement sRGB texturesStéphane Marchesin5-12/+128
2012-06-19gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund1-0/+1