mesa: make mm.c use unsigned ints for offsets.
[mesa.git] / src / gallium /
2008-06-17 Jakob Bornecrantzi915: Made region pool a slabpool
2008-06-17 Jakob Bornecrantzi915: Max and Min lod now works
2008-06-14 Michal Krolutil: Use pf_get_size().
2008-06-13 Jakob Bornecrantzi915: Improved the not used tile code
2008-06-13 Jakob Bornecrantzi915: Fix offsets not being used for surface targets
2008-06-13 Jakob Bornecrantzi915: Fix most of the clear problems
2008-06-13 Michal Krolgallium: Fix PIPE_FORMAT_A2B10G10R10_UNORM definition.
2008-06-13 Michal Krolgallium: Add PIPE_FORMAT_A2B10G10R10_UNORM.
2008-06-13 Michal Krolgallium: Allow pipe format component sizes to be specified
2008-06-13 Jakob Bornecrantzi915: Messed up lineloop now works
2008-06-13 Jakob Bornecrantzi915: Support all primtive types in vbuf path
2008-06-12 Brian Paulgallium: disable the codegen for TGSI_OPCODE_EXPBASE2...
2008-06-12 Keith Whitwellgallium: fix SSE codegen for instructions that use...
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-06-12 Keith Whitwellpb: don't assert(0) on failure to allocate - this is...
2008-06-12 José Fonsecagallium: Support L16 pixel format.
2008-06-12 José Fonsecapipebuffer: Fix improper memory free.
2008-06-12 José Fonsecagallium: Implement debug_get_num_option.
2008-06-11 Alan Hourihanerevert the DRI2 commits
2008-06-11 Keith Whitwelldraw: don't assume vertex position is in data[0]
2008-06-11 Keith Whitwelldraw: preserve specular alpha when flatshading -- may...
2008-06-11 Alan Hourihanefix card_extensions
2008-06-11 Alan Hourihanefix legacy DRI
2008-06-11 Alan HourihaneHook gallium i915 up to DRI2
2008-06-11 Alan Hourihanesmall optimization
2008-06-11 Alan HourihaneBring in DRI2 changes
2008-06-11 Keith Whitwelldraw: remove another debug assert on failover to generi...
2008-06-11 Keith Whitwelldraw: remove debug assert on failover to generic vs...
2008-06-10 Keith WhitwellRevert "draw: no need to rearrange most primitives...
2008-06-10 Keith Whitwelldraw: no need to rearrange most primitives in vcache...
2008-06-10 Keith Whitwelldraw: fix edgeflags on clipped poly emit
2008-06-10 Keith Whitwelldraw: rework splitting of fan/loop prims in varray...
2008-06-09 José Fonsecasoftpipe: Replace GETENV by debug_get_bool_option.
2008-06-09 José Fonsecagallium: Detect buffer overflows in the homegrown memor...
2008-06-09 José Fonsecapipebuffer: Alternative buffer manager.
2008-06-09 José Fonsecapipebuffer: Be more lenient when matching cached buffer...
2008-06-09 José Fonsecagallium: Deprecate GETENV. Replace by debug_get_bool_op...
2008-06-09 Brian Paulegl: s/softpipe_egl.so/egl_softpipe.so/
2008-06-09 Brian Paulgallium: disable a tgsi_dump() call
2008-06-09 Jakob Bornecrantzi915: Disable color buffer writes if no color buffer...
2008-06-07 Keith Whitwelldraw: fix temp vs output buffer typo in vsvg_run_elts
2008-06-06 Brian Paulegl: clean-ups
2008-06-06 Brian Paulgallium: additional comment
2008-06-06 Keith Whitwelldraw: fix intermediate buffer confusion in draw_vs_vari...
2008-06-06 Brian Paulegl: open X display if needed
2008-06-06 Keith Whitwelldraw: make sure middle-end primitive is uptodate in...
2008-06-06 Jakob Bornecrantzi915: Moved EGL_i915 to the common code
2008-06-06 Jakob Bornecrantzi915: Moved pipe_buffer and i915_winsys functions to...
2008-06-06 José Fonsecadraw: Compile draw_vs_aos only on x86.
2008-06-05 Jonathan Whiteegl: assorted fixes for Windows
2008-06-04 Brian Paulegl: do proper setup/init of EGL configs
2008-06-04 Brian Paulgallium: added tgsi_is_passthrough_shader() function
2008-06-04 Brian Paulegl: prototype some multi-API code
2008-06-04 Keith Whitwelldraw: init vsvg draw pointer
2008-06-04 Michal Krolgallium: Define PIPE_CAP_GUARD_BAND_* capabilities.
2008-06-04 Keith Whitwelldraw: respect driver's max vertex buffer size
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-03 Jakob Bornecrantzi915: Fix compile on linux-dri-debug
2008-06-03 Michal Kroldraw: Use register names more consistently.
2008-06-03 Michal Kroldraw: Fix fetch_src(). Resurrect SSE version of DP3.
2008-06-02 Michal Kroldraw: Fix DP3 implementation by replacing SSE with...
2008-06-02 Jakob Bornecrantzi915: Removed useless defines
2008-06-02 Jakob Bornecrantzi915: Implement and use the reworked batchbuffer code
2008-06-02 Jakob Bornecrantzi915: Rework of batchbuffer code
2008-06-02 José Fonsecascons: Integrate gdi winsys.
2008-06-02 José Fonsecagdi: Port of the gdi mesa driver to gallium (Alan Houri...
2008-06-02 Keith Whitwelldraw: fast element translate path without delta
2008-06-02 José Fonsecagallium: Replace XSTDCALL by PIPE_CDECL.
2008-06-02 José Fonsecagallium: Port util_time functions to windows userspace.
2008-06-02 José Fonsecagallium: More tweaks for the cosf/sinf logic.
2008-06-02 José Fonsecartasm: Use enum sse_cc in sse_cmpps.
2008-06-02 José Fonsecagallium: Fix log<->cos typo in logf.
2008-06-02 José Fonsecagallium: Fix log<->cos typo in logf.
2008-06-02 Jakob Bornecrantzi915: Fixed some warnings
2008-06-02 Jakob Bornecrantzi915: Fixed initialization of surface
2008-06-02 José Fonsecagallium: Hopefully fix the cosf/sinf/etc. conditional...
2008-06-02 José Fonsecagallium: Identify each Windows platform individually...
2008-06-02 José Fonsecadraw: Fix MSVC warnings.
2008-06-02 Michal Kroltgsi: Add assertions to the new rule that when an exten...
2008-06-02 Michal Krolbrw: SWZ no longer aliases MOV.
2008-06-02 Michal Kroli915: SWZ no longer aliases MOV.
2008-06-02 Michal Krolcell: SWZ no longer aliases MOV.
2008-06-02 Michal Kroltgsi: SWZ no longer aliases to MOV.
2008-06-02 Michal Krolgallium: The SWZ opcode no longer aliases MOV.
2008-05-31 Michal Krolbrw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroli915: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolcell: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolutil: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroltgsi: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolgallivm: Fix build after TGSI declaration interface...
2008-05-31 Michal Kroldraw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolgallium: Refactor TGSI decalaration tokens.
2008-05-31 Michal Kroli915: Comment out dead & problematic code.
2008-05-31 Michal Kroli915: Add mising include.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 Michal Krolgallium: Fix preprocessor logic.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 José Fonsecadraw: Eliminate stdio usage.
2008-05-31 José Fonsecai915: Eliminate void pointer arithmetic.
2008-05-31 José Fonsecagallium: MSVC 8.0 already defines the cosf, sinf, etc.
next