glsl: Convert ir_call to be a statement rather than a value.
[mesa.git] / src / mesa /
2012-04-02 Kenneth Graunkei965/aub: Dump a final bitmap from DestroyContext.
2012-04-01 Eugeni Dodonovintel: add PCI IDs for Ivy Bridge GT2 server variant
2012-03-30 Kenneth Graunkeintel: Add some PCI IDs for Haswell.
2012-03-30 Kenneth Graunkei965: Set "Shader Channel Select" fields in Haswell...
2012-03-30 Kenneth Graunkei965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
2012-03-30 Kenneth Graunkei965: Set "Stencil Buffer Enable" bit on Haswell.
2012-03-30 Kenneth Graunkei965: Set Line Stipple enable bit in 3DSTATE_SF for...
2012-03-30 Kenneth Graunkei965: Update max VS/PS threads shift offsets for Haswell.
2012-03-30 Kenneth Graunkei965: Disable HiZ on Haswell for now.
2012-03-30 Kenneth Graunkei965: Add initial IS_HASWELL() macros.
2012-03-30 Kenneth Graunkei965: Avoid explicit accumulator operands in SIMD16...
2012-03-30 Marek Olšákgallium: adapt to get_query_result interface change
2012-03-28 Yuanhan Liuintel: fix un-blanced map_refcount issue
2012-03-27 Neil RobertsAdd support for GL_EXT_unpack_subimage on GLES2
2012-03-27 Benjamin Franzkegles: Enable the GL_EXT_read_format_bgra extension
2012-03-27 Benjamin Franzkegles1: Enable GL_EXT_texture_format_BGRA8888 in APIspec
2012-03-26 Dylan Noblesmithglapi: regenerate enums.c
2012-03-26 Dylan Noblesmithregen for "glapi: sort ARB extensions by number"
2012-03-26 Vinson Leemesa: Fix memory leak in generate_mipmap_compressed.
2012-03-26 Dave Airlieglapi: ARB_blend_func_extended support + regen. (v2)
2012-03-25 Dave Airlieintel: fix TFP at 16-bpp
2012-03-24 Vinson Leemesa: Fix memory leak in _mesa_get_uniform_location.
2012-03-23 Brian Paulst/mesa: fix mipmap image size computation w.r.t. textu...
2012-03-23 Brian Paulmesa: set numFaces=6 for cube maps in _mesa_test_texobj...
2012-03-22 Dylan Noblesmithintel: fix null dereference processing HiZ buffer
2012-03-21 Brian Paulst/mesa: set MaxUnrollIterations = 255
2012-03-21 Eric Anholtintel: Make use of the new GPU-unsynchronized map funct...
2012-03-21 Eric Anholtintel: Drop the tracking of bo_map vs bo_map_gtt for...
2012-03-21 Eric Anholti965: Avoid flushing the batch for busy BOs for ARB_mbr...
2012-03-21 Eric Anholtintel: Handle devid overrides using libdrm.
2012-03-21 Eric Anholtintel: Ask libdrm to dump an AUB file if INTEL_DEBUG...
2012-03-21 Eric Anholtdrirc: Add missing XML attributes that made the driconf...
2012-03-20 Eric Anholti965: Change the hiz-override env var to a driconf...
2012-03-20 Eric Anholti965: Drop the INTEL_FORCE_GS environment variable.
2012-03-20 Eric Anholtintel: Drop the INTEL_NO_BLIT debug environment variable.
2012-03-20 Eric Anholtintel: Drop the INTEL_STRICT_CONFORMANCE environment...
2012-03-20 Anuj Phogatintel: Fix a case when mapping large texture fails
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-20 Brian Paulmesa: only test cube face widths in _mesa_test_texobj_c...
2012-03-20 Brian Paulmesa: add integer texture completeness check
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-20 Brian Paulmesa: add _mesa_is_mipmap_filter() helper
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() in glTexParameter code
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() function
2012-03-20 Brian Paulmesa: rewrite/consolidate code in _mesa_test_texobj_com...
2012-03-20 Brian Paulmesa: use new baseImage var to simplify _mesa_test_texo...
2012-03-20 Brian Paulmesa: add comments in _mesa_test_texobj_completeness...
2012-03-20 Brian Paulmesa: better debug message in _mesa_test_texobj_complet...
2012-03-20 Brian Paulmesa: move some code in _mesa_test_texobj_completeness()
2012-03-20 Brian Paulmesa: use switch(target) in _mesa_test_texobj_completen...
2012-03-20 Brian Paulmesa: use MAX3() macro for 3D texture in _mesa_test_tex...
2012-03-20 Brian Paulmesa: make _mesa_reference_sampler_object() an inline...
2012-03-20 Eric Anholtmesa: Validate the drawing primitive against the transf...
2012-03-20 Eric Anholtmesa: Fold error generation into _mesa_valid_prim_mode().
2012-03-19 Yuanhan Liui915: fallback for NPOT cubemap texture
2012-03-17 Brian Paulst/mesa: add null pointer check in st_texture_image_map()
2012-03-17 Brian Pauldri_util: add copyright/license blurb
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-03-16 Eric Anholti965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT.
2012-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-03-14 Kenneth Graunkei965: Enable SIMD16 mode for shaders with loops on...
2012-03-13 Dylan Noblesmithmesa: add back glGetnUniform*v() overflow error reporting
2012-03-12 Anuj Phogatmesa: Fix the cause of piglit test fbo-array failure
2012-03-12 Brian Paulmesa: fix _mesa_DebugMessageCallbackARB() to silence...
2012-03-12 Brian Paulradeon: remove use of DD_FLATSHADE
2012-03-12 Brian Paulmesa: add more comments about textarget in framebuffer_...
2012-03-12 Brian Paulmesa: renumber remaining DD_ constants
2012-03-12 Brian Paulmesa: remove unused DD_TRI_CULL_FRONT_BACK
2012-03-12 Brian Paulmesa: remove unused DD_FLATSHADE
2012-03-12 Brian Paulmesa: remove unused DD_TRI_TWOSTENCIL
2012-03-12 Brian Paulmesa: remove _DD_NEW_x flags
2012-03-12 Brian Paultnl: stop using _DD_NEW_x flags
2012-03-12 Brian Paulswrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_...
2012-03-12 Brian Paulmesa: define _MESA_NEW_SEPARATE_SPECULAR
2012-03-12 Brian Pauli915: remove occurances of _DD_NEW_x flags
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearColor() hook
2012-03-12 Brian Paulmesa/gdi: remove clear_color() function
2012-03-12 Brian Paulxlib: remove clear_color() function
2012-03-12 Brian Paulradeon/r200: remove ClearColor driver functions
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearDepth(), ClearStencil...
2012-03-12 Brian Paulradeon/r200: remove ClearDepth() and ClearStencil(...
2012-03-12 Brian Paulradeon/r200: remove hyperz/fast clear testing code
2012-03-11 José Fonsecamapi/glapi: Fix glDebugMessageCallbackARB arg type...
2012-03-11 José Fonsecamesa: Prevent collision of ERROR define on Windows.
2012-03-10 Marek Olšákmesa: expose ARB_debug_output
2012-03-10 Marek Olšákmesa: display list dispatch for ARB_debug_output
2012-03-10 Marek Olšákmesa: print GL errors via debug_output
2012-03-10 nobledmesa: implement the last of GL_ARB_debug_output
2012-03-10 nobledmesa: add struct for managing client debug namespaces
2012-03-10 nobledmesa: add control for categories of application-provide...
2012-03-10 nobledmesa: add yet more context fields for GL_ARB_debug_output
2012-03-10 nobledmesa: add glDebugMessageControlARB
2012-03-10 nobledmesa: add message-toggle booleans for GL_ARB_debug_output
2012-03-10 nobledmesa: add some GL_ARB_debug_output functions
2012-03-10 nobledmesa: add infrastructure for GL_ARB_debug_output
2012-03-10 Marek Olšákglapi: regenerate files
2012-03-10 nobledmesa: split error handling into its own file
2012-03-09 Kenneth Graunkedrirc: Add force_glsl_extensions_warn workaround for...
2012-03-09 Brian Paulmesa: fix GL_LUMINANCE handling in glGetTexImage
next