summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)Author
2008-05-26Remove CVS keywords.José Fonseca
2007-07-16fix segfault with i915 drivers in swrast drawpixels path when resizing windowsRoland Scheidegger
2007-07-06Add case for GL_QUADS in i915_reduced_primitive_state().Brian
2007-06-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian
2007-06-20Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().Brian
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915: Add support for 945GME chipWang Zhenyu
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian
2007-05-22i915/i915tex: minor cleanup (remove unneeded function callRoland Scheidegger
2007-05-19fix copy & paste bug of previous commit, breaking dxt5 formatsRoland Scheidegger
2007-05-19fix small s3tc mipmaps (#10968)Roland Scheidegger
2007-05-09Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.Brian
2007-04-16just clean-upsBrian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-04-10i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer
2007-04-05include points.h to fix warningsBrian
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao
2007-03-27Restore the UseTexEnvProgram logic.Brian
2007-03-21merge from masterBrian
2007-03-18fix off-by-one in load_state_immediateKeith Whitwell
2007-03-18fix typo in subrect_disable packetKeith Whitwell
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06fix for bug#10182Xiang, Haihao
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-02-02 Fix fd.o #9686, when fall into vertex fog,Zou Nan hai
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-15vertex/fragment program field changesBrian
2006-11-27remove assertions to match i915tex code (bug 8726)Brian Paul
2006-11-02Fix fragment program fog problems found with Glean.Brian Paul
2006-11-02Call _mesa_problem() from i915_program_error() so we get a nice error message.Brian Paul
2006-11-02remove GetBufferSize = NULL; assignmentBrian Paul
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-11-01Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul
2006-11-01fix compiler warningsKeith Whitwell
2006-11-01Patch from <haihao.xiang@intel.com> -- pass program stringKeith Whitwell
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-17remove obsolete intelBufferSize(), bump driver dateBrian Paul
2006-10-16Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...Brian Paul
2006-10-16Updates to intelWindowMoved():Brian Paul
2006-10-15minor clean-up: s/intel->driDrawable/dPriv/Brian Paul
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-10-10Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell
2006-09-29i915: Fix wait for scheduled swap on secondary display.Michel Dänzer
2006-09-28Synchronize drawable to the pipe where the bigger part can be visible.Michel Dänzer