Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.
[mesa.git] / src /
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-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 Nietonouveau: Missing notifier -> notifierobj migration
2007-08-07 Brianmove free() after dereference (bug 11878)
2007-08-07 Brianfix potential NULL dereference (bug 11879)
2007-08-07 Brianfix potential NULL dereference (bug 11880)
2007-08-07 Brianfix swizzle error test (bug 11881)
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 Nietonouveau: update to DRM API patchlevel 10
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)
2007-08-02 BrianRemove some code that was never hit (bug 11811).
2007-08-02 Keith WhitwellFix typo in logic for unalias2()
2007-08-02 Zou Nan hai fix fd.o bug #11804
2007-08-02 Zou Nan hai Fix previous commit
2007-08-02 Zou Nan hai EXT_texture_sRGB support on i965
2007-08-01 Brianfix error code test limit (bug 11795)
2007-08-01 Brianfix mem leak (bug 11793)
2007-08-01 Brianfix mem leak (bug 11791)
2007-08-01 Zou Nan hai fix fd.o bug #11788, max point size
2007-07-31 Brianfix some FreeBSD issues
2007-07-31 Brianfix failure caused by undeclared variable (bug 11783)
2007-07-31 BrianglGetAttribLocation always returned 1 (bug 11774)
2007-07-31 Xiang, Haihaoi965: fix bad casts in do_blit_bitmap to support Window...
2007-07-31 Xiang, Haihaoi965: Use I16_UNORM instead of L16_UNORM (bug 11742)
2007-07-30 Xiang, HaihaoFix an error in _save_OBE_DrawElements
2007-07-30 Xiang, HaihaoFix an error in _mesa_validate_DrawElements
2007-07-30 Brianremove old comment, minor formatting fixes
2007-07-30 Xiang, Haihaohandle LSB_FIRST in _mesa_pack_bitmap by the way used in
2007-07-30 Xiang, HaihaoFix an error related to glPolygonStipple.
2007-07-30 Zou Nan hai ARB sprite point support on i965
2007-07-30 Jan Dvorakfix glPointParameteriv bug 11754
2007-07-29 Roland Scheideggerfix cos/sin range reduction for i915 driver too
2007-07-29 Roland Scheideggerfix range reduction for sin/cos in i915tex (#11609)
2007-07-29 Roland Scheideggerfix fallback crashes when driver can't handle frag...
2007-07-29 Roland ScheideggerFix crashes when the frag prog can't be handled in...
2007-07-27 Zhangmore Mingw32 fixes
2007-07-26 Brianfix-up inlined/non-inlined function inconsistencies
2007-07-26 BrianFix function call bug 11731. Also, fix up IR_CALL...
2007-07-26 Briangenerate error upon writing to varying var in fragment...
2007-07-26 Brianfix color interpolation for CHAN_BITS==32
2007-07-26 Briandon't use rgba_line() if CHAN_BITS==32
2007-07-24 Brianremove unused MAX_3D_TEXTURE_SIZE, reformattting
2007-07-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-07-23 Brianfix GLX_STEREO handling (bug 11705)
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-19 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-19 Roland Scheideggerfix up mesa's probably bogus framebuffer updates with...
2007-07-19 Roland Scheideggerfix mesa fb binding
2007-07-19 Roland Scheideggerincrease MAX_RELOCS so never run out before batch buffe...
2007-07-18 Oliver McFaddenr300: Oops, made a mistake on commit fb4e071beda6e3b9e6...
2007-07-18 Oliver McFaddenr300: Cleaned up vertprog construction.
2007-07-18 Tommy Schultz Lassenr300: Corrected texcoord start when BFC1 is enabled.
2007-07-16 Oliver McFaddenr300: Corrected some progs/fp/* regressions from the...
2007-07-16 Oliver McFaddenr300: Use _mesa_num_inst_src_regs for number of arguments.
2007-07-16 Oliver McFaddenr300: Corrected vertprog FLR and XPD instruction regres...
2007-07-16 Oliver McFaddenr300: Added code for vertprog opcode ARL.
2007-07-16 Oliver McFaddenr300: Don't need vertprog scalar flag anymore; it's...
2007-07-16 Oliver McFaddenr300: Removed broken RCC vertprog opcode.
2007-07-16 Oliver McFaddenr300: More vertprog rework; give each opcode it's own...
2007-07-16 Oliver McFaddenRevert "r300: Gracefully exit after GART memory is...
2007-07-16 Oliver McFaddenr300: Reorder the vertprog code to the ARB specification.
2007-07-16 Roland Scheideggerfix bogus fb/drawable information
next