mesa.git
2006-09-21 Brian PaulRe-org of per-release info.
2006-09-21 Brian Paulreplace assert(0) with error report, improved comments...
2006-09-21 Keith WhitwellFix incorrect byteswap_mapping(). Disable swizzle...
2006-09-21 Brian Pauluse new _mesa_little_endian() function
2006-09-21 Brian Pauladded _mesa_little_endian()
2006-09-21 Brian PaulGLUT_FORCE_VISUAL env var to force glut to use a partic...
2006-09-21 Brian Paulnew code to init DirectColor colormaps
2006-09-21 Keith WhitwellFix the dstMap for rgb888 and bgr888 texture formats...
2006-09-21 Keith WhitwellDo a better job of choosing texture formats to avoid...
2006-09-21 Keith Whitwelluse the requested internal texture format where possible
2006-09-21 Keith WhitwellCatch a couple of cases where we would have to delete...
2006-09-20 Keith WhitwellDeal with the overloading of _mesa_texstore_rgba, which...
2006-09-20 Keith WhitwellExtend swizzle support to all remaining source formats...
2006-09-20 Roland Scheideggertry to use a 8888 texture format which will result...
2006-09-20 Keith WhitwellSupport both big and little endian, more source types...
2006-09-20 Roland Scheideggerreenable code in _mesa_texstore_rgba8888 to avoid the...
2006-09-20 Keith WhitwellFix various typos to pass glean pixelFormats test.
2006-09-20 Keith WhitwellEnhance compute_component_mapping() to convert to and...
2006-09-20 Keith WhitwellAdd a comment about the interactions of negative pitche...
2006-09-20 Keith Whitwellremove some dead code
2006-09-20 Keith WhitwellFix some warnings
2006-09-20 Roland Scheideggerfix mixed texgen/non-texgen with texgen modes requiring...
2006-09-20 Keith WhitwellSupport ARB_texture_rectangle.
2006-09-20 Keith Whitwell1) Add a new flag in the sarea (coopting the unused...
2006-09-20 Keith WhitwellBroadwater seems to prefer this style of blitting.
2006-09-20 Brian Paulmake current GLX context per-thread
2006-09-20 Brian Paulfix a memleak in DestroyContext()
2006-09-20 Keith Whitwelladd accelerated glCopyPixels path
2006-09-20 Keith WhitwellAdd a new internal program parameter value STATE_TEXREC...
2006-09-20 Keith WhitwellFix _mesa_swizzle_ubyte_image() to deal with RGBA-...
2006-09-20 Keith WhitwellExport _mesa_print_alu_instruction() to allow drivers...
2006-09-20 Keith Whitwellrestore debug output after brw_wm_fp compilation stage
2006-09-20 Keith WhitwellUse DEBUG_SYNC to switch between per-primitive and...
2006-09-19 Brian Pauladded LIBDRM_CFLAGS (Javier Villavicencio)
2006-09-19 Brian Paulfix CFLAGS (bug 8344)
2006-09-18 Brian Paulchange make depend output redirection to 2>&1 (bug...
2006-09-18 Brian Paulcheck for n <= 1 in compute_min_mag_ranges(), bug 8320
2006-09-18 Brian Paulset lambda to zero for textured points (bug 8320)
2006-09-16 Brian Paul6.5.1 md5 sums
2006-09-16 Brian Paulupdate 6.5.1 release date
2006-09-16 Brian Pauladded #ifdef tests for Windows for int64_t, uint64_t
2006-09-15 Brian Paulreplace GLAPI w/ static and init var to 0 (Michel Donais)
2006-09-15 Keith Whitwellnpot version of redbook/mipmap.c
2006-09-14 Ian RomanickUse correct opcodes for GLX_EXT_texture_from_pixmap.
2006-09-14 Brian Paulset 6.5.1 release date
2006-09-14 Jerome GlisseFallback if ColorLogicOp is enabled. Cleanup a bit...
2006-09-14 Michel DänzerRemove MESA_LITTLE_ENDIAN guard for code that seems...
2006-09-14 Keith WhitwellVS nr of urb entries is constrained to be one of a...
2006-09-13 Roland Scheideggeralways use argb8888 instead of rgba8888, this is far...
2006-09-13 Roland Scheideggerdetect some more cases which can use straight memcpy...
2006-09-13 Roland ScheideggerAlways mark tex state atom as dirty when the texture...
2006-09-13 Brian Paulupdated comment
2006-09-13 Roland Scheideggerdon't use derived value _ColorLogicOpEnabled as it...
2006-09-13 Brian Pauladded GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL...
2006-09-13 Brian Pauljust comments and const qualifiers
2006-09-13 Brian Paulfix broken do_EXP()
2006-09-13 Roland Scheideggerfix GL_REFLECTION_MAP texgen by not using tex matrix...
2006-09-13 Roland Scheideggermake sure we upload the new vertex program if the progr...
2006-09-13 Brian Paulmake triangle smoothing a sw fallback (Martign van...
2006-09-12 Jerome GlisseFix compilation warning.
2006-09-12 Jerome GlisseRemoving some of r200 dependency, cleaning up code...
2006-09-12 Keith Whitwellquieten debug
2006-09-12 Keith WhitwellPotential fix for doom3 lockups. Seems that there...
2006-09-12 Keith WhitwellDisassemble active program when DEBUG_VS is set.
2006-09-12 Keith WhitwellAdd code to tweak aubfile state and primitives on replay.
2006-09-12 Keith WhitwellEncode a unique id in the aub header date fields.
2006-09-11 Brian PaulWin32 fixes (SF bug 1554931)
2006-09-11 Brian Paulundo some accidental changes in _mesa_is_legal_format_a...
2006-09-11 Brian Paulinit accum buffer fields in _mesa_update_framebuffer_vi...
2006-09-10 Roland Scheideggerremove code to deal with non-normalized texture coordin...
2006-09-10 Brian PaulRedefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macro...
2006-09-10 Brian Pauldon't use xmesa_DrawPixels_8R8G8B() if there's a softwa...
2006-09-10 Roland Scheideggercause a raster fallback if a yuv texture is used on...
2006-09-08 Keith WhitwellBasic facility for playing back captured aubfiles....
2006-09-08 Roland Scheideggercause a vtxfmt fallback directly when hitting NewList...
2006-09-07 Keith WhitwellConsistent return values from the bm* functions.
2006-09-07 Keith WhitwellCope with memory pool fragmentation by allowing a secon...
2006-09-07 Keith WhitwellAdd some asserts, fix some not-quite-bugs.
2006-09-07 Keith WhitwellFix glitch with pool alignments.
2006-09-07 Keith WhitwellUse lower alignments where possible. Also pad out...
2006-09-07 Keith WhitwellMake sure bmBufferOffset is called for all active buffe...
2006-09-07 Roland Scheideggermake really sure R200_VAP_PROG_VTX_SHADER_ENABLE is...
2006-09-07 Roland Scheideggeronly allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX...
2006-09-07 Eric AnholtFix a leak of the screen's option cache on cleanup...
2006-09-06 Keith WhitwellSimplify the immediate and displaylist code. Treat...
2006-09-06 Brian Paulcomment out EXTRA_LIB_PATH, ?= causes problems on HP-UX
2006-09-06 Brian PaulFixes from Christopher Bell:
2006-09-06 Brian Paulremove stray tab
2006-09-06 Brian Paulfor VERTEX_ATTRIB_WEIGHT, use break, not return
2006-09-05 Brian Pauldocument vertex.weight hack
2006-09-05 Brian PaulHack for Warcraft (bug 8060): allow 'vertex.weight...
2006-09-05 Brian Paulfix typo in enable_parser_extensions(): s/point_paramet...
2006-09-05 Brian PaulConsolidate common case of _mesa_set_program_error...
2006-09-05 Brian Paulupdated info about glxproto.h
2006-09-05 Keith WhitwellDynamically allocate instruction store for tnl programs...
2006-09-04 Keith WhitwellFixes for calculating point attenuation
2006-09-04 Keith WhitwellDon't export NV_vertex_program as it's not supported...
2006-09-04 Rune PetersenManaged to make a commit that can't build... Sorry...
2006-09-04 Brian Paulget rid of GL_BOOLEAN definition (bug 8113)
2006-09-04 Jouk Jansen OpenVMS compile support update
next