i965: Fix failure to upload new constant data when changing programs.
[mesa.git] / src / mesa / drivers /
2008-12-03 Eric Anholti965: Fix failure to upload new constant data when...
2008-12-03 Eric Anholti965: Fix stray character that the compile whined about.
2008-12-02 Dave Airlieintel: restore old vertex submit paths for i8xx hardware.
2008-11-29 Eric Anholti965: Add a new state flag BRW_NEW_NR_SURFACES instead...
2008-11-29 Eric Anholti965: Fix clashing enums for BRW_NEW_INDICES/VERTICES...
2008-11-29 Eric Anholti965: Remove BRW_WM_LOCK dirty bit, introduced to work...
2008-11-29 Eric Anholti965: Add debug code for dumping how frequently differe...
2008-11-29 Eric Anholti915: Remove dead early z enable bit which was always on.
2008-11-29 Eric Anholti965: Reduce fast-pathiness of brw_try_draw_prims,...
2008-11-26 Thomas Hennwindows: fix visual object memleak
2008-11-26 Thomas Hennwindows: fix _mesa_unreference_framebuffer() to pass...
2008-11-24 Brian Paulwindows: replace free() with _mesa_unreference_framebuf...
2008-11-21 Eric Anholti965: Add support for accelerated CopyTexSubImage.
2008-11-21 Eric Anholtintel: Don't glBitmap fallback with scissoring enabled.
2008-11-21 Eric Anholti915: Don't overwrite i915's Viewport function from...
2008-11-20 airliedintel: fix i830 comment + backwards VB offsets.
2008-11-20 airliedintel: fix i8xx vbo enable bit
2008-11-20 airliedintel: add lots of i830 engine to intel_decode debug
2008-11-12 Eric Anholti965: Upload state on primitive switch, don't just...
2008-11-12 Eric Anholti965: Fix VB refcount leak on aperture overflow.
2008-11-12 Eric Anholti965: Fix up VS max_threads for G4X and removing a...
2008-11-12 Eric Anholti965: Fix up SF max_threads.
2008-11-12 Eric Anholti965: Fix up clip min_nr_entries, preferred_nr_entries...
2008-11-12 Eric Anholti965: Update WM maximum threads for G4X.
2008-11-12 Eric Anholti965: Add a big comment explaining my understanding...
2008-11-11 Xiang, Haihaointel: reset cliprect_mode to IGNORE_CLIPRECTS.
2008-11-10 Brian Paulmesa: restore glapi/ prefix on #include
2008-11-10 Brian PaulGLX: fix out-of-bounds memory issue in indirect glAreTe...
2008-11-10 Brian Pauldri: alloc __DRIscreen object with calloc()
2008-11-07 Brian Paulmesa: rename OPCODE_INT -> OPCODE_TRUNC
2008-11-06 Xiang, Haihaoi965: Always check vertex program.
2008-11-06 Gary Wongi965: Implement missing OPCODE_NOISE3 instruction in...
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Eric Anholtintel: pixelzoom doesn't apply to glBitmap, so disable...
2008-10-31 Eric Anholtintel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)
2008-10-31 Eric Anholtintel: Add more fallback debugging for glDrawPixels.
2008-10-31 Gary Wongi965: implement the missing OPCODE_NOISE1 and OPCODE_NO...
2008-10-31 Gary Wongi965: support destination horiz strides in align1 acces...
2008-10-29 Eric Anholtintel: Fix glDrawPixels with 4d RasterPos.
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-28 Brian Paulmesa: fix stand-alone glslcompiler build
2008-10-28 Eric Anholtintel: Don't keep intel->pClipRects, and instead just...
2008-10-28 Gary Wongi965: Allocate temporaries contiguously with other...
2008-10-27 Eric Anholti965: Fix compiler warning from unused var.
2008-10-27 Eric Anholti965: Remove dead brw->wrap flag.
2008-10-27 Eric Anholtintel: Use dri_bo_get_tiling to get tiling mode of...
2008-10-25 Xiang, Haihaointel: GL_FALSE on a BO if it won't be modified when...
2008-10-24 Xiang, Haihaoi965: don't emit state when dri_bufmgr_check_aperture_s...
2008-10-24 Xiang, Haihaointel: fallback for intelEmitCopyBlit.
2008-10-21 Xiang, Haihaoi915: fix carsh in i830_emit_state. (bug #17766)
2008-10-16 Roland Scheideggerfix span issue with really old ddx and non-tcl r100...
2008-10-13 Xiang, Haihaoi915: Texture instructions use r/t/oC/oD register as...
2008-10-11 Eric Anholtintel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).
2008-10-10 Ian Romanickintel: GLSL 1.20 is broken in Mesa, so disable it in...
2008-10-10 Eric Anholti965: Add missing intel_pixel_draw.c symlink to fix...
2008-10-09 Eric Anholti965: Accelerate depth textures with border color.
2008-10-09 Eric Anholti965: Actually hook up the accelerated DrawPixels support.
2008-10-09 Eric Anholti915: Accelerate depth textures with border color.
2008-10-08 Eric Anholti965: Add ARB_occlusion_query support.
2008-10-08 Eric Anholtintel: Push flushing for cliprects changes down into...
2008-10-08 Xiang, Haihaoi965: Fix a potential assertion failure.
2008-10-05 Eric Anholti915: Refine the texture indirect lookup accounting.
2008-10-03 Ian Romanickintel: Don't advertise unsupported extensions on pre...
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-10-01 Eric Anholti965: sampler default color ends up in texture cache...
2008-10-01 Eric Anholti965: Fix overwriting of depth override for SetTexOffset.
2008-09-30 Ian Romanickintel: Clean-up the extension string madness!
2008-09-29 Jouk Jansenmesa: asst updates for VMS
2008-09-29 Ian RomanickRemove TNL-to-VP tracking from i965
2008-09-26 Eric Anholtintel: Fix a number of memory leaks on context destroy.
2008-09-25 Sam Hocevari965: support for sin() and cos() in vertex shaders.
2008-09-25 Sam Hocevari965: more meaningful message for unsupported opcodes.
2008-09-24 Eric Anholtintel: Fix clears to depth_stencil texture attachments.
2008-09-23 Eric Anholti965: Cope with batch getting flushed in the middle...
2008-09-23 Eric Anholtintel: Add missing include files for meta drawpixels...
2008-09-23 Eric Anholtintel: Replace pbo-only drawpixels function with a...
2008-09-23 Eric Anholti915: Fix overlapping CopyPixels with negative pixel...
2008-09-23 Eric Anholti915: fix crash in flush_prim -> wait_flips -> flush_ba...
2008-09-23 Ian Romanicki965: Adapt to new TNL program tracking semantics
2008-09-22 Michel Dänzerr300: Adapt to the removal of _tnl_ProgramCacheInit...
2008-09-22 Benjamin Closei965: fix compilation
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-21 Keith Whitwellmesa: move rastpos helper to tnl
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-18 Chris Rankinmesa: fix asst path/include mistakes in prev commits
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-17 Eric Anholtintel: Destroy bufmgr in screen destroy, not context.
2008-09-13 Jakub Bogusztdfx: fix crash and lack of visuals bug
2008-09-13 Guillaume Melquiondi915: fix himask constant init for 64-bit build
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 Xiang, Haihaoi965: Add support for G41 chipset which is another...
next