gallivm: Centralize the cpu caps detection.
[mesa.git] / src /
2010-04-24 José Fonsecagallivm: Centralize the cpu caps detection.
2010-04-24 José Fonsecallvmpipe: Pass flatshade_first to setup.
2010-04-24 José Fonsecasvga: D3DCOLOR actually stands for B8G8R8A8.
2010-04-24 José Fonsecasvga: Translate recently added vertex formats.
2010-04-24 José Fonsecacso_cache: Ensure irrelevant state of the blend state...
2010-04-24 Jakob Bornecrantzst/dri: DRI2 give proper binding to depth buffer
2010-04-24 José Fonsecasw/xlib: Fix bad logic in shm allocation.
2010-04-24 José Fonsecagallivm: LLVMConstBitCast -> LLVMBuildBitCast
2010-04-24 Dave Airliellvmpipe: add initial autoconf support.
2010-04-24 Vinson Leenouveau: Add to SCons build.
2010-04-24 Vinson Leegallium/docs: Update Gallium version number to 0.4.
2010-04-24 Vinson Leellvmpipe: Remove unused variable.
2010-04-24 Vinson Leegallium: In option helpers, move assignment outside...
2010-04-24 Brian Paulst/mesa: checkpoint WIP: mipmap generation for compress...
2010-04-24 Brian Paulxlib/sw: remove stray semicolon
2010-04-24 Brian Paulsoftpipe: compressed formats can't be render targets
2010-04-24 Brian Paulgallium/util: document that pack/unpack strides are...
2010-04-23 Brian Paulst/mesa: minor improvements in fallback_generate_mipmap()
2010-04-23 Brian Paulst/mesa: remove unneeded #includes and add/update comments
2010-04-23 Brian Paulst/mesa: clean-up: use st_context() everywhere
2010-04-23 Brian Paulmesa: simplify some code in _mesa_generate_mipmap()
2010-04-23 Brian Paulgallium/failover: include u_memory.h for MALLOC, FREE
2010-04-23 Brian Paulgallium/draw: remove old comment
2010-04-23 Jakob Bornecrantzgallium: Convert some uses of get option to static
2010-04-23 Jakob Bornecrantzgallium: Add static get option helpers
2010-04-23 Jakob Bornecrantzgallium: Add option to not print options
2010-04-23 José Fonsecagallium: s/free/FREE/ and same for friends.
2010-04-23 Brian Paulst/mesa: re-do binding flags in st_ChooseTextureFormat...
2010-04-23 Brian Paulst/mesa: replace 'usage' with 'bindings'
2010-04-23 Brian Paulst/mesa: replace 'usage' with 'bindings' to be consistent
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Aaron PlattnerFix __glXInitializeVisualConfigFromTags's handling...
2010-04-23 Stephen Johnsondraw: use FREE() instead of free()
2010-04-23 Brian Paulst/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag...
2010-04-23 Brian Paulst/mesa: get rid of default_deep_rgba_format()
2010-04-23 Brian Paulmesa: make is_compressed_format() non-static
2010-04-23 Brian Paulmesa: faster, simpler is_compressed_format()
2010-04-23 Brian Paulllvmpipe: rename texture refs to resource refs
2010-04-23 Alan Hourihanellvmpipe: update for half float formats
2010-04-23 José Fonsecast/xlib: Try to propagate failure to create framebuffer.
2010-04-23 José Fonsecasoftpipe: YUV textures should be supported.
2010-04-23 José Fonsecamesa/st: Remove dead members.
2010-04-23 José Fonsecasw/xlib: Fallback to XPutImage when shmget fails.
2010-04-23 Brian Paulllvmpipe: increase max 2D texture / surface size to...
2010-04-23 Brian Paulllvmpipe: rename MAXWIDTH, MAXHEIGHT
2010-04-23 Brian Paulllvmpipe: rename lp_tile_size.h to lp_limits.h
2010-04-23 Brian Paulllvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_...
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Jerome Glisser600: don't enable depth test if there is no depth...
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-23 Michel Dänzerglx/dri2: Fix build with dri2proto which doesn't define...
2010-04-23 Vinson Leellvmpipe: Remove unused variable.
2010-04-22 Eric Anholti965: Fix assertion for surface tile offset usage on...
2010-04-22 Eric Anholti965: Fix scissoring when width or height is 0.
2010-04-22 Zack Rusingallivm: implement indirect addressing over temporaries
2010-04-22 Zack Rusingallivm: implement indirect addressing over constants
2010-04-22 Tormod Voldenradeon: 9800 SE has only one quadpipe
2010-04-22 Brian Paulgallium: use better param name
2010-04-22 Brian Paulgallivm: remove Z/stencil special case code in lp_build...
2010-04-22 Brian Paulst/mesa: assert that binding flags are properly set...
2010-04-22 Brian Paulst/mesa: fix binding flags in st_ChooseTextureFormat()
2010-04-22 Jesse BarnesDRI2/GLX: check for vblank_mode in DRI2 GLX code
2010-04-22 Jesse BarnesDRI2: add config query extension
2010-04-22 José Fonsecallvmpipe: Undo zs tiling changes.
2010-04-22 José Fonsecagallium/docs: Unswap PIPE_BIND_SHARED's comment.
2010-04-22 Brian Paulgallium/docs: many updates to screen.rst
2010-04-22 José Fonsecallvmpipe: Portability fixes.
2010-04-22 José Fonsecallvmpipe: Fix rendering to non 32bpp formats.
2010-04-22 Zack Rusingallivm: update comments
2010-04-22 Zack Rusingallivm: fix nested cont statements
2010-04-22 Zack Rusingallivm: fix nested break statemants
2010-04-22 Zack Rusingallivm: make sure we return the correct type when...
2010-04-22 José Fonsecallvmpipe: Use resource_is_texture() consistently.
2010-04-22 Brian Paulgallium: fix comment language, remove dangling comment
2010-04-22 Brian Paulst/mesa: consolidate code for finding supported formats
2010-04-22 Brian Paulst/mesa: refactor depth/stencil format selection code
2010-04-22 Brian Paulmesa: sort texel fetch/store table by format index
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-22 Brian Paulst/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_...
2010-04-22 Brian Paulmesa: fix conversion errors in signed_rgba8888[rev...
2010-04-22 José Fonsecallvmpipe: Fix resource_is_texture.
2010-04-22 José Fonsecallvmpipe: Do not advertise S3TC rendering support.
2010-04-22 José Fonsecallvmpipe: Fix typo in assert.
2010-04-22 José Fonsecau_format: Reduce code duplication.
2010-04-22 Vinson Leegallivm: Remove unused variable.
2010-04-22 Alex Deucherr300g: fix vertex unit setup
2010-04-22 Alex Deucherr300: fix vertex unit setup
2010-04-22 Vinson Leegallium/util: Fix deviation calculation in u_cache.
2010-04-22 Vinson Leegallium/tests: Add test case for u_cache.
2010-04-22 Brian Paulgallivm: added some assertions in loop-gen code
2010-04-21 Brian Paulgallivm: fix copy&paste error: s/cont_stack_size/break_...
2010-04-21 Brian Paulgallivm: emit_instruction() is boolean
2010-04-21 Brian Paulllvmpipe: add missing dependency in Makefile
2010-04-21 Brian Paulgallivm: implement TGSI KILP
2010-04-21 José Fonsecadraw: Make LLVM integration work without llvmpipe too...
2010-04-21 Marek Olšákradeon: fix warning
2010-04-21 Marek Olšákr300g: raise the max index for generic varyings to 32
2010-04-21 Brian Paulsoftpipe: call draw_wide_point_sprites()
2010-04-21 Brian Paulgallium/draw: fix point sprite handling
2010-04-21 Brian Paulgallium/draw: use local var to simplify code
next