Age | Commit message (Expand) | Author |
2007-09-11 | Fix-up #includes to remove some -I options. | Brian |
2007-09-11 | intel: disentangle planes & pipes | Jesse Barnes |
2007-08-13 | i915: satisfy certain alignment restrictions for small | Xiang, Haihao |
2007-07-29 | fix cos/sin range reduction for i915 driver too | Roland Scheidegger |
2007-07-29 | fix fallback crashes when driver can't handle frag prog for i915 driver too (... | Roland Scheidegger |
2007-07-16 | fix segfault with i915 drivers in swrast drawpixels path when resizing windows | Roland Scheidegger |
2007-07-06 | Add case for GL_QUADS in i915_reduced_primitive_state(). | Brian |
2007-06-21 | Another round of fixing attribute interpolation for glDraw/CopyPixels. | Brian |
2007-06-20 | Effectively disable _TexEnvProgram before calling _swrast_DrawPixels(). | Brian |
2007-06-05 | Add PCI IDs for the G33, Q33, and Q35 chipsets. | Wang Zhenyu |
2007-05-31 | i915: Add support for 945GME chip | Wang Zhenyu |
2007-05-22 | Replace initInitState() with _mesa_init_driver_state(). | Brian |
2007-05-22 | i915/i915tex: minor cleanup (remove unneeded function call | Roland Scheidegger |
2007-05-19 | fix copy & paste bug of previous commit, breaking dxt5 formats | Roland Scheidegger |
2007-05-19 | fix small s3tc mipmaps (#10968) | Roland Scheidegger |
2007-05-09 | Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable. | Brian |
2007-04-16 | just clean-ups | Brian |
2007-04-16 | remove _tnl_arb_vertex_program_stage | Brian |
2007-04-10 | i915: Bring test for vsync to pipe B in line with i915tex. | Michel Dänzer |
2007-04-05 | include points.h to fix warnings | Brian |
2007-04-04 | i810/i915/i915tex: reinitialize the context point state | Xiang, Haihao |
2007-03-27 | Restore the UseTexEnvProgram logic. | Brian |
2007-03-21 | merge from master | Brian |
2007-03-18 | fix off-by-one in load_state_immediate | Keith Whitwell |
2007-03-18 | fix typo in subrect_disable packet | Keith Whitwell |
2007-03-09 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-03-06 | fix for bug#10182 | Xiang, Haihao |
2007-02-23 | Update DRI drivers for new glsl compiler. | Brian |
2007-02-22 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell |
2007-02-02 | Fix fd.o #9686, when fall into vertex fog, | Zou Nan hai |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-12-15 | vertex/fragment program field changes | Brian |
2006-11-27 | remove assertions to match i915tex code (bug 8726) | Brian Paul |
2006-11-02 | Fix fragment program fog problems found with Glean. | Brian Paul |
2006-11-02 | Call _mesa_problem() from i915_program_error() so we get a nice error message. | Brian Paul |
2006-11-02 | remove GetBufferSize = NULL; assignment | Brian Paul |
2006-11-02 | Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often | Brian Paul |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-11-01 | Don't use the x/y/width/height params passed to Clear(). Get them | Brian Paul |
2006-11-01 | fix compiler warnings | Keith Whitwell |
2006-11-01 | Patch from <haihao.xiang@intel.com> -- pass program string | Keith Whitwell |
2006-10-30 | switch several dri drivers over | Keith Whitwell |
2006-10-17 | remove obsolete intelBufferSize(), bump driver date | Brian Paul |
2006-10-16 | Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ... | Brian Paul |
2006-10-16 | Updates to intelWindowMoved(): | Brian Paul |
2006-10-15 | minor clean-up: s/intel->driDrawable/dPriv/ | Brian Paul |
2006-10-15 | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul |