Minor r200 vertex program cleanups. Remove disabled leftovers from r300 vertex progra...
[mesa.git] / src / mesa / drivers / dri /
2006-08-30 Roland ScheideggerMinor r200 vertex program cleanups. Remove disabled...
2006-08-30 Roland Scheideggerfix typo causing a segfault when a vertex program uses...
2006-08-28 Brian PaulCheck mesa_vp->Base.NumInstructions == 0 instead of...
2006-08-28 Brian Paulremove unused var
2006-08-28 Brian Paulfix the check for force_s3tc_enable (bug 8042)
2006-08-27 Aapo Tahkolaclose #6318
2006-08-26 Alan HourihaneFix bug 8010 - locking issues.
2006-08-26 Aapo Tahkolafix #8008
2006-08-25 Brian Paulinclude texobj.h to silence warning
2006-08-25 Ian RomanickAdd a couple of the missing GL 2.0 functions. Enable...
2006-08-24 Brian Paulfix bad casts, carry over r200 fix to check for null...
2006-08-24 Brian PaulCheck for NULL program string in r200_translate_vertex_...
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-24 Brian PaulCheck if mesa_vp->Base.Parameters is null before derefe...
2006-08-23 Brian Paulsilence warning
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-08-22 Aapo Tahkolaremove duplicate pieces of code.
2006-08-22 Aapo Tahkolaextend some DrawRangeElements cases to support renderin...
2006-08-22 Aapo Tahkolafix broken write-only depth setting. use early z where...
2006-08-19 Roland Scheideggerremove the now confusing option to manually enable...
2006-08-18 Alan HourihaneFix writemasks on texture arb fp instructions.
2006-08-16 Brian Paulchange tex memory allocation calls (debian bug 383209)
2006-08-15 Ian RomanickEnable support for GL_EXT_gpu_program_parameters for...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-12 Aapo Tahkolagcc-4.1.1 compile fix
2006-08-12 Ian RomanickAdd comments explaining a couple "mystery" bits.
2006-08-11 Ian RomanickFix long standing bug that prevented newer drivers...
2006-08-11 Aapo Tahkolasupport shorts as vertex data
2006-08-10 Eric AnholtAdd padding to match the current xf86-video-intel DDX...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.
2006-07-31 Aapo Tahkolafix #6991
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-27 Jerome Glisser300_emit.h cleanup.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-15 Rune PetersenA small logic error.
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-07-12 Tilman Sauerbeckfix another memleak
2006-07-11 Tilman Sauerbeck_mesa_destroy_context() frees radeon->glCtx so we must...
2006-07-11 Thomas HellströmRevert the SiS and Unichrome DRM version check changes.
2006-07-10 Thomas HellströmThe SiS and Unichrome drivers assume that the handle...
2006-07-09 Aapo TahkolaFix #7195
2006-07-05 Aapo TahkolaR300_RR_ROUTE_1 still needs to be initialized.
2006-07-04 Jerome GlisseAdd R300_VAP_CNTL 0x2140 and cosmetic cleanup.
2006-07-04 Brian Paulenable hw antialiasing (Martijn van Oosterhout)
2006-07-03 Brian Pauladditional clipping/viewport fixes (Martijn van Oosterhout)
2006-07-03 Roland Scheideggersome minor simplifications (same as in r300 driver...
2006-07-03 Roland Scheideggercheck if radeon_drm.h from libdrm is new enough, otherw...
2006-07-03 Jerome GlisseAdd copyright header and minor cleanup.
2006-07-03 Brian Paulfix clipping bug on context change (Martijn van Oosterhout)
2006-07-01 Tilman Sauerbeckinitialize offset to avoid bogus warnings from valgrind
2006-06-30 Brian PaulVertex/fragment program patches (Rune Petersen)
2006-06-30 Brian Paulclipping fixes (Martijn van Oosterhout)
2006-06-29 Jerome GlisseFix typo.
2006-06-29 Tilman Sauerbeckdestroy left-over VBOs on shutdown
2006-06-29 Tilman Sauerbeckinstead of messing with _TNL_LAST_GENERIC and _TNL_FIRS...
2006-06-29 Tilman Sauerbeckcleanup, avoid magic values
2006-06-29 Brian Paulonly assert front/back pitch if double-buffered (bug...
2006-06-27 Aapo TahkolaFix stencil clears that have caused problems with redbo...
2006-06-27 Aapo TahkolaFix generic vertex attribs (Rune Petersen)
2006-06-26 Brian Paullocking fixes (Martijn Van Oosterhout)
2006-06-26 Brian PaulUse $(LIB_DIR) instead of $(TOP)/lib since libraries...
2006-06-23 Tilman Sauerbeckmore cleanups
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-06-18 Tilman Sauerbeckno need to handle ARL in a special way, it's a generic...
2006-06-18 Aapo Tahkolafix broken address register reads
2006-06-15 Keith WhitwellCall _mesa_resize_framebuffer() within intelWindowMoved...
2006-06-12 Ian RomanickMake r300 driver build with GL_APPLE_vertex_array_objec...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-06-12 Alan Hourihanefire vertices before context destruction.
2006-06-11 Tilman Sauerbeckdestroy the memory manager along with the context
2006-06-10 Roland Scheideggerenable arb_vertex_program by default if drm is new...
2006-06-09 Roland Scheideggershuffle some code to make some assertions in the _savag...
2006-06-08 Tilman Sauerbeckinclude tnl/tnl.h for _tnl_program_string()
2006-06-08 Tilman Sauerbeckmark ARL operand as scalar (Roland Scheidegger)
2006-06-08 Tilman Sauerbeckstruct op_names: get rid of the 'output operands' field...
2006-06-08 Roland ScheideggerImprove slightly wrong CMP_SRCS test to avoid unencessa...
2006-06-06 Aapo Tahkolaprevent possible program mix up with sw vps (Roland...
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-06-06 Aapo Tahkolamake sure tex format is supported.
2006-06-06 Aapo Tahkolavarious fixes (Roland Scheidegger)
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...
2006-06-02 Roland Scheideggerremove code dealing with drmMinor version < 6 since...
2006-06-01 Roland Scheideggerretry on EBUSY instead of EAGAIN in radeonWaitIrq ...
2006-05-31 Tilman SauerbeckSWZ is nearly identical to MOV. the difference is that...
2006-05-31 Tilman Sauerbeckpass src->NegateBase as-is in t_src() now, as the flags...
2006-05-30 Tilman Sauerbeckminor code cleanup, no actual changes
2006-05-27 Roland Scheideggerfix some whitespace in previous commit
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian Paulinit mask=0 to silence warning
2006-05-23 Brian Paulmake mgaSetFence() and mgaWaitFence() static
2006-05-23 Brian Paulprototype i915_udpate_fog() to silence warning
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-18 Aapo TahkolaDont allow 16 tex units to be used at all.
2006-05-17 Dave Airlieadd texture rectangle support for i815, I wrote the...
2006-05-12 Dave Airliethe r300 should only use 8 until Mesa can deal with...
2006-05-12 Dave Airliethis should use the configured number not the MAX,...
2006-05-08 Brian PaulFix a number of texture compression issues.
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...
next