summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
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-05Remove 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-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