gallium: fix reference counting functions to be strict-aliasing compliant
[mesa.git] / src / mesa /
2009-12-01 Brian Paulmesa: added comment for target_enum_to_index()
2009-12-01 Keith WhitwellMerge commit 'origin/tgsi-simplify-ext'
2009-12-01 Keith WhitwellMerge commit 'origin/mesa_7_7_branch'
2009-12-01 Michal Krolmesa: Update vertex texture code after gallium changes.
2009-12-01 Michal Krolst: Update for renamed sampler/texture state setters.
2009-12-01 Ian Romanickmesa: set version string to 7.7-rc1
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-30 Ian Romanicki915: Actually put i915PointParameterfv in the driver...
2009-11-30 Brian Paulst/mesa: handle front/back-face +1/-1 vs. 1/0 conversion
2009-11-30 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-30 Ian Romanicki915: Fallback bit define missed on previous commit
2009-11-30 Ian Romanicki915: Round point sizes instead of truncate.
2009-11-30 Ian Romanicki915: Enable point sprite coordinate generation
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-29 Richard Lir600 : clena up a bit for last commit.
2009-11-29 Richard Lir600 : add read port allocation for uniform;
2009-11-29 Maciej Cencoraradeon: update miptree code a little
2009-11-29 Maciej Cencoraradeon: don't check the same miptree many times when...
2009-11-29 Maciej Cencoraradeon: add some debugging info
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGenf.
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGeni.
2009-11-29 Vinson Leedri: Fix potential null pointer dereference in driBindC...
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access in _mesa_TexEnvf.
2009-11-28 Maciej Cencoraradeon: need to flush cs when moving images between...
2009-11-27 José Fonsecamesa: Avoid void pointer arithmetic.
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Roland Scheideggergallium: fix more statetrackers/drivers for not using...
2009-11-26 Ian RomanickImprove implementation of GL_POINT_SPRITE_COORD_ORIGIN...
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-25 Dave Airlieradeon: fix context destroy needing lock for flushing.
2009-11-25 Dave Airlier600: add ARB_texture_non_power_of_two support.
2009-11-24 Richard Lir600 : reset stack flag with one channel only.
2009-11-24 Richard Lir600 : fix stack depth setting bug.
2009-11-25 Dave Airlieradeon: fix context destroy needing lock for flushing.
2009-11-24 Michal Krolslang: Fix allocation size.
2009-11-24 Michal Krolmesa: Fix pointer arithmetic.
2009-11-24 Ian Romanicki915: Initialize Length and Offset fields when mapping...
2009-11-24 Dave Airlier300: fix swtcl bo leak problem.
2009-11-24 Dave Airlieradeon/r200/r300/r600: make bo mapping be explicit
2009-11-24 Brian Paulmesa: use gcc __builtin_popcount()
2009-11-24 Vinson Leedri: Fix potential null pointer deference in dri_put_dr...
2009-11-23 Maciej CencoraMerge commit 'origin/mesa_7_7_branch'
2009-11-23 Maciej Cencoraradeon: fix errors in miptree related function
2009-11-23 Maciej CencoraMerge branch 'mesa_7_7_branch' of anongit.freedesktop...
2009-11-23 Michel DänzerFix the DRI swrast driver for big endian platforms.
2009-11-23 Michal Krolslang: Check return value from emit_instruction().
2009-11-23 Michal Krolslang: Be more robust with memory in concat_shaders().
2009-11-23 Vinson Leemesa: Initialize variable in _mesa_get_texel_fetch_func.
2009-11-23 Richard Lir600 : add support for shader instruction trunc and...
2009-11-22 Dave Airlier600: hopefully fix segfault.
2009-11-22 Dave Airlier600: fix inline issues
2009-11-22 Richard Lir600 : add stack depth calculation, enable CF pop.
2009-11-22 Richard Lir600 : use cf for all pop now, left optimization for...
2009-11-22 Maciej Cencorar300: fix VP source conflict resolution on 64-bit machines
2009-11-22 Maciej Cencorar300: fix SIN/COS/SCS instructions for R300 fp
2009-11-21 Maciej Cencoraradeon: fix compressed mipmapped textures
2009-11-21 Maciej Cencoraradeon: fix glCompressedTexSubImage
2009-11-21 Maciej Cencoraradeon: fix compressed mipmapped textures
2009-11-21 Maciej Cencoraradeon: fix glCompressedTexSubImage
2009-11-21 Roland Scheideggerintel: make CopyTex[Sub]Image fallback debug messages...
2009-11-21 Roland Scheideggermesa: handle different RowStride in _mesa_get_compresse...
2009-11-21 Eric Anholti965: Fix several memory leaks on exit.
2009-11-20 Richard Lir600 : eliminate Wondows line ending for test code.
2009-11-20 Dave AirlieMerge remote branch 'origin/mesa_7_7_branch'
2009-11-20 Dave Airlier100: fix texture_from_pixmap and compiz.
2009-11-19 Richard Lir600 : Clean up a bit test code mess.
2009-11-19 Keith Whitwellgallium: don't use arrays for texture width,height...
2009-11-19 Brian Paulst/mesa: replace st_flush() with pipe->flush()
2009-11-19 Brian Paulvbo: added recursion check in vbo_exec_FlushVertices()
2009-11-19 Richard Lir600 : change shader pop method for now.
2009-11-19 Brian Paulst/mesa: get rid of compressed_num_bytes() code
2009-11-19 Brian Paulst/mesa: remove is_compressed_mesa_format()
2009-11-19 Brian Paulst/mesa: remove pointless assertion
2009-11-19 Richard LiMerge branch 'master' of ssh://richardradeon@git.freede...
2009-11-19 Richard Lir600 : check in shader code test enable flag: if flag
2009-11-19 Tom Fogalmesa: define 32bit byteswap for AIX.
2009-11-19 Eric Anholtintel: Remove non-GEM support.
2009-11-19 Eric Anholtintel: Remove dead intel_context members and move some...
2009-11-19 Eric Anholtintel: Remove our special color packing macros and...
2009-11-19 Eric Anholtintel: Pack colors for blit at blit time, rather than...
2009-11-19 Eric Anholtintel: Consistently use no_batch_wrap in intel_context...
2009-11-19 Eric Anholti965: Pack brw_wm_fragment_program better.
2009-11-19 Eric Anholtmesa: Remove gratuitous padding in prog_dst_register.
2009-11-19 Eric Anholti965: Pack the brw_wm_prog_key better.
2009-11-19 Eric Anholti915: Remove dead meta_draw_quad code.
2009-11-19 Eric Anholttnl: Replace deprecated FogCoordPtr with AttribPtr...
2009-11-19 Eric Anholttnl: Replace deprecated ColorPtr[] with AttribPtr or...
2009-11-19 Eric Anholttnl: Replace deprecated IndexPtr[] with AttribPtr[...
2009-11-19 Eric Anholttnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTR...
2009-11-19 Eric Anholttnl: Replace deprecated TexCoordPtr with AttribPtr...
2009-11-19 Eric Anholttnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
2009-11-19 Eric Anholttnl: Remove unused NotifyInputChanges() tnl dd hook.
2009-11-18 Richard Lir600 : update PS and VS emit count for loop constants.
2009-11-18 Richard Lir600 : add some defs
2009-11-18 Richard Lir600 : Initial version of glsl fc.
2009-11-18 Alex Deucherr600: disable compressed texture support
2009-11-20 Eric Anholtmesa: Fix NULL deref in optimizer when NumInstructions...
2009-11-18 Alex DeucherRevert "radeon: Fix legacy bo not to reuse dma buffers...
2009-11-18 Brian Paulmesa: set version string to 7.6.1-rc1
2009-11-18 Brian Paulmesa: bump version to 7.8
next