summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
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
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-02i915g: Implement srgb textures the easy way.Stéphane Marchesin3-102/+9
2012-10-02i915g: 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-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