2007-08-28 |
Keith Packard | Add register defines for hw binning |
commit | commitdiff | tree |
2007-08-28 |
Xiang, Haihao | i965: flush batch buffer when getting the maximum.... |
commit | commitdiff | tree |
2007-08-27 |
Brian | added --noclear option to demonstrate rendering without... |
commit | commitdiff | tree |
2007-08-27 |
Colin McDonald | fixed problem with big glDrawArrays (see bug 12141) |
commit | commitdiff | tree |
2007-08-27 |
Brian | new __gluInvertMatrix() function (Mesa bug 6748) |
commit | commitdiff | tree |
2007-08-27 |
Patrice Mandin | nouveau: nv10: set total stride of vertex array for... |
commit | commitdiff | tree |
2007-08-25 |
Patrice Mandin | nouveau: nv10: also set modelview0 matrix to identity |
commit | commitdiff | tree |
2007-08-25 |
Patrice Mandin | nouveau: nv10: add a scissor func, do not cache viewpor... |
commit | commitdiff | tree |
2007-08-25 |
Patrice Mandin | nouveau: nv10: properly set viewport and projection |
commit | commitdiff | tree |
2007-08-24 |
Brian | remove CallDepth++/-- accidentally removed in prev... |
commit | commitdiff | tree |
2007-08-23 |
Adam Jackson | Unbreak Linux builds with -fvisibility=hidden. |
commit | commitdiff | tree |
2007-08-23 |
Brian | For _mesa_share_state(), update the context's reference... |
commit | commitdiff | tree |
2007-08-23 |
Brian | remove unneeded CallStack array |
commit | commitdiff | tree |
2007-08-22 |
Patrice Mandin | nouveau: nv10: set projection matrix from viewport... |
commit | commitdiff | tree |
2007-08-22 |
Patrice Mandin | nouveau: nv10: initialize more of nv10 tcl engine |
commit | commitdiff | tree |
2007-08-21 |
Patrice Mandin | nouveau: nv10: Move some initialization stuff |
commit | commitdiff | tree |
2007-08-21 |
Patrice Mandin | nouveau: Use proper notifier object |
commit | commitdiff | tree |
2007-08-21 |
Patrice Mandin | nouveau: nv10: Remove commented, unsupported by hw... |
commit | commitdiff | tree |
2007-08-20 |
Patrice Mandin | Use correct object for GART |
commit | commitdiff | tree |
2007-08-20 |
Brian | refactor bounds checking code |
commit | commitdiff | tree |
2007-08-20 |
Brian | don't map buffer in _mesa_validate_DrawElements() unles... |
commit | commitdiff | tree |
2007-08-19 |
Patrice Mandin | nouveau: nv10: only one color buffer atm |
commit | commitdiff | tree |
2007-08-18 |
Brian | some fixes for compressed cube maps (bug 11986) |
commit | commitdiff | tree |
2007-08-18 |
Brian | remove dead code left over after fixing GL_READ/DRAW_BU... |
commit | commitdiff | tree |
2007-08-17 |
Xiang, Haihao | Brian's fix for bug9829 |
commit | commitdiff | tree |
2007-08-17 |
Xiang, Haihao | i965: align width/height for volume texture |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: nv10: clear a buffer |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: nv10: add function to clear a buffer |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: store render buffer pointers in context, to... |
commit | commitdiff | tree |
2007-08-16 |
Patrice Mandin | nouveau: nv10: create objects needed to clear buffer |
commit | commitdiff | tree |
2007-08-16 |
Brian | Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs... |
commit | commitdiff | tree |
2007-08-16 |
Brian | update comments, etc related to Read/DrawBuffer state |
commit | commitdiff | tree |
2007-08-16 |
Brian | remove reference to ctx->Color.DrawBuffer |
commit | commitdiff | tree |
2007-08-16 |
Brian | replace Proxy1D/2D/etc fields with ProxyTex[] array |
commit | commitdiff | tree |
2007-08-16 |
Brian | Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTU... |
commit | commitdiff | tree |
2007-08-16 |
Brian | replace separate 1D/2D/etc fields with an array indexed... |
commit | commitdiff | tree |
2007-08-16 |
Brian | remove old Saved1D/2D/etc fields |
commit | commitdiff | tree |
2007-08-16 |
Brian | Bring over the texobj refcounting changes from mesa_7_0... |
commit | commitdiff | tree |
2007-08-16 |
Michel Dänzer | i915tex: Unreference texture buffers on context destruc... |
commit | commitdiff | tree |
2007-08-16 |
Roland Scheidegger | suppress warning about ncon visuals (bug #6689) |
commit | commitdiff | tree |
2007-08-15 |
Xiang, Haihao | i965: use BRW_TEXCOORDMODE_CLAMP instead of BRW_TEXCOOR... |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: Use half the notifier block for query objects. |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: Keep drm channel alloc struct around. |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: reindent nouveau_span.c |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: Remove ALLOW_MULTI_SUBCHANNEL hack |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: Always render offscreen, emulate front buffer... |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: Split nouveau_buffers into nouveau_mem and... |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: reindent nouveau_buffers.h |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: reindent nouveau_buffers.c |
commit | commitdiff | tree |
2007-08-15 |
Ben Skeggs | nouveau: Lets only do private buffers. |
commit | commitdiff | tree |
2007-08-14 |
Brian | Fix a few more problems with freeing FBOs/textures... |
commit | commitdiff | tree |
2007-08-14 |
Xiang, Haihao | xdemo case: Wei Wang's patch for bug#9759 |
commit | commitdiff | tree |
2007-08-13 |
Brian | free any render/framebuffers left in hash tables when... |
commit | commitdiff | tree |
2007-08-13 |
Michel Dänzer | i915tex: Make sure pitch is aligned properly for render... |
commit | commitdiff | tree |
2007-08-13 |
Brian | Implement mutex/locking around texture object reference... |
commit | commitdiff | tree |
2007-08-13 |
Brian | added some missing Default1D/2DArray texture code |
commit | commitdiff | tree |
2007-08-13 |
Xiang, Haihao | i965: fix projtex_mask |
commit | commitdiff | tree |
2007-08-13 |
Xiang, Haihao | i915: satisfy certain alignment restrictions for small |
commit | commitdiff | tree |
2007-08-12 |
Dan Torop | fix spantmp2 READ_RGBA inline asm (#11931) |
commit | commitdiff | tree |
2007-08-11 |
Keith Whitwell | Make it easier to compare against the pipe driver debug... |
commit | commitdiff | tree |
2007-08-11 |
Keith Whitwell | Improve debugging further. |
commit | commitdiff | tree |
2007-08-11 |
Keith Whitwell | Better debugging |
commit | commitdiff | tree |
2007-08-10 |
Xiang, Haihao | i965: roland's DXTn format texture patch(bug10347) |
commit | commitdiff | tree |
2007-08-10 |
Xiang, Haihao | i965/i915tex: applying right alignment to compressed... |
commit | commitdiff | tree |
2007-08-10 |
Xiang, Haihao | i965: set mt->cpp differently with compressed texture |
commit | commitdiff | tree |
2007-08-09 |
Brian | fix byte swap bug for GLint stencil indexes (bug 11909) |
commit | commitdiff | tree |
2007-08-08 |
Carlos Martín... | nouveau: Missing notifier -> notifierobj migration |
commit | commitdiff | tree |
2007-08-07 |
Brian | move free() after dereference (bug 11878) |
commit | commitdiff | tree |
2007-08-07 |
Brian | parse standard -geometry option |
commit | commitdiff | tree |
2007-08-07 |
Brian | fix potential NULL dereference (bug 11879) |
commit | commitdiff | tree |
2007-08-07 |
Brian | remove SHELL line, replace -e test with new logic ... |
commit | commitdiff | tree |
2007-08-07 |
Brian | fix potential NULL dereference (bug 11880) |
commit | commitdiff | tree |
2007-08-07 |
Brian | fix swizzle error test (bug 11881) |
commit | commitdiff | tree |
2007-08-07 |
Ingo Molnar | glxgears: Add an x/y window size parameter. |
commit | commitdiff | tree |
2007-08-07 |
Brian | fix even-sized point positioning (bug 11874) |
commit | commitdiff | tree |
2007-08-07 |
Xiang, Haihao | fix vbo_split_copy related bug 9962 |
commit | commitdiff | tree |
2007-08-06 |
Carlos Martín... | nouveau: update to DRM API patchlevel 10 |
commit | commitdiff | tree |
2007-08-03 |
Brian | add OSMESA_LIB_NAME |
commit | commitdiff | tree |
2007-08-03 |
Brian | added -lm |
commit | commitdiff | tree |
2007-08-03 |
Brian | fix missing backslash |
commit | commitdiff | tree |
2007-08-02 |
Brian | added bluegene-osmesa |
commit | commitdiff | tree |
2007-08-02 |
Brian | OSmesa on BlueGene (Alexander Neundorf) |
commit | commitdiff | tree |
2007-08-02 |
Brian | fix stencil value masking bug 11805, and fix sizeof... |
commit | commitdiff | tree |
2007-08-02 |
Brian | remove unnecessary null check (bug 11814) |
commit | commitdiff | tree |
2007-08-02 |
Brian | fix invalid pointer usage in bezierPatchDeleteList... |
commit | commitdiff | tree |
2007-08-02 |
Brian | fix double free()s (bug 11808) |
commit | commitdiff | tree |
2007-08-02 |
Brian | s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add... |
commit | commitdiff | tree |
2007-08-02 |
Brian | move code to prevent NULL ptr dereference (bug 11810) |
commit | commitdiff | tree |
2007-08-02 |
Brian | Remove some code that was never hit (bug 11811). |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Fix typo in logic for unalias2() |
commit | commitdiff | tree |
2007-08-02 |
Zou Nan hai | fix fd.o bug #11804 |
commit | commitdiff | tree |
2007-08-02 |
Zou Nan hai | Fix previous commit |
commit | commitdiff | tree |
2007-08-02 |
Zou Nan hai | EXT_texture_sRGB support on i965 |
commit | commitdiff | tree |
2007-08-01 |
Brian | fix error code test limit (bug 11795) |
commit | commitdiff | tree |
2007-08-01 |
Brian | triangle rasterization with frag shader |
commit | commitdiff | tree |
2007-08-01 |
Brian | added trirast program |
commit | commitdiff | tree |
2007-08-01 |
Brian | fix mem leak (bug 11793) |
commit | commitdiff | tree |
2007-08-01 |
Brian | fix mem leak (bug 11791) |
commit | commitdiff | tree |
2007-08-01 |
Zou Nan hai | fix fd.o bug #11788, max point size |
commit | commitdiff | tree |
2007-07-31 |
Brian | fix some FreeBSD issues |
commit | commitdiff | tree |
next |