summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
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-26i915g: Implement sRGB texturesStéphane Marchesin5-12/+128
2012-06-19gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund1-0/+1
2012-06-15i915g: More ops commute.Stéphane Marchesin2-6/+22
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-3/+0
2012-06-10i915g: Fix depth/stencil glClearMichael Karcher1-6/+5
2012-05-31draw: simplify index buffer specificationBrian Paul2-5/+4
2012-05-24i915g: Check for geometry shader earlier in i915_set_constant_buffer.Vinson Lee1-4/+4
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-1/+0
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák4-7/+25
2012-05-09gallium/drivers: handle TGSI_OPCODE_CEILChristoph Bumiller1-0/+16
2012-04-30gallium: remove pipe_resource::user_ptrMarek Olšák1-1/+0
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-0/+9
2012-04-30gallium: add void *user_buffer in pipe_index_bufferMarek Olšák1-3/+6
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-1/+0
2012-04-30gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák1-1/+3
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+2
2012-04-30gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák1-0/+3
2012-04-30gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-0/+2
2012-04-24i915g: report that all vertex formats are supportedMarek Olšák1-1/+3
2012-04-24gallium drivers: report that user vertex buffers are supportedMarek Olšák1-0/+1
2012-04-24gallium: add user_ptr in pipe_resourceMarek Olšák1-0/+1
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