gallivm: Adapt to header file move in LLVM 2.4.
[mesa.git] / src / gallium /
2009-01-12 Michel Dänzergallivm: Adapt to header file move in LLVM 2.4.
2009-01-12 Ben Skeggsnv50: make rtt work again
2009-01-12 Ben Skeggsnv50: fix handling of depth textures
2009-01-12 Ben Skeggsnv50: another typo..
2009-01-12 Ben Skeggsnouveau: fix warning
2009-01-12 Ben Skeggsnv50: fix assertion failure
2009-01-12 Ben Skeggsnv50: remove previous hack to manage tiled surfaces
2009-01-12 Ben Skeggsnv50: fix a typo and a thinko
2009-01-12 Ben Skeggsnv50: enable npot textures
2009-01-12 Ben Skeggsnv50: disable shader debug
2009-01-12 Ben Skeggsnv50: any cpu access to a texture is done on its backin...
2009-01-12 Ben Skeggsnv50: create buffers for each image that makes up a...
2009-01-12 Ben Skeggsnouveau: return buffer map to something sane.
2009-01-12 Ben Skeggsnouveau: use usage, not uninitialised flags value...
2009-01-11 Brian Paulcell: optimize unpack_colors() function, saving 12...
2009-01-11 Brian Paulcell: move color unpacking code into separate function
2009-01-11 Brian Paulcell: re-order the z/stencil fetch/extract/convert...
2009-01-11 Brian Paulcell: datatype clean-ups in SPE rtasm
2009-01-11 Brian Paulcell: simplify the 'optional register' code
2009-01-11 Brian Paulcell: asst datatype clean-ups
2009-01-11 Brian Paulcell: move depth/stencil code into separate function
2009-01-11 Brian Paulcell: clean-up, re-indent, comments
2009-01-10 Brian Paulcell: use tgsi_dump_instruction() instead of spe_comment()
2009-01-10 Brian Paulgallium: use tgsi_dump_instruction() instead of ppc_com...
2009-01-10 Brian Paulgallium: remove unused struct type
2009-01-10 Brian Paulgallium: fix register clobber bug in TGSI->PPC codegen
2009-01-10 Brian Paulgallium: emit comments in TGSI->PPC codegen
2009-01-10 Brian Paulgallium: code to dump/debug PPC code (disabled)
2009-01-10 Brian Paulgallium: added comment/annotation support to PPC rtasm
2009-01-10 Brian Paulcell: added rule to produce .s assembly files
2009-01-10 Brian Paulgallium: s/false/FALSE/
2009-01-10 Younes Mantonnouveau: Update nv30 swizzling.
2009-01-10 Younes Mantonnouveau: Factor out common winsys bits into libnouveaudrm.a
2009-01-10 Younes Mantong3dvl: Use Gallium thread wrappers.
2009-01-10 Younes Mantong3dvl: Use Gallium MALLOC wrappers.
2009-01-10 Younes Mantong3dvl: Get rid of old unbuffered motion compensation...
2009-01-10 Younes Mantong3dvl: Map vertex bufs once per frame/flush.
2009-01-10 Younes Mantonnouveau: Catch some more leaks.
2009-01-10 Younes Mantong3dvl: Allocate one set of bufs, let winsys rename...
2009-01-10 Younes Mantonnouveau: Add busy() query, determines if BOs can be...
2009-01-10 Younes Mantonnouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.
2009-01-10 Younes Mantong3dvl: Expand YCbCr to full RGB range by default.
2009-01-10 Younes Mantong3dvl: Flag textures holding incoming data as dynamic.
2009-01-10 Younes Mantonnouveau: Put dynamic textures in GART for CPU access...
2009-01-10 Younes Mantongallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.
2009-01-10 Younes Mantonnouveau: Swizzle textures larger than nv04 SIFM limit...
2009-01-09 José Fonsecadraw: Add missing include.
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.
next