summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Revert "i915g: Implement stipple with draw."Stéphane Marchesin2-2/+1
2012-04-12Revert "i915g: Remove unused poly stipple state."Stéphane Marchesin2-0/+54
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+1
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard1-0/+3
2012-03-05Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2-12/+2
2012-02-27gallium: remove PIPE_SHADER_CAP_OUTPUT_READMarek Olšák1-2/+0
2012-02-24i915g: Fix fallout from 8e4540ec2a82e72be491bc8fe23c10551d29a96cStéphane Marchesin1-4/+10
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2-3/+0
2012-02-12i915g: Remove useless draw calls.Stéphane Marchesin3-41/+2
2012-02-12i915g: Add a way to profile the contents of command buffers.Stéphane Marchesin1-0/+12
2012-02-12i915g: Fix comments.Stéphane Marchesin1-2/+2
2012-02-12i915g: Don't emit state when it's already bound.Stéphane Marchesin1-0/+32
2012-02-12i915g: Remove unused poly stipple state.Stéphane Marchesin2-54/+0
2012-02-12i915g: Implement stipple with draw.Stéphane Marchesin2-1/+5
2012-02-12i915g: Fix comment.Stéphane Marchesin1-1/+1
2012-02-12i915g: Move ureg defines to the header so we can share them.Stéphane Marchesin2-32/+32
2012-02-12i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin4-9/+31
2012-02-09gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller1-0/+1
2012-01-25st/mesa: do vertex and fragment color clamping in shadersMarek Olšák1-1/+3
2012-01-19i915g: Fix indentation.Stéphane Marchesin1-1/+1
2012-01-19i915g: Fix indentation and comment.Stéphane Marchesin1-2/+2
2012-01-18i915g: Don't avoid flushing when we have a pending fence.Stéphane Marchesin1-1/+4
2012-01-18i915g: Don't invert signalled/unsignalled fencesStéphane Marchesin1-2/+2
2012-01-15i915g: Fix the blending for the A8 destination buffer case.Stéphane Marchesin4-12/+29
2012-01-11i915g: Fix bugs in the shader optimizer.Stéphane Marchesin1-46/+80
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák2-2/+1
2012-01-07gallium: make vbuf_render::set_primitive() return voidBrian Paul1-12/+12
2012-01-05gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2-2/+12
2011-12-30i915g: Allocate tmp for KILPStéphane Marchesin1-0/+2
2011-12-28i915g: Add missing draw_flush call.Stéphane Marchesin1-0/+7
2011-12-27i915g: Only apply the optimization to output vars.Stéphane Marchesin1-0/+1
2011-12-19i915g: Add unsupported caps.Stéphane Marchesin1-0/+4
2011-12-19i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2-4/+9
2011-12-19i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2-2/+2
2011-12-19i915g: Implement KILP.Stéphane Marchesin1-3/+12
2011-12-19i915g: Add two unsupported caps.Stéphane Marchesin1-0/+2
2011-12-19i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2-5/+5
2011-12-13i915g: Roll back to the previous shader limits.Stéphane Marchesin3-6/+2
2011-12-13i915g: Update TODO.Stéphane Marchesin1-0/+2
2011-12-11i915g: fix debug dump on 64 bit systemsMichael Karcher1-1/+1
2011-12-11i915g: Fix wrong indices for LINE_LOOP caseFatih Aşıcı1-2/+2
2011-12-01i915g: Implement GL_STREAM_* for textures by using untiled textures.Stéphane Marchesin1-1/+1
2011-12-01i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.Stéphane Marchesin1-0/+2
2011-11-26android: pass -std=c99 by defaultChia-I Wu1-2/+0
2011-11-23i915g: don't set alpha to 1 for RGBX and BGRXVasily Khoruzhick1-2/+1
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-7/+7
2011-11-22gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák1-1/+0
2011-11-22i915g: implement RGBX and BGRX render targetsVasily Khoruzhick2-2/+7
2011-10-25i915g: Cleanup the vertex sampler interface a bit.Stéphane Marchesin3-9/+5
2011-10-25i915g: Flesh out TODO idea.Stéphane Marchesin1-1/+3