scons: Add Haiku build support
[mesa.git] / src / mesa /
2012-01-17 Eric Anholti965: Convert the build to using automake.
2012-01-17 Eric Anholtintel: Drop the version override code now that we don...
2012-01-17 Eric Anholtintel: Fix warnings of undefined ffs().
2012-01-17 Chad Versacei965: Fix gen6,gen7 when used with a non-HiZ capable DDX
2012-01-16 Anuj Phogatintel: Fix segfault in glXSwapBuffers with no bound...
2012-01-15 Matt Turnerr200: remove left-over EGL_SOURCES variable
2012-01-15 Marek Olšákmesa: update compute_version for GL3
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-13 Chad Versacei965: Comment gen6_hiz_get_framebuffer_enum()
2012-01-13 Neil Robertsgen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
2012-01-13 Brian Paulmesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
2012-01-13 Brian Paulosmesa: fix renderbuffer format selection
2012-01-12 Vinson Leei965: Fix Coverity wrong sizeof argument defect.
2012-01-12 Paul Berryi965: Set pitch of pull constant buffers to 16.
2012-01-12 Paul Berryi965 gen4-6: Fix off-by-one errors brw_create_constant_...
2012-01-12 Brian Paulosmesa: fix glReadPixels, etc
2012-01-12 Brian Paulintel: move declaration before code
2012-01-12 Brian Paulintel: fix mapping of malloc'd renderbuffers
2012-01-12 Eric Anholtmesa: Throw the required error for glCopyPixels from...
2012-01-12 Eric Anholtmesa: Throw the required error for glCopyTex{Sub,}Image...
2012-01-12 Eric Anholtmesa: Throw the required error for glReadPixels() from...
2012-01-12 Eric Anholtmesa: Avoid short-circuiting realloc of renderbuffers...
2012-01-12 Eric Anholtmeta: Add GL_RED/GL_RG support to meta CopyTexImage.
2012-01-12 Eric Anholti965/gen7: Fix depth buffer rendering to tile offsets.
2012-01-12 Brian Paulmesa: remove incorrect (float) cast in mipmap do_row()
2012-01-12 Brian Paulswrast: use BITFIELD64_BIT() macro to fix MSVC warnings
2012-01-12 Brian Paulmesa: fix ir_variable declaration
2012-01-12 Brian Paulmesa: fix incorrect float vs. int values in a few places
2012-01-12 Brian Paulmeta: fix incorrect argument order in setup_texture_coo...
2012-01-12 Brian Paulmesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo...
2012-01-12 Brian Paulmesa: whitespace, 80-column wrapping in buffers.c
2012-01-12 Brian Paulmesa: remove obsolete comment on _mesa_dest_buffer_exists()
2012-01-12 Brian Paulst/mesa: whitespace fixes, 80-column wrapping
2012-01-12 Brian Paulmesa/gallium: add FFS_DEFINED to protect ffs() from...
2012-01-12 Brian Paulst/mesa: re-order #includes in st_manager.c
2012-01-12 Brian Paulst/mesa: fix struct vs. class compilation warning
2012-01-12 Brian Paulmesa: remove _mesa_ffs(), implement ffs() for non-GNU...
2012-01-12 Brian Paulvbo: fix breakage from previous commit
2012-01-12 Brian Paulvbo: fix void * arithmetic compilation error on MSVC
2012-01-12 Yuanhan Liuvbo: introduce vbo_get_minmax_indices function
2012-01-12 Brian Paulmesa: remove const qualifier from fProg to silence...
2012-01-12 Brian Paulmesa: include uniforms.h to silence warning, remove...
2012-01-11 Anuj PhogatEnable is_front_buffer_rendering variable in case of...
2012-01-11 Jakob Bornecrantzmesa: Remove unused opengl version macro
2012-01-11 Ian Romanicki965: Don't use _mesa_ir_link_shader to do our dirty...
2012-01-11 Ian Romanicki965: Don't calculate masks of used FS inputs
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Ian Romanickmesa: Validate sampler settings using uniform storage
2012-01-11 Ian Romanickmesa: Track fixed-function fragment shader as a shader
2012-01-11 Ian Romanickmesa: Use static buffer for uniform name
2012-01-11 Ian Romanickmesa: Use uniform interfaces in fixed-function fragment...
2012-01-11 Kenneth Graunkei965: Don't reallocate push constant URB space on new...
2012-01-11 Eric Anholti965: Fix compiler warning from uninitialized "success...
2012-01-11 Eric Anholti965/gen7: Fix segfault in transform feedback to DYNAMI...
2012-01-11 Eric Anholti965/vs: Try to emit more components of constant vector...
2012-01-11 Brian Paulmesa: add _mesa_HashNumEntries() function
2012-01-11 Brian Paulxlib: stop calling XShmQueryVersion()
2012-01-11 Brian Paulxlib: call register_with_display() in Fake_glXChooseFBC...
2012-01-11 Dave Airliest/mesa: rename translate_texture_target, and make...
2012-01-11 Dave Airlieglsl_to_tgsi: add support for shadow cube map sampling.
2012-01-11 Paul Berrymesa: Fix transform feedback of unsubscripted gl_ClipDi...
2012-01-11 Dave Airliest_extensions: fixup GLSL 1.30 related enables (v3)
2012-01-11 Dave Airliest_glsl_to_tgsi: use ISSG and fixup IABS
2012-01-11 Dave Airliemesa/clear: fix crashes with illegal clear tests.
2012-01-11 Dave Airliemesa: fix cubemap depth completeness test
2012-01-11 Eric Anholti965: Claim to support 4 multisamples on gen6+.
2012-01-11 Eric Anholti965: Increase the number of array texture levels to...
2012-01-11 Eric Anholti965: Fix compiler warnings from hiz changes.
2012-01-11 Chad Versacei965/gen7: Fix batch length for 3DSTATE_HIER_DEPTH_BUFFER
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-10 Chad Versacei965: Replace references to stencil region size with...
2012-01-10 Chad Versacei965: Fix misnamed GEN7_WM_DEPTH_RESOLVE
2012-01-10 Brian Paulmesa: fix > vs. >> typo in EXPAND_3_8() macro
2012-01-10 Brian Paulst/mesa: remove unnecessary memset()/zero call
2012-01-10 Brian Paulmesa: use STATIC_ASSERT in a few more places
2012-01-10 Brian Paulmesa: move _mesa_clear_accum_buffer() inside FEATURE_ac...
2012-01-10 Brian Paulmesa: add missing color buffer datatype check for glBli...
2012-01-10 Jakob Bornecrantzmesa: Silence warning
2012-01-10 Jakob Bornecrantzmesa: Silence warning
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-10 Kenneth Graunkei965: Fix zeroing of unused attributes in 3DSTATE_SBE.
2012-01-10 Kenneth Graunkei965: Re-sync outdated comments about Gen6+ push constants.
2012-01-10 Kenneth Graunkei965: Update dirty bit comments for the gen7_ps_state...
2012-01-10 Kenneth Graunkei965: Annotate the use of _NEW_PROGRAM in Gen6+ SF...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the gen7_sb...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH...
2012-01-09 Kenneth Graunkemesa: Bump version to 8.0 (devel)
2012-01-09 Eric Anholti965/fs: Fix projector==1.0 optimization pre-gen6.
2012-01-09 Eric Anholti965/fs: Fix GPU hangs with 16-wide integer div/mod...
2012-01-09 Brian Paulmesa: fix error message in _mesa_BlitFramebufferEXT()
2012-01-09 Brian Paulmesa: check depth, stencil formats (not depths) in...
2012-01-09 Brian Paulmesa: add missing error check for linear blit of intege...
2012-01-09 Brian Paulswrast: convert blit_linear() to Map/UnmapRenderbuffer()
2012-01-09 Brian Paulmesa: add _mesa_unpack_ubyte_rgba_row() function
2012-01-09 Brian Paulmesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpac...
next