Merge branch '7.8'
[mesa.git] / src / mesa /
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Pierre WillenbrockDisable scissor when begining meta operations
2010-04-28 Pierre WillenbrockDon't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
2010-04-28 Pierre WillenbrockFill the padding between entrys in the sampler key
2010-04-28 Eric Anholti915: Add debugging for just prorgam compile under...
2010-04-28 Eric Anholti915: Provide counts in the error messages for program...
2010-04-27 Marek Olšákradeon: fix warnings
2010-04-27 Pierre Willenbrockmesa: Disable scissor when begining meta operations
2010-04-27 Ian RomanickAdd missing _ in extension category name
2010-04-27 Pierre Willenbrockmesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB...
2010-04-27 Brian Paulmesa: move/rename is_depth_or_stencil_format()
2010-04-27 Brian Paulst/mesa: rename var and update st_choose_format() comments
2010-04-27 Chia-I Wuglapi: Fix loading of old DRI drivers.
2010-04-27 Brian Paulst/mesa: call is_format_supported() for compressed...
2010-04-27 Brian Paulst/mesa: 80-column wrapping
2010-04-27 Brian Paulst/mesa: try to get actual compressed format for GL_COM...
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-27 Brian Paulst/mesa: fix strides in (de)compress_image() functions
2010-04-27 Jakob Bornecrantzdri_util: Assume error checking is done properly in...
2010-04-27 Brian Paulmesa: start adding GL 3.1 signed normalized texture...
2010-04-26 Alex Deucherr600: add support for more rendering formats
2010-04-26 Alex Deucherr600: avoid setting invalid bit on r7xx for blits
2010-04-26 Andre Maasikasr600: enable VERT_RESULT_PSIZ - makes point size &...
2010-04-26 Andre Maasikasr600: adjust point sprites after 911fa4a4a1
2010-04-25 Jakob Bornecrantzst_api: Remove st_module
2010-04-25 Vinson Leeradeon: Remove NULL check of bo_legacy->tobj.
2010-04-25 Vinson Leedri: Remove unnecessary header.
2010-04-24 José Fonsecamesa: Eliminate multiple va_list usage.
2010-04-24 Brian Paulst/mesa: checkpoint WIP: mipmap generation for compress...
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 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 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 José Fonsecamesa/st: Remove dead members.
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-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 Tormod Voldenradeon: 9800 SE has only one quadpipe
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 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 Alex Deucherr300: fix vertex unit setup
2010-04-21 Marek Olšákradeon: fix warning
2010-04-21 José Fonsecamesa/st: Translate a few more mesa/gallium formats.
2010-04-21 Brian Paulmesa: do version checking for GL 3.x queries
2010-04-21 Brian Paulmesa: API and state for GL 3.1 primitive restart
2010-04-21 Brian Paulmesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK query
2010-04-21 Brian Paulmesa: remove some comments
2010-04-21 Zhenyu Wangintel: Add Sandybridge mobile chipset id
2010-04-21 Zhenyu Wangintel: Clean up chipset name and gen num for Ironlake
2010-04-20 Brian Paulmesa: better, smaller error handling code for glGet*()
2010-04-20 Brian Paulmesa: better, smaller error handling code for glEnable...
2010-04-20 Brian Paulmesa: raise GL_INVALID_OPERATION for glReadPixels(GL_CO...
2010-04-20 Eric Anholti915: Map sampler indices to texture units correctly...
2010-04-20 Eric Anholti915: Add missing break; after handling the stub NOISE...
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-20 Brian Paulglapi: GL 3.x xml file
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian Paulmesa: unmap the immediate mode VB before destroying it
2010-04-19 José Fonsecamesa/st: Update for index bias interface change.
2010-04-19 Brian Paulst/mesa: invert scissor rect depending on FB orientation
2010-04-19 Matthieu Herrbmesa: Fix build with gcc 3.3.
2010-04-19 Matthieu Herrbradeon: Let this build with gcc 3.3
2010-04-19 Owain Ainsworthradeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.
2010-04-19 Matthieu Herrbmesa: Use __OpenBSD__ to check for OpenBSD.
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-19 Dave Airlier300c/r300g: add 3155 rv380 pci id
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_texture/st_get_stobj_resource/
2010-04-19 Brian Paulst/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
2010-04-19 Brian Paulst/mesa: remove st_texture_object::pipe field
2010-04-19 Brian Paulst/mesa: s/st_renderbuffer_get_sampler_view/st_get_rend...
2010-04-19 Brian Paulst/mesa: s/st_sampler_view_from_texture/st_create_textu...
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_sampler_view/st_get_texture_sam...
2010-04-18 Marek Olšákr300/compiler: lower CEIL
2010-04-18 Marek Olšákr300/compiler: enable branch emulation for vertex shaders
2010-04-18 Marek Olšákr300/compiler: optimize CMP for vertex shaders a bit
2010-04-18 Nicolai Hähnler300/compiler: Use memory_pool_array_reserve in deadcod...
2010-04-18 Nicolai Hähnler300/compiler: Use memory_pool_array_reserve in r500...
next