mesa.git
2006-09-26 Jeremy KolbAdded function convertStringForXCB. Deals with the...
2006-09-26 Jeremy KolbUpdate linux-dr-xcb config file to use LIBDRM_CFLAGS
2006-09-26 Jerome GlisseRemove r200 dependency
2006-09-26 Jerome GlisseRemove r200 dependency.
2006-09-26 Michal KrolPrepend #extension 'MESA_shader_debug: require' to...
2006-09-26 Michal KrolAdd GLSL preprocessor.
2006-09-26 Michal KrolFix Windows newlines.
2006-09-26 Michal KrolAdd syntax files for expression and directive preprocessor.
2006-09-25 Brian PaulInitial work for supporting different renderbuffer...
2006-09-25 Michel DänzerFix and re-enable swizzling paths for big endian platforms.
2006-09-25 Keith Whitwellbring in active_sz mechanism from i965 driver. Fixes...
2006-09-25 Keith WhitwellFixup one place where attrsz was being used instead...
2006-09-24 Brian PaulChange logicop, blend, masking functions to use the...
2006-09-24 Brian PaulRoll the multi_write_rgba_span() code into _swrast_writ...
2006-09-24 Brian Pauluse span.array->rgba instead of local var in accum_return()
2006-09-24 Brian Pauluse span.arrays for color/indexes instead of a local...
2006-09-24 Sean D'Epagniercorrected cursor drawing
2006-09-23 Brian Paulallocate larger TempImage, use COMBO var to choose...
2006-09-22 Brian Paulfix the broken fallback string/debug stuff
2006-09-22 Brian Paulremove extra indentation
2006-09-22 Brian PaulGet rid of _swrast_mask_rgba_array() and _swrast_mask_i...
2006-09-22 Roland Scheideggerfix up access to vertex attrib components which don...
2006-09-22 Keith WhitwellExplicit test for +ve pitches in intelEmitCopyBlit()
2006-09-22 Roland Scheideggerdon't skip user clip plane clipping when the current...
2006-09-22 Keith WhitwellUse _Enabled rather than _Active when checking for...
2006-09-22 Keith WhitwellFlush driver, not just tnl module.
2006-09-22 Keith Whitwellresize buffers in MakeCurrent
2006-09-22 Keith WhitwellRemove unused variable.
2006-09-22 Jouk Jansen Correcting directory name in OpenVMS-Makefile
2006-09-21 Brian Paulremove rgb[] array from span_arrays_struct - was only...
2006-09-21 Brian Paulnew comments, indentation fixes
2006-09-21 Brian Paulbump version to 6.5.2
2006-09-21 Brian Paulmove a conditional into an assertion
2006-09-21 Brian Paulupdated doxygen info
2006-09-21 Brian Paulupdated extension info
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.
next