aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-05-291-1/+1
* i965: Gut the separate OpenGL ES extension enabling.Kenneth Graunke2012-05-232-2/+0
* i915: Drop gen4+ code from the forked clear code.Eric Anholt2012-05-231-10/+1
* intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt2012-05-231-1/+203
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-012-4/+6
* autoconf: pass -Wall to automakeDylan Noblesmith2012-04-291-2/+2
* i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu2012-04-094-12/+48
* intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.Eric Anholt2012-03-201-11/+1
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0
* i915: fallback for NPOT cubemap textureYuanhan Liu2012-03-191-0/+22
* i915: remove occurances of _DD_NEW_x flagsBrian Paul2012-03-121-7/+5
* i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect checkYuanhan Liu2012-03-071-4/+3
* i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu2012-03-051-0/+4
* i915: Fix i830 polygon stipple from PBOs.Kurt Roeckx2012-03-021-1/+7
* i915: Compute maximum number of verts using the actual batchbuffer size.Kurt Roeckx2012-03-021-3/+3
* i830: Compute initial number of vertices from remaining batch spaceChris Wilson2012-03-021-5/+11
* dri/i915: Fix off-by-one in i830 clip region size.Alban Browaeys2012-03-021-2/+2
* i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt2012-03-022-3/+8
* mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul2012-02-241-1/+0
* i915: Fix type of "specoffset" variable.Paul Berry2012-02-141-1/+1
* intel: Use libdrm's decode functionality instead of the gpu-tools copy.Eric Anholt2012-01-301-1/+0
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-281-1/+0
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-272-2/+8
* dri: Move the compile of the common files to a convenience library.Eric Anholt2012-01-261-10/+3
* i915: Fix driver after automakeification.Eric Anholt2012-01-261-1/+9
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-242-6/+6
* automake: src/mesa/drivers/dri/i915Matt Turner2012-01-205-32/+70
* intel: Set depth to 6 for cubemapsIan Romanick2012-01-181-2/+2
* i915: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-14/+12
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-2/+2
* android: pass -std=c99 by defaultChia-I Wu2011-11-261-4/+0
* i915: Fix complete texturing regression since 27505a105aEric Anholt2011-11-231-0/+2
* i915: Fix build since hiz merge.Eric Anholt2011-11-236-24/+29
* i915: Move the texture format setup for this driver out of shared code.Eric Anholt2011-11-222-0/+51
* intel: Add the context to the render_target_supported() vtbl method.Eric Anholt2011-11-222-2/+2
* intel: Remove unused HiZ functionsChad Versace2011-11-222-18/+0
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-022-4/+0
* i915: Move the always_flush_cache code to triangle emit.Eric Anholt2011-10-291-0/+8
* i915: make i830/i915_hiz_resolve_noop() staticBrian Paul2011-10-182-2/+2
* intel: Add HiZ operations to intel_context::vtbl for all driversChad Versace2011-10-182-0/+18
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-1814-142/+138
* i915,i830: Remove dead HiZ assertions in *update_draw_buffer()Chad Versace2011-10-072-4/+0
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* i915: don't include texstore.hBrian Paul2011-10-031-1/+0
* i915: out-of-bounds write in calc_live_regs()Chris Wilson2011-09-301-4/+4
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-264-12/+12
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-231-6/+2
* mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2011-09-192-2/+2
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-26/+14