aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915
Commit message (Expand)AuthorAgeFilesLines
* scons: Disable i915g build if using MSVC.Vinson Lee2010-06-111-0/+4
* i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger2010-06-051-2/+2
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-037-29/+72
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-14/+14
| * i915g: adapt to clear interface changesRoland Scheidegger2010-05-297-29/+72
* | i915g: Move pci id to winsys structJakob Bornecrantz2010-05-293-7/+7
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-215-24/+74
|\
| * i915g: remove unused flip parameterRoland Scheidegger2010-05-193-3/+0
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
| * i915g: adapt to interface changesRoland Scheidegger2010-05-172-21/+67
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-211-7/+13
|\ \
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-7/+13
* | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
|/ /
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* | gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-4/+4
|/
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-6/+7
|\
| * i915: Implement index bias.José Fonseca2010-04-191-6/+7
* | Merge branch '7.8'Brian Paul2010-04-192-2/+3
|\ \
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-192-2/+3
* | | i915g: Remove unnecessary header.Vinson Lee2010-04-181-1/+0
| |/ |/|
* | i915g: Remove broken power of two functionJakob Bornecrantz2010-04-181-16/+8
* | i915g: Add some helper functionsJakob Bornecrantz2010-04-181-7/+19
* | i915g: Fix cubemap layoutsJakob Bornecrantz2010-04-181-101/+121
* | i915g: Clean and add some debug printingJakob Bornecrantz2010-04-181-8/+18
* | i915g: Create a special 2D layout helperJakob Bornecrantz2010-04-151-27/+30
* | i915g: Fix 2D layoutsJakob Bornecrantz2010-04-151-12/+17
* | i915g: Remove unused argsJakob Bornecrantz2010-04-151-51/+20
* | i915g: Remove unnecessary header.Vinson Lee2010-04-141-1/+0
* | i915g: Whitespace & formatingJakob Bornecrantz2010-04-132-15/+11
* | i915g: Mark shared layouts more clearlyJakob Bornecrantz2010-04-131-9/+15
* | Merge branch '7.8'Jesse Barnes2010-04-131-1/+1
|\|
| * i915g: Fix assert.Vinson Lee2010-04-111-1/+1
* | i915g: Fix possible null pointer deference in debug builds.Vinson Lee2010-04-111-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-1017-559/+653
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-303-4/+4
* | draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-262-2/+9
* | i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-2615-136/+139
* | i915g: Correct and add supperted texture formatsJakob Bornecrantz2010-03-252-1/+13
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-134-11/+26
|\ \
| * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+2
| * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-113-9/+21
| * | i915g: Prevent NULL dereference.Chia-I Wu2010-03-101-1/+4
* | | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-108-132/+133
|\| |
| * | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-102-8/+35
| |\ \
| | * \ Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-8/+35
| | |\ \
| | | * | gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-092-2/+2
| | | * | i915g: adapt to new vertex element csoRoland Scheidegger2010-03-012-8/+35
| * | | | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-094-99/+69
| |\| | |