profile/ivi/mesa.git
2007-08-31 BrianFix problem introduced in previous commit in which...
2007-08-31 Patrice Mandinnouveau: nv10: remove setting projection matrix when...
2007-08-31 Patrice Mandinnouveau: add hw-dependent function to update modelview...
2007-08-31 Xiang, Haihaoi965: Calculate the positional light in homogeneous...
2007-08-31 Zou Nan hai optimize 965 clip
2007-08-31 Xiang, Haihaoi965: Take the upper limitation on LOD into account.
2007-08-30 David MooreBug #10571: Fix 965 line clipping when neither vertex...
2007-08-30 Roland Scheideggerfix another occurence of movaps which might not be...
2007-08-30 Brians/movaps/movups/ (see bug 12216)
2007-08-29 Xiang, Haihaoi965: store read drawable info in intel_context. Some...
2007-08-29 Xiang, Haihaoi965: check NULL pointer. fix bug#12193
2007-08-29 Xiang, Haihaoi965: samplers group in fours in WM_STATE. fix bug...
2007-08-28 Keith PackardAdd register defines for hw binning
2007-08-28 Xiang, Haihaoi965: flush batch buffer when getting the maximum....
2007-08-27 Brianadded --noclear option to demonstrate rendering without...
2007-08-27 Colin McDonaldfixed problem with big glDrawArrays (see bug 12141)
2007-08-27 Briannew __gluInvertMatrix() function (Mesa bug 6748)
2007-08-27 Patrice Mandinnouveau: nv10: set total stride of vertex array for...
2007-08-25 Patrice Mandinnouveau: nv10: also set modelview0 matrix to identity
2007-08-25 Patrice Mandinnouveau: nv10: add a scissor func, do not cache viewpor...
2007-08-25 Patrice Mandinnouveau: nv10: properly set viewport and projection
2007-08-24 Brianremove CallDepth++/-- accidentally removed in prev...
2007-08-23 Adam JacksonUnbreak Linux builds with -fvisibility=hidden.
2007-08-23 BrianFor _mesa_share_state(), update the context's reference...
2007-08-23 Brianremove unneeded CallStack array
2007-08-22 Patrice Mandinnouveau: nv10: set projection matrix from viewport...
2007-08-22 Patrice Mandinnouveau: nv10: initialize more of nv10 tcl engine
2007-08-21 Patrice Mandinnouveau: nv10: Move some initialization stuff
2007-08-21 Patrice Mandinnouveau: Use proper notifier object
2007-08-21 Patrice Mandinnouveau: nv10: Remove commented, unsupported by hw...
2007-08-20 Patrice MandinUse correct object for GART
2007-08-20 Brianrefactor bounds checking code
2007-08-20 Briandon't map buffer in _mesa_validate_DrawElements() unles...
2007-08-19 Patrice Mandinnouveau: nv10: only one color buffer atm
2007-08-18 Briansome fixes for compressed cube maps (bug 11986)
2007-08-18 Brianremove dead code left over after fixing GL_READ/DRAW_BU...
2007-08-17 Xiang, HaihaoBrian's fix for bug9829
2007-08-17 Xiang, Haihaoi965: align width/height for volume texture
2007-08-16 Patrice Mandinnouveau: nv10: clear a buffer
2007-08-16 Patrice Mandinnouveau: nv10: add function to clear a buffer
2007-08-16 Patrice Mandinnouveau: store render buffer pointers in context, to...
2007-08-16 Patrice Mandinnouveau: nv10: create objects needed to clear buffer
2007-08-16 BrianRework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs...
2007-08-16 Brianupdate comments, etc related to Read/DrawBuffer state
2007-08-16 Brianremove reference to ctx->Color.DrawBuffer
2007-08-16 Brianreplace Proxy1D/2D/etc fields with ProxyTex[] array
2007-08-16 BrianReplace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTU...
2007-08-16 Brianreplace separate 1D/2D/etc fields with an array indexed...
2007-08-16 Brianremove old Saved1D/2D/etc fields
2007-08-16 BrianBring over the texobj refcounting changes from mesa_7_0...
2007-08-16 Michel Dänzeri915tex: Unreference texture buffers on context destruc...
2007-08-16 Roland Scheideggersuppress warning about ncon visuals (bug #6689)
2007-08-15 Xiang, Haihaoi965: use BRW_TEXCOORDMODE_CLAMP instead of BRW_TEXCOOR...
2007-08-15 Ben Skeggsnouveau: Use half the notifier block for query objects.
2007-08-15 Ben Skeggsnouveau: Keep drm channel alloc struct around.
2007-08-15 Ben Skeggsnouveau: reindent nouveau_span.c
2007-08-15 Ben Skeggsnouveau: Remove ALLOW_MULTI_SUBCHANNEL hack
2007-08-15 Ben Skeggsnouveau: Always render offscreen, emulate front buffer...
2007-08-15 Ben Skeggsnouveau: Split nouveau_buffers into nouveau_mem and...
2007-08-15 Ben Skeggsnouveau: reindent nouveau_buffers.h
2007-08-15 Ben Skeggsnouveau: reindent nouveau_buffers.c
2007-08-15 Ben Skeggsnouveau: Lets only do private buffers.
2007-08-14 BrianFix a few more problems with freeing FBOs/textures...
2007-08-14 Xiang, Haihaoxdemo case: Wei Wang's patch for bug#9759
2007-08-13 Brianfree any render/framebuffers left in hash tables when...
2007-08-13 Michel Dänzeri915tex: Make sure pitch is aligned properly for render...
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-08-13 Brianadded some missing Default1D/2DArray texture code
2007-08-13 Xiang, Haihaoi965: fix projtex_mask
2007-08-13 Xiang, Haihaoi915: satisfy certain alignment restrictions for small
2007-08-12 Dan Toropfix spantmp2 READ_RGBA inline asm (#11931)
2007-08-11 Keith WhitwellMake it easier to compare against the pipe driver debug...
2007-08-11 Keith WhitwellImprove debugging further.
2007-08-11 Keith WhitwellBetter debugging
2007-08-10 Xiang, Haihaoi965: roland's DXTn format texture patch(bug10347)
2007-08-10 Xiang, Haihaoi965/i915tex: applying right alignment to compressed...
2007-08-10 Xiang, Haihaoi965: set mt->cpp differently with compressed texture
2007-08-09 Brianfix byte swap bug for GLint stencil indexes (bug 11909)
2007-08-08 Carlos Martín... nouveau: Missing notifier -> notifierobj migration
2007-08-07 Brianmove free() after dereference (bug 11878)
2007-08-07 Brianparse standard -geometry option
2007-08-07 Brianfix potential NULL dereference (bug 11879)
2007-08-07 Brianremove SHELL line, replace -e test with new logic ...
2007-08-07 Brianfix potential NULL dereference (bug 11880)
2007-08-07 Brianfix swizzle error test (bug 11881)
2007-08-07 Ingo Molnarglxgears: Add an x/y window size parameter.
2007-08-07 Brianfix even-sized point positioning (bug 11874)
2007-08-07 Xiang, Haihaofix vbo_split_copy related bug 9962
2007-08-06 Carlos Martín... nouveau: update to DRM API patchlevel 10
2007-08-03 Brianadd OSMESA_LIB_NAME
2007-08-03 Brianadded -lm
2007-08-03 Brianfix missing backslash
2007-08-02 Brianadded bluegene-osmesa
2007-08-02 BrianOSmesa on BlueGene (Alexander Neundorf)
2007-08-02 Brianfix stencil value masking bug 11805, and fix sizeof...
2007-08-02 Brianremove unnecessary null check (bug 11814)
2007-08-02 Brianfix invalid pointer usage in bezierPatchDeleteList...
2007-08-02 Brianfix double free()s (bug 11808)
2007-08-02 Brians/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add...
2007-08-02 Brianmove code to prevent NULL ptr dereference (bug 11810)
next