i965: set mt->cpp differently with compressed texture
[mesa.git] / src / mesa / drivers / dri / i915 /
2007-07-29 Roland Scheideggerfix cos/sin range reduction for i915 driver too
2007-07-29 Roland Scheideggerfix fallback crashes when driver can't handle frag...
2007-07-16 Roland Scheideggerfix segfault with i915 drivers in swrast drawpixels...
2007-07-06 BrianAdd case for GL_QUADS in i915_reduced_primitive_state().
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianEffectively disable _TexEnvProgram before calling _swra...
2007-06-05 Wang ZhenyuAdd PCI IDs for the G33, Q33, and Q35 chipsets.
2007-05-31 Wang Zhenyui915: Add support for 945GME chip
2007-05-22 BrianReplace initInitState() with _mesa_init_driver_state().
2007-05-22 Roland Scheideggeri915/i915tex: minor cleanup (remove unneeded function...
2007-05-19 Roland Scheideggerfix copy & paste bug of previous commit, breaking dxt5...
2007-05-18 Roland Scheideggerfix small s3tc mipmaps (#10968)
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 BrianClean-up in I830AllocVidMem(), s/int/unsigned long...
2007-04-16 Brianjust clean-ups
2007-04-16 Brianremove _tnl_arb_vertex_program_stage
2007-04-10 Michel Dänzeri915: Bring test for vsync to pipe B in line with i915tex.
2007-04-05 Brianinclude points.h to fix warnings
2007-04-04 Xiang, Haihaoi810/i915/i915tex: reinitialize the context point state
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Keith Whitwellfix off-by-one in load_state_immediate
2007-03-18 Keith Whitwellfix typo in subrect_disable packet
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-06 Xiang, Haihaofix for bug#10182
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-02 Zou Nan hai Fix fd.o #9686, when fall into vertex fog,
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 Brianvertex/fragment program field changes
2006-11-27 Brian Paulremove assertions to match i915tex code (bug 8726)
2006-11-02 Brian PaulFix fragment program fog problems found with Glean.
2006-11-02 Brian PaulCall _mesa_problem() from i915_program_error() so we...
2006-11-02 Brian Paulremove GetBufferSize = NULL; assignment
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Brian PaulDon't use the x/y/width/height params passed to Clear...
2006-11-01 Keith Whitwellfix compiler warnings
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-17 Brian Paulremove obsolete intelBufferSize(), bump driver date
2006-10-16 Brian PaulInit _UseTexEnvProgram to fix failed assertion in i915_...
2006-10-16 Brian PaulUpdates to intelWindowMoved():
2006-10-15 Brian Paulminor clean-up: s/intel->driDrawable/dPriv/
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-10 Keith WhitwellUse the mesa-provided texenv program rather than rollin...
2006-09-29 Michel Dänzeri915: Fix wait for scheduled swap on secondary display.
2006-09-28 Michel DänzerSynchronize drawable to the pipe where the bigger part...
2006-09-28 Michel DänzerAdd new I830 SAREA fields.
2006-09-28 Michel Dänzeri915: Handle DRM_VBLANK_SECONDARY when scheduling buffe...
2006-09-28 Michel Dänzeri915: Attempt to schedule buffer swap on target vertica...
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-09-22 Brian Paulfix the broken fallback string/debug stuff
2006-09-22 Brian Paulremove extra indentation
2006-09-07 Eric AnholtFix a leak of the screen's option cache on cleanup...
2006-09-01 Roland Scheideggerfix the presumably broken check for the allow_large_tex...
2006-08-28 Brian Paulremove unused var
2006-08-28 Brian Paulfix the check for force_s3tc_enable (bug 8042)
2006-08-26 Alan HourihaneFix bug 8010 - locking issues.
2006-08-18 Alan HourihaneFix writemasks on texture arb fp instructions.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-15 Keith WhitwellCall _mesa_resize_framebuffer() within intelWindowMoved...
2006-06-12 Alan Hourihanefire vertices before context destruction.
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian Paulprototype i915_udpate_fog() to silence warning
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-05-05 Dave Airlieremove temporary code from keithw, this in theory isn...
2006-05-05 Dave AirlieFix i915 driver after stencil changes in Mesa 6.5
2006-04-11 Michal KrolMore GLSL code:
2006-04-07 Alan HourihaneFix some warnings on x86_64
2006-04-06 Brian Paulupdate a couple MESA_FORMAT_Zxxx occurances
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-04-05 Dave Airlieadd tiling/fence support for the miniglx driver
2006-04-05 Dave Airliedon't waste the reserved memory, take an approximation...
2006-04-04 Alan HourihaneWe always have a back buffer. Fixes visual problems.
2006-04-03 Dave Airlieadd miniglx sources to i915
2006-04-03 Dave Airlieadd pitch support and use new Width
2006-04-01 Eric AnholtDon't index box by the box's index within numClipRects...
2006-04-01 Eric AnholtCall driUpdateFramebufferSize when we've found an updat...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-30 Eric AnholtThe pitches of the driRenderbuffers are in bytes, so...
next