g3dvl: Remove dead links to files that are now in libnouveaudrm.
[mesa.git] / src / gallium /
2009-01-10 Younes Mantonnouveau: Swizzle textures larger than nv04 SIFM limit...
2009-01-09 José Fonsecadraw: Add missing include.
2009-01-09 Keith Whitwellxlib: move state tracker to glx/xlib
2009-01-09 Keith Whitwellxlib: disable more cell calls when GALLIUM_CELL not...
2009-01-09 Keith Whitwellxlib: strip out some CI and overlay support
2009-01-09 Keith Whitwellxlib: strip out some overlay support
2009-01-09 Keith Whitwellxlib: strip out glXAllocateMemoryNV & friends
2009-01-09 Keith Whitwellxlib: combine and eliminate some header files
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 Keith Whitwellxlib: strip out glXAllocateMemoryMESA & friends
2009-01-08 Keith Whitwellxlib: remove VMS tweaks, these should be moved to p_com...
2009-01-08 Keith Whitwellxlib: remove unsued _glxapi_get_extensions func
2009-01-08 Keith Whitwellxlib: strip out some unused XMesa api functions
2009-01-08 Keith Whitwellxlib: rename xfonts.c to fakeglx_fonts.c
2009-01-08 Keith Whitwellxlib: rename old_xmesa.h to xm_api.h
2009-01-08 Keith Whitwellxlib: remove XMesaMakeCurrent, use XMesaMakeCurrent2...
2009-01-08 Keith Whitwellxlib: remove old xmesa_x.h file and all its defines
2009-01-08 Keith Whitwellxlib: remove some XMesa types, just use the native...
2009-01-08 Brian Paulcell: fix breakage from xlib re-org
2009-01-08 Keith Whitwellxlib: strip out more 3dfx stuff
2009-01-08 Keith Whitwellxlib: pull in private copies of the GL/xmesa*.h headers
2009-01-08 Keith Whitwellxlib: strip out FX stuff
2009-01-08 Keith Whitwellxlib: remove XFree86Server stuff
2009-01-08 Keith Whitwellxlib: remove realglx.[ch]
2009-01-08 Keith Whitwellgallium: split driver-independent code out of xlib...
2009-01-08 José Fonsecagdi: Add newline at end of file.
2009-01-08 José Fonsecagallium: Replace uint64 by standard uint64_t.
2009-01-08 José Fonsecadraw: Predeclare struct.
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-08 José Fonsecawgl: Do not provide DllMain inside the state tracker.
2009-01-08 José Fonsecagdi: Fix warning.
2009-01-06 José Fonsecawgl: Do not provide DllMain inside the state tracker.
2009-01-06 José Fonsecagdi: Fix warning.
2009-01-06 Brian Paulgallium: added centroid/invarient fields to declarations
2009-01-06 Brian Paultgsi: add tgsi_declaration fields for centroid sampling...
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-06 Brian Paulgallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHO...
2009-01-06 Jonathan Adamczewskicell: replace 0 with -1 in SPE_COUNT_USABLE_SPES query
2009-01-06 Brian Paulcell: fix code emit for RSQ/RCP when src arg == dst arg
2009-01-05 Ben Skeggsnv50: fill image unit index in TEX varients
2009-01-05 Ben Skeggsnv50: fix crash in nv50_program_destroy
2009-01-05 Ben Skeggsnv50: working towards 3D textures
2009-01-05 Ben Skeggsnv50: slightly better miptree allocation
2009-01-05 Ben Skeggsnv50: add TXP to TEX case.. not correct, but anyway..
2009-01-05 Ben Skeggsnv50: indentation for TEX is a little overenthusiastic
2009-01-05 Ben Skeggsnv50: ensure we actually get contiguous regs for TEX...
2009-01-05 Jonathan Adamczewskicell: SIMDize sorting in setup_sort_vertices()
2009-01-05 Jonathan Adamczewskicell: SIMDize some subtractions
2009-01-05 Jonathan Adamczewskicell: improvements to spu_tri.c
2009-01-05 Jonathan Adamczewskicell: new spu_shuffle.h header
2009-01-05 Brian Paulcell: initial codegen support for fragment shader loops
2009-01-05 Brian Paulcell: add support for PIPE_CAP_TEXTURE_MIRROR_REPEAT...
2009-01-04 Brian Paulcell: clean-up, improve SPU code generation
2009-01-03 Briancell: fix typo (s/10/0)
2009-01-02 Brian Paulsoftpipe: increase number of texture samplers/units...
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-31 José Fonsecapython: Pass a zero offset to util_draw_vertex_buffer.
2008-12-31 José Fonsecautil: List new file in SConscript.
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José Fonsecai915: Avoid ptr->int conversion.
2008-12-31 José Fonsecadraw: Avoid integer overflow converting pointers on...
2008-12-31 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-30 José Fonsecagallium: Initialize var before use.
2008-12-30 José Fonsecadraw: Do not specify types in bitfields.
2008-12-30 José Fonsecagallium: Remove unused variables.
2008-12-30 José Fonsecagallium: Don't redefine INLINE.
2008-12-30 José Fonsecartasm: Remove spurious semi-colons after function bodies.
2008-12-30 José Fonsecagdi: Remove accidental keypresses.
2008-12-24 Brian Paulgallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3...
2008-12-23 Keith Whitwelltgsi: fix incomplete rename of loop counter variable
2008-12-23 Keith Whitwelldraw: allow driver-override of draw_need_pipeline()
2008-12-23 Michal Kroltgsi: Dump indirect register swizzle.
2008-12-22 Michal Kroltgsi: Return 0.0 for negative constant register indices.
2008-12-22 Michal Kroltgsi: Keep address register as a floating point.
2008-12-22 José Fonsecasoftpipe: Don't fill surfaces's winsys fields.
2008-12-22 José Fonsecasoftpipe: Call surface_alloc_storage to get the pipebuf...
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José Fonsecagdi: Cleanup sconsfile.
2008-12-22 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-22 Jerome Glissesoftpipe: convert to use texture instead of surface
2008-12-22 José Fonsecagallium: const correctness.
2008-12-20 José Fonsecagallium: Fix typo in define name.
2008-12-19 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-19 Brian Paulgallium: begin adapting Ian's 3D mipmap gen code to...
2008-12-19 Brian Paulgallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHO...
2008-12-19 José Fonsecagallium: Simple and efficient cache.
2008-12-19 Brian Paulcell: fix build breakage
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-18 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 Jerome Glissesoftpipe: convert to use texture instead of surface
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 José Fonsecagallium: Enable memory debugging on all windows platforms.
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
2008-12-18 Brian Paulsoftpipe: fix vertex shader texture sampling
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
2008-12-17 Brian Paulwinsys: fix depth buffer size when using stencil
next