st/xlib: Try to propagate failure to create framebuffer.
[mesa.git] / src / mesa /
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...
2010-04-18 Marek Olšákr300/compiler: enable branch emulation for R500 fragmen...
2010-04-18 Nicolai Hähnler300/compiler: Implement branch emulation for R300...
2010-04-18 José Fonsecamesa: Restore comment too.
2010-04-18 Vinson Leeglsl: Fix handling of OPCODE_PRINT for no registers...
2010-04-18 Vinson Leei965: Assert that an OPCODE_IF was seen before an OPCOD...
2010-04-17 Vinson Leer300/compiler: Remove unnecessary header.
2010-04-17 Vinson Leer300/compiler: Add radeon_program_tex.c to SCons build.
2010-04-17 Marek Olšákr300/compiler: add emulation of all mirrored-clamp...
2010-04-17 Marek Olšákr300/compiler: replace mirrored-repeat emulation with...
2010-04-16 Marek Olšákr300/compiler: add handy definitions for XYZ0 and smear...
2010-04-16 Marek Olšákr300/compiler: make ARB_shadow_ambient optional
2010-04-16 Marek Olšákr300/compiler: restore r500-specific bits of TEX transf...
2010-04-16 Brian Paulst/mesa: add prototype for st_bufferobj_validate_usage()
2010-04-16 Tormod Voldensavage: call _mesa_meta_init/free()
2010-04-16 Vinson Leest/mesa: Remove NULL check of pointer that could not...
2010-04-16 Corbin Simpsonr300/compiler: Fix texture instruction readmasks.
2010-04-16 Corbin Simpsonr300/compiler: Fix magic numbers in readmasks.
2010-04-16 Corbin Simpsonr300/compiler: Oops, this slipped through.
2010-04-16 Corbin Simpsonr300/compiler: Save Q for mirror and repeat.
2010-04-16 Corbin Simpsonr300/compiler: Split off texture fixes to their own...
2010-04-16 Vinson Leedrisw: Move pointer dereferences to after NULL checks.
2010-04-16 Vinson Leest/mesa: Move dereference and assignment to after NULL...
2010-04-16 Vinson Leemesa: Add missing format specifiers in error strings.
2010-04-16 Marek Olšákr300/compiler: fix repeat wrap mode for TXP and NPOTs
2010-04-15 Marek Olšákr300/compiler: kill off RC_WRAP_CLAMP
2010-04-15 Vinson Leest/mesa: Remove unnecessary headers.
2010-04-14 Marek Olšákst/mesa: put ATI_texture_mirror_once in the right place
2010-04-14 Marek Olšákst/mesa: trivially enable ATI_texture_mirror_once
2010-04-13 Jakob Bornecrantzi915: Fix comments about cube layouts
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Vinson Leest/mesa: Remove state_tracker/st_framebuffer.c from...
2010-04-13 Chia-I Wust/mesa: Drop st_public support.
2010-04-13 Corbin Simpsonr300/compiler: Hax around instructions limits in mirror...
2010-04-12 Dave Airlieffvertex: don't touch tex coords if coord replace is...
2010-04-12 Luca Barbierist/mesa: half float vertex support (unexposed)
2010-04-12 Corbin Simpsonr300/compiler: Comment code, add much better mirror...
2010-04-12 Corbin Simpsonr300/compiler: Implement texcoord repeat and mirror...
2010-04-12 Corbin Simpsonr300/compiler: Add NPOT compatibility fields to externa...
2010-04-12 Török EdwinFix build with --enable-32-bit.
2010-04-12 Dan NicholsonRevert "dri/drivers: fix 32bit builds on 64bit systems"
2010-04-11 Maciej Cencoradri/drivers: fix 32bit builds on 64bit systems
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
next