intel: remove buffer swap debug output
[mesa.git] / src / mesa / drivers / dri / i965 /
2008-07-24 Ian RomanickRevert "965: Fix color clamping issues"
2008-07-23 Pawel Pieczul965: Fix partially transparent textures in Doom 3...
2008-07-21 Pawel Pieczul965: Fix color clamping issues
2008-07-18 Xiang, Haihaointel: fix texture border issue. (bug #16697)
2008-07-08 Xiang, Haihaoi965: official name for GM45 chipset
2008-07-02 Brian Paulset ctx->Const.MaxVertexTextureImageUnits = 0
2008-06-24 Eric Anholti965: Use the shared intel_pixel_copy.c.
2008-06-24 Eric Anholtintel: Same pixel function init for everyone now.
2008-06-24 Eric Anholtintel: Avoid glBitmap software fallback for blending...
2008-06-24 Eric Anholtintel: Merge check_blit_fragment_ops between i915/i965.
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-10 Xiang, Haihaoi965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff9...
2008-06-08 Roland Scheideggeri965: fix OPCODE_TEX when additional ops are needed
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-20 Xiang, Haihaoi965: Check fallback before accounting for index/vertex...
2008-05-06 Dave Airliei965: fix googleearth in classic mode.
2008-05-05 Xiang, Haihaoi965: Don't cast the result of brw_prepare_vertices...
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-02 Eric Anholt[intel] Warnings fixes.
2008-05-02 Eric Anholt[intel] Merge intel_ioctl.h. Not sure how this slipped...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-25 Keith Packard[i965] short immediate values must be replicated to...
2008-04-22 Xiang, Haihaoi965: fix DEPTH_TEXTURE_MODE (bug #14220)
2008-04-22 Zou Nan hai [i965] This is to fix random crash in some maps of...
2008-04-18 Dave Airliei965: fixup depth buffer check
2008-04-18 Dave Airliei965: fix vb aperture space check
2008-04-18 Dave Airlie965: fix vb upload size check
2008-04-18 Dave Airliei965: fix gs_prog aperture check
2008-04-18 Dave Airliei965: initial attempt at fixing the aperture overflow
2008-04-17 Xiang, HaihaoRevert "[i965] renable regative rhw test"
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Xiang, Haihaoi965: depth offset on glPolygonMode(GL_LINE/GL_POINT)
2008-03-26 Michal Wajdeczko[965] Fix massively broken state cache dirty flagging.
2008-03-26 Eric Anholt[965] Don't let the negate flags of src0 affect 1 const...
2008-03-26 Michal Wajdeczko[965] Correctly set read mask for OPCODE_SWZ in pass1.
2008-03-26 Eric Anholt[965] Clean up whitespace and dead code from do_unfille...
2008-03-21 Michal Wajdeczko[965] Avoid emitting dead code for DPx/math instructions.
2008-03-21 Michal Wajdeczko[965] Improve pinterp performance by delaying reads...
2008-03-21 Michal Wajdeczko[965] Fix negating of unsigned value in emit_wpos_xy.
2008-03-21 Michal Wajdeczko[965] Add MVP code for position invariant vertex programs.
2008-03-21 Michal Wajdeczko[965] Shuffle state flags to match the order we initial...
2008-03-21 Zou Nan hai [i965] multiple rendering target fix
2008-03-20 Eric Anholt[965] Initialize region surface key structure padding.
2008-03-18 Zou Nan haiRevert "[i965] make stipple pattern continue across...
2008-03-18 Zou Nan hai[i965] make stipple pattern continue across GL_LINE_LOO...
2008-03-17 Andrzej Trznadel[965] Fix fp temp reg release code to not usually relea...
2008-03-17 Zou Nan hai[i965] round pointsize to nearest int according to...
2008-03-17 Zou Nan hai [i965] fix wpos height 1 pixel higher
2008-03-14 Xiang, Haihaointel: fix abort issue with shadowtex demo when use
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-03-07 Zou Nan hai [i965] fix fd.o bug #11471 and #11478
2008-03-06 Xiang, Haihaoi965: Fix double free issue to pass glean/maskedClear...
2008-03-06 Xiang, Haihaoi965:fix segfault issue when clearing the window which
2008-02-29 Xiang, Haihaoi965: use _Current pointer instead of Current pointer.
2008-02-29 Eric Anholt[965] Fix conditional sequencing to allow the frame_buf...
2008-02-28 Eric Anholt[965] Bug #9151: make fragment.position return window...
2008-02-28 Eric Anholt[965] Fix serious copy'n'paste failure in brw state...
2008-02-27 Kristian Høgsbergintel: Always use intelInitExtensions() for initializin...
2008-02-26 Kristian Høgsbergi965: Setup framebuffer texture in meta_draw_region.
2008-02-26 Eric Anholt[965] Don't segfault on INTEL_DEBUG=batch when a surfac...
2008-02-26 Eric Anholt[965] remove dead brw_parameter_list_state_flags.
2008-02-26 Kristian Høgsbergintel: Add missing include file to silence last couple...
2008-02-25 Xiang, Haihaoi965: fix assertion failure caused by commit dd1d66fc4a...
2008-02-23 Kristian Høgsbergintel: Merge intel_context.c from i915 and i965.
2008-02-22 Kristian HøgsbergMerge {i915,i965}/intel_context.h as intel/intel_context.h
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-19 Zou Nan hai fix compile for previous commit
2008-02-19 Zou Nan hai[i965] fix broken glsl texdemo1
2008-02-15 Xiang, Haihaoi965: don't swizzle fogcoord if FogOption is FOG_NONE.
2008-02-14 Xiang, Haihaoi965: use setup attributes as inputs when allocating...
2008-02-14 Zou Nan hai[i965] flip point sprite
2008-02-14 Zou Nan hai[i965] gl_FrontFacing support
2008-02-14 Dave Airliei965: remove unused hal hooks
2008-02-14 Eric Anholt[965] Fix ARB_occlusion_query from intel_screen.c merge.
2008-02-13 Eric Anholt[intel] Fix 965 rendering with non-TTM by merging intel...
2008-02-13 Eric Anholt[965] Remove stale brw_state_cache.c comment and functi...
2008-02-07 Eric Anholt[965] Flush icache on new batch, not just new context.
2008-02-05 Xiang, Haihaoi965: adjust the byte order of clear color. fix #14165
2008-02-05 Eric Anholt[965] Convert brw_draw_upload to managing dri_bos,...
2008-02-05 Eric Anholt[965] Remove dead structure in brw_draw_upload.c.
2008-02-05 Eric Anholt[965] Move temporary vbo array storage into the functio...
2008-02-05 Eric Anholt[965] Remove dead brw_vertex_element members.
2008-02-05 Eric Anholt[965] Add a wrapper around interleaved copy_array_to_vb...
2008-02-05 Eric Anholt[965] Avoid overloaded use of the term 'input' for...
2008-02-05 Eric Anholt[965] Replace VEP/VBP state structures with inline...
2008-02-03 Xiang, Haihaoi965: fix potential NULL pointer dereference. The third...
2008-02-02 Eric Anholt[965] Fix indentation.
2008-02-02 Eric Anholt[965] Replace XXX comment about constant swizzle with...
2008-02-02 Eric Anholt[965] Fix some indentation in brw_vs_tnl.c.
2008-02-01 Xiang, Haihaoi965: Don't emit state if fall back to software renderi...
2008-01-31 Zou Nan hai[i965] renable regative rhw test
2008-01-29 Xiang, Haihaoi965: new integrated graphics chipset support
2008-01-25 Xiang, Haihaoi965: valid message length includes message header.
2008-01-25 Xiang, Haihaoi965: re-define the type of reg.loopcount.
2008-01-20 Eric Anholt[965] Fix WM unit cache keying that broke line stipple...
2008-01-18 Eric Anholt[965] Do a little bit rotation in state hash to reduce...
2008-01-17 Eric Anholt[intel] Make the no_rast option be standard driconf...
2008-01-17 Eric Anholt[965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19a...
next