2007-03-17 |
Haihao Xiang | fix some format conversion bugs in glGetTexImage()... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Dave Airlie | r300: change vendor string to DRI R300 Project |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Brian | Assorted fixes for dealing with zero-size frame/renderb... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Brian | Colortable re-org. |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Brian | added a renderbuffer comment |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Mathias Hopf | added null xmctx check to XMesaResizeBuffers(), bug... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | Fixed a minor typo in the comment near _mesa_copy_instr... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | r300: Added _mesa_copy_instructions. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | r300: Renamed r300_vertexprog.c to r300_vertprog.c |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | r300: Use _mesa_alloc_instructions/_mesa_init_instructi... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | r300: Updated R300 to use the new SWIZZLE macros. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | r300: Fixed an unused variable warning and removed... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | r300: Fixed a printf conversion warning. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | r300: Fixed "no previous prototype for 'r300RefillCurre... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Brian | added SWIZZLE_XXXX, YYYY, etc. macros |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Oliver McFadden | Committed Rune Petersen's fragment.position patch ... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Brian | no-op clear if buffer width or height is zero (bug... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Brian | add some rb->Data null ptr checks (bug 7205) |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Brian | implement byteswapping for all multi-byte types in... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Keith Whitwell | Fix off by one error in immediate state packet size. |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Brian | pixelmap code simplification |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Brian | Re-org of gl_pixel_attrib struct. |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Brian | clear the b->frontxrb->drawable field in xmesa_free_buf... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Brian | move CLIENT_ID code in xmesa_delete_framebuffer(),... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Roland Scheidegger | sync up t_vp_build.c brw_vs_tnl.c a bit |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Roland Scheidegger | enable ARB_vertex_buffer_object for more dri drivers |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Oliver McFadden | r300: Renamed the CACHE_CTLSTAT values to include UNKNO... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Roland Scheidegger | use movdqu instead of movdqa for unaligned load avoidin... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Oliver McFadden | Add defines for the values written to R300_RB3D_ZCACHE_... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Oliver McFadden | Documented the value written for R300_TX_CNTL cache... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Xiang, Haihao | mesa: _mesa_unpack_image |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Oliver McFadden | Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Oliver McFadden | Guess another unknown register used for R300 pacification. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michel Dänzer | i915tex: Don't crash when intel_fb->color_rb[i] is... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Brian | clean-up, simplify _mesa_image_row_stride() |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Brian | take GL_UNPACK_ALIGNMENT into account in _mesa_image_ro... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Alan Swanson | r200: Simplify r200SetCliprects like radeonSetCliprects... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Alan Swanson | r200: Adapt cliprect fixes from r300. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Alan Swanson | radeon: Adapt cliprect fixes from r300. |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Xiang, Haihao | fix for bug#10196 |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aapo Tahkola | Guess another unknown register in R300 command buffer... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Oliver McFadden | Renamed some of the unkXXX variables in the command... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Brian | Fix TEXREL issues. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Brian | check for EXT_blend_equation_separate for 2.0 |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Michel Dänzer | i915tex: Fix build against libdrm git... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Michel Dänzer | i915tex: Fix intel_wait_flips being declared implicitly. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Michel Dänzer | i915tex: Fix build against released version of libdrm. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Stephane Marchesin | nouveau: fix nv04 swtcl. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Stephane Marchesin | nouveau: fix the nv04 swtcl code. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Stephane Marchesin | nouveau: oops don't debug by default. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Stephane Marchesin | nouveau: some fixes to the nv04 state code. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Stephane Marchesin | nouveau: add a fifo size debug check. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Michel Dänzer | Merge branch 'i915tex-pageflip' |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Michel Dänzer | i915tex: Wait for pending scheduled flips before switch... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Michel Dänzer | i915tex: Set intel_fb->vbl_waited to current instead... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Michel Dänzer | i915tex: Sync pages between pipes immediately again. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Michel Dänzer | i915tex: Do not wait for pending flips on both pipes... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Brian | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rg... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Michel Dänzer | r300: Also update window state when it's already bound... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Xiang, Haihao | remove a if-statement |
commit | commitdiff | tree | snapshot |
2007-03-08 |
J.Jansen | Updates of the OpenVMS makefiles. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michel Dänzer | i915tex: Set framebuffer size to match window before... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michel Dänzer | i945_miptree_layout: Adapt cubemap fixes from i915_mipt... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | destroy window during cleanup |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | explicit calls to _mesa_unreference_framebuffer() not... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | unreference old framebuffer, if needed, in _mesa_refere... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | fix renderbuffer mem leak |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | formatting fix |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Ian Romanick | Merge branch 'master' of ssh+git://idr@git.freedesktop... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Ian Romanick | Fix cut-and-paste error in the name of GL_NUM_COMPRESSE... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | Fix/improve framebuffer object reference counting. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | Take care of texObj reference in _mesa_free_framebuffer... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Michel Dänzer | r300: Call radeonSetCliprects from radeonMakeCurrent. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Xiang, Haihao | fix for bug#10182 |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Xiang, Haihao | fix for bug#9971 |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Keith Whitwell | Propogate UsesKill information. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Christoph Bill | r300: Use register name & add a register about shading. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Christoph Bill | r300: Use reg definition when available & add missing... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Christoph Bill | Add early register descritpion. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Rune Petersen | Optimize cos&sin instruction a bit more. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Brian | move oldFb decl into tighter scopes |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Brian | fix bad n_dot_h normalization code (bug 9977), plus... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Brian | fix clipping, display name, warnings |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Brian | s/unsigned int/size_t/ (bug 10135) |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Brian | include assert.h |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Brian | s/ARB/MESA/ in extension check (bug 10126) |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Michel Dänzer | i915tex: Sync pages differently when crossing pipe... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Michel Dänzer | i915tex: Check that intel_rb is valid before trying... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Michel Dänzer | i915tex: Also update intel_rb->vbl_pending when schedul... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Ben Skeggs | nouveau: drm interface changes |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Brian | fix comment |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Brian | assert that fb->RefCount==0 in _mesa_free_framebuffer_d... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Brian | fix mem leak |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Rewrite code related to buffer destruction. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | if renderbuffer ptr is null, just return |
commit | commitdiff | tree | snapshot |
next |