nv30: check for NULL vertex buffers in prevalidate_vbufs
[mesa.git] / src / mesa /
2012-05-19 Brian Paulst/mesa: use pipe_sampler_view_release() in st_destroy_...
2012-05-19 Brian Paulmesa: use F_TO_I() instead of IROUND()
2012-05-19 Brian Paulmesa: reimplement IROUND(), add F_TO_I()
2012-05-19 Brian Paulmesa: fix Z32_FLOAT -> uint conversion functions
2012-05-19 Brian Paulst/mesa: remove unused pipe variable
2012-05-19 Brian Paulst/mesa: added st_print_current_vertex_program(), for...
2012-05-19 Brian Paulmesa: add GLSL_REPORT_ERRORS debug flag
2012-05-19 Brian Paulmesa: add some comments on shaderapi.c functions
2012-05-19 Vinson Leemesa: Remove undefinition of _P symbol.
2012-05-17 Jordan Justenstate_tracker: remove sw_primitive_restart from st_context
2012-05-17 Jordan Justenstate_tracker: remove software handling of primitive...
2012-05-17 Jordan Justenstate_tracker: set PrimitiveRestartInSoftware if needed
2012-05-17 Jordan Justenvbo: use software primitive restart in the VBO module
2012-05-17 Jordan Justenmesa: add PrimitiveRestartInSoftware to gl_context...
2012-05-17 Jordan Justenvbo: add software primitive restart support
2012-05-17 Eric Anholtmesa: Check for framebuffer completeness before looking...
2012-05-17 Eric Anholtmesa: Fix assertion failure when a cube face is not...
2012-05-17 Eric Anholti965/vs: Fix up swizzle for dereference_array of matrices.
2012-05-17 Eric Anholtmesa: Throw error on glGetActiveUniform inside Begin...
2012-05-17 Eric Anholti965/fs: Do more register coalescing by using the inter...
2012-05-17 Christoph Bumillerst/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target...
2012-05-15 Paul Berryi965/blorp: Move exec() out of brw_blorp_params.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: Expose surface setup internals for use by blits.
2012-05-15 Paul Berryi965: split gen{6,7}_blorp_exec functions into manageab...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.
2012-05-15 Kenneth Graunkei965: Implement guardband clipping on Ivybridge.
2012-05-15 Kenneth Graunkei965: Implement guardband clipping on Sandybridge.
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-05-14 Eric Anholti965/fs: Remove the requirement of no dead code for...
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Eric Anholti965/fs: When doing no work for live interval calculati...
2012-05-14 Eric Anholti965/gen7: Set tile_x/y to 0 in the no-stencil case.
2012-05-14 Eric Anholtintel: Fix signed/unsigned comparison warnings.
2012-05-14 Eric Anholtintel: Fix compile warning from 7b6424143d8bf572cadd46a...
2012-05-14 Eric Anholtintel: Fix compiler warning from 3cd7bee48f7caf7850ea64...
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
2012-05-14 Kenneth Graunkei965/fs: Use a const reference in fs_reg::equals instea...
2012-05-14 Oliver McFaddenmesa: print the Git SHA1 in GL_VERSION for ES1 and...
2012-05-14 Oliver McFaddenmesa: GLES specifies restrictions on uniform matrix...
2012-05-12 Ben Skeggsnouveau/vieux: finish != flush, how about we do that..
2012-05-11 Brian Paulmesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FB...
2012-05-11 Brian Paulmesa: implement DEBUG_ALWAYS_FLUSH debug option
2012-05-11 Brian Paulmesa: define DEBUG_SILENT flag, use in output_if_debug()
2012-05-11 Brian Paulmesa: clean-up the debug/verbose flag setup code
2012-05-11 Brian Paulmesa: do FLUSH_VERTICES() in _mesa_flush/finish()
2012-05-11 Brian Paulmesa: fix glMaterial / dlist bug
2012-05-11 Brian Paulmesa: fix/add error check in _mesa_ColorMaterial()
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezst/mesa: Use local temporary registers.
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.c to C++
2012-05-10 Paul Berryi965/hiz: Make void pointer type casts explicit
2012-05-10 Paul Berryintel: Work around differences between C and C++ scopin...
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-05-09 Christoph Bumillerglsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil
2012-05-09 Yuanhan Liui965: fix wrong cube/3D texture layout
2012-05-08 Brian Paulvbo: add some comments
2012-05-08 Brian Paulmesa: remove needless casts in save_EdgeFlag()
2012-05-08 Brian Paulmesa: minor clean-ups in dlist material code
2012-05-08 Brian Paulmesa: fix error strings in dlist code
2012-05-08 Marek Olšákmesa: add gl_context::NewDriverState and use it for...
2012-05-08 Marek Olšákmesa: move gl_client_array*[] from vbo_draw_func into...
2012-05-08 Marek Olšákvbo: move vbo_draw_method into vbo_context.h
2012-05-07 Paul Berryi965/Gen7: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryi965/Gen6: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryfbo: Only reuse depth/stencil attachments if the parame...
2012-05-07 Paul Berryi965: Fix mipmap offsets for HiZ and separate stencil...
2012-05-07 Chad Versaceintel: Disable ARB_framebuffer_object in ES contexts
2012-05-06 Jordan Justenmesa: Add primitive restart support to glArrayElement
2012-05-05 Kenneth Graunkeintel: Remove pointless software fallback for glBitmap...
2012-05-04 Eric Anholtmesa: Prevent buffer underrun when handling MESA_GL_EXT...
2012-05-04 Eric Anholti965/fs: Fix regression in comparison handling from...
2012-05-04 Eric Anholti965: Add a comment about the state flag for sRGBEnabled.
2012-05-04 Eric Anholtintel: Return success when asked to allocate a 0-width...
2012-05-04 Eric Anholti965: Add support for GL_ARB_draw_buffers_blend.
2012-05-04 Brian Paulmesa: do more teximage error checking for generic compr...
2012-05-03 Kristian Høgsberggbm: Add gbm_bo_write entry point
2012-05-02 Dylan Noblesmithmesa: add _mesa_shader_debug()
2012-05-02 Viktor Novotnýdri/nv10-nv20: Add support for S3TC
2012-05-02 Viktor Novotnýdri/nouveau: Add general support for compressed formats.
2012-05-01 Brian Paulxlib: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulnouveau: use _mesa_is_winsys/user_fbo() helpers
2012-05-01 Brian Paulradeon: use _mesa_is_winsys/user_fbo() helpers
2012-04-30 Marek Olšákst/mesa: unmap upload buffer after uploading indices...
2012-04-30 Sean V Kelleyi965: Support Android RGBX8888 format for EGL generated...
2012-04-30 Ander Conselvan... intel: set dri_format field for all images
2012-04-30 Ander Conselvan... intel: properly return the image format on intel_query_...
2012-04-30 Dylan Noblesmithmesa: reject immutable textures in glEGLImageTargetText...
2012-04-29 Marek Olšákcso: cso_context should install u_vbuf by itself and...
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_buffer
2012-04-29 Marek Olšákst/mesa: reorder code in draw_vbo
2012-04-29 Marek Olšákst/mesa: remove more unnecessary code in draw_vbo
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_index_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_vertex_buffer
2012-04-29 Marek Olšákst/mesa: make user constant buffers optional
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
next