aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965
Commit message (Expand)AuthorAgeFilesLines
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-4/+4
* gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* gallium: include u_format.h for util_format_is_supportedMarcin Slusarz2011-04-171-0/+1
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-151-0/+3
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+0
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-7/+5
* gallium: kill is_resource_referencedMarek Olšák2011-03-112-63/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* i965g: fix warningsDave Airlie2011-01-092-2/+1
* i965g: update intel_decode from upstream.Dave Airlie2011-01-094-137/+432
* i965g: update disassembler code from classic.Dave Airlie2011-01-098-34/+95
* i965g: update brw_defines.h from classic driverDave Airlie2011-01-093-37/+397
* i965g: update brw_structs.h from classic driver.Dave Airlie2011-01-093-88/+288
* i965g: update to similiar gen stuff as i965Dave Airlie2011-01-0933-151/+173
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-13/+7
* u_upload_mgr: new featuresMarek Olšák2011-01-061-3/+9
* i965g: include brw_types.h instead of GL/gl.hBrian Paul2011-01-041-1/+1
* i965g: Include p_compiler.h in intel_decode.h.Vinson Lee2011-01-041-0/+2
* i965g: Include gl.h in intel_structs.h.Vinson Lee2011-01-041-0/+2
* i965g: s/varient/variant/Brian Paul2010-12-164-8/+8
* gallium: support for array textures and related changesRoland Scheidegger2010-12-0211-64/+61
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+2
* i965g: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+5
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-021-4/+0
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-1/+1
* i965g: use Elements macro instead of manual sizeofsNicolas Kaiser2010-10-011-13/+7
* i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-141-1/+2
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+44
* i965g: Silence printf format warnings on 64-bit builds.Vinson Lee2010-08-211-4/+4
* i965g: Fix printf format warning on 32-bit platforms.Vinson Lee2010-08-211-1/+1
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+3
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-64/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-294-33/+93
* i965g: Remove dead initialization in precalc_tex.Vinson Lee2010-07-161-1/+1
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-283-10/+19
|\
| * i965g: Move bootstrap code to targetsJakob Bornecrantz2010-06-233-7/+15
| * i965g: Moved pci_id to winsys structJakob Bornecrantz2010-06-232-5/+6
* | i965g: Fix setup of immediate types for gen4 disasm.Vinson Lee2010-06-201-1/+1
* | scons: Disable i965g build if using MSVC.Vinson Lee2010-06-111-0/+4
* | gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
|/
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-033-12/+66
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-14/+14
| * i965g: adapt to clear interface changesRoland Scheidegger2010-05-293-12/+66
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-29/+29
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-215-4/+20
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
| * i965g: adapt to interface changesRoland Scheidegger2010-05-174-4/+13
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-214-30/+58
|\ \