summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965
AgeCommit message (Expand)AuthorFilesLines
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie4-6/+6
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-4/+2
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-4/+4
2011-08-01gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain1-0/+2
2011-04-17gallium: include u_format.h for util_format_is_supportedMarcin Slusarz1-0/+1
2011-04-15gallium: add and use generic function for querying patented format support (v2)Marek Olšák1-0/+3
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+0
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-7/+5
2011-03-11gallium: kill is_resource_referencedMarek Olšák2-63/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+2
2011-01-09i965g: fix warningsDave Airlie2-2/+1
2011-01-09i965g: update intel_decode from upstream.Dave Airlie4-137/+432
2011-01-09i965g: update disassembler code from classic.Dave Airlie8-34/+95
2011-01-09i965g: update brw_defines.h from classic driverDave Airlie3-37/+397
2011-01-09i965g: update brw_structs.h from classic driver.Dave Airlie3-88/+288
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie33-151/+173
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák1-13/+7
2011-01-06u_upload_mgr: new featuresMarek Olšák1-3/+9
2011-01-04i965g: include brw_types.h instead of GL/gl.hBrian Paul1-1/+1
2011-01-04i965g: Include p_compiler.h in intel_decode.h.Vinson Lee1-0/+2
2011-01-04i965g: Include gl.h in intel_structs.h.Vinson Lee1-0/+2
2010-12-16i965g: s/varient/variant/Brian Paul4-8/+8
2010-12-02gallium: support for array textures and related changesRoland Scheidegger11-64/+61
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák1-0/+2
2010-11-12i965g: fill out CAPs for indirect addressingMarek Olšák1-0/+5
2010-11-02scons: Add aliases for several pipe drivers.José Fonseca1-4/+0
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-1/+1
2010-10-01i965g: use Elements macro instead of manual sizeofsNicolas Kaiser1-13/+7
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-0/+44
2010-08-21i965g: Silence printf format warnings on 64-bit builds.Vinson Lee1-4/+4
2010-08-21i965g: Fix printf format warning on 32-bit platforms.Vinson Lee1-1/+1
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri1-1/+3
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-64/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu4-33/+93
2010-07-16i965g: Remove dead initialization in precalc_tex.Vinson Lee1-1/+1
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz3-10/+19
2010-06-23i965g: Move bootstrap code to targetsJakob Bornecrantz3-7/+15
2010-06-23i965g: Moved pci_id to winsys structJakob Bornecrantz2-5/+6
2010-06-20i965g: Fix setup of immediate types for gen4 disasm.Vinson Lee1-1/+1
2010-06-11scons: Disable i965g build if using MSVC.Vinson Lee1-0/+4
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-1/+2
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger3-12/+66
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-14/+14
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-29/+29
2010-05-29i965g: adapt to clear interface changesRoland Scheidegger3-12/+66
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger5-4/+20
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell4-30/+58