mesa: disable glsl debug output
[mesa.git] / src /
2008-12-12 Brian Paulmesa: disable glsl debug output
2008-12-12 Brian Paulmesa: remove unused varpool code in glsl compiler
2008-12-12 Brian Paulmesa: basic array constructors work now
2008-12-12 Brian Paulmesa: copy array_len in slang_fully_specified_type_copy()
2008-12-12 Brian Paulmesa: remove incorrect array_len assignment
2008-12-12 Brian Paulmesa: array size fix in _slang_typeof_operation()
2008-12-12 Brian Paulmesa: fix some more GLSL 1.20 array things.
2008-12-12 Brian Paulmesa: more glsl function renaming
2008-12-12 Brian Paulmesa: use _slang_alloc()
2008-12-12 Brian Paulmesa: glsl compiler function renaming
2008-12-12 Brian Paulmesa: more glsl type/function movement
2008-12-12 Brian Paulmesa: move some glsl compiler functions to different...
2008-12-12 Brian Paulmesa: move _slang_locate_function() to different file
2008-12-12 Brian Paulmesa: remove unused fixup table code in glsl compiler
2008-12-12 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2008-12-12 Brian Paulmesa: consolidate variable declaration initializer...
2008-12-12 Brian Paulmesa: move variable initializer IR generation into...
2008-12-12 Brian Paulmesa: simplify some glsl variable declaration code
2008-12-12 Brian Paulmesa: glsl clean-ups
2008-12-12 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2008-12-09 Brian Paulmesa: in slang linker, replace assertion with link...
2008-12-09 Brian Paulmesa: move _mesa_dlopen(), etc into separate dlopen...
2008-12-09 Brian Paulglut: added GLUT_PPM_FILE env var to dump first frame...
2008-12-08 Pierre Willenbrockintel: Require the right amount of space in glBitmap...
2008-12-07 Eric Anholtmesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).
2008-12-07 Eric Anholtintel: Fall back on rendering to a texture attachment...
2008-12-07 Eric Anholtintel: Fix crash in automatic mipmap generation for...
2008-12-07 Eric Anholtintel: Fix glCopyPixels blit acceleration for FBO desti...
2008-12-07 Eric Anholtintel: Fix glBitmap blit acceleration for FBO destinations.
2008-12-07 Eric Anholtintel: Put CopyTexImage fallback under DEBUG_FALLBACKS...
2008-12-05 Brianmesa: assorted clean-ups, updated comments, etc.
2008-12-05 Brianmesa: replace large macros with inline functions
2008-12-03 Eric Anholti965: Fix failure to upload new constant data when...
2008-12-03 Eric Anholti965: Fix stray character that the compile whined about.
2008-12-02 Kristian HøgsbergBump dri2proto requirement to 1.99.3, drop CopyRegion...
2008-12-02 Dave Airlieintel: restore old vertex submit paths for i8xx hardware.
2008-12-02 Brianmesa: fix conditional in save_Lightfv(), bug 18838
2008-11-29 Eric Anholti965: Add a new state flag BRW_NEW_NR_SURFACES instead...
2008-11-29 Eric Anholti965: Fix clashing enums for BRW_NEW_INDICES/VERTICES...
2008-11-29 Eric Anholti965: Remove BRW_WM_LOCK dirty bit, introduced to work...
2008-11-29 Eric Anholti965: Add debug code for dumping how frequently differe...
2008-11-29 Eric Anholti915: Remove dead early z enable bit which was always on.
2008-11-29 Eric Anholti965: Reduce fast-pathiness of brw_try_draw_prims,...
2008-11-28 Brian Paulmesa: add missing break statements
2008-11-28 Brian Paulmesa: enable texture compression extensions for softwar...
2008-11-28 Phillip Klaus Krausemesa: remove unneeded compressed texure size checks
2008-11-28 Brian Paulmesa: fix default switch case in append_token(), see...
2008-11-27 Brian Paulmesa: remove an assertion (see bug 18734)
2008-11-27 RALOVICH, KristófRevert "glx: xcbified visual and FBConfig choosing"
2008-11-27 RALOVICH, KristófRevert "glx: revert using nonexsisten XCB version of...
2008-11-26 RALOVICH, Kristófglx: revert using nonexsisten XCB version of glXGetFBCo...
2008-11-26 RALOVICH, Kristófglx: remove XCB debug leftover
2008-11-26 RALOVICH, Kristófglx: xcbified glXSwapBuffers
2008-11-26 RALOVICH, Kristófglx: xcbified visual and FBConfig choosing
2008-11-26 RALOVICH, Kristófglx: xcbified __glXClientInfo
2008-11-26 RALOVICH, Kristófglx: no graphics context during initialization
2008-11-26 RALOVICH, Kristófglx: xcbified __glXIsDirect
2008-11-26 RALOVICH, Kristófglx: missing static on local function
2008-11-26 RALOVICH, Kristófglx: use __glXGetString
2008-11-26 RALOVICH, Kristófglx: use __glXQueryServerString
2008-11-26 RALOVICH, Kristófglx: implement __glXGetString, hide __glXGetStringFromS...
2008-11-26 RALOVICH, Kristófglx: implement QueryVersion using XCB
2008-11-26 RALOVICH, Kristófglx: implement __glXQueryServerString using XCB
2008-11-26 Thomas Hennwindows: fix visual object memleak
2008-11-26 Thomas Hennwindows: fix _mesa_unreference_framebuffer() to pass...
2008-11-26 Brian Paulmesa: add missing type check for function calls
2008-11-26 Brian Paulmesa: add missing size check for assignment optimization
2008-11-26 Brian Paulmesa: remove debug code
2008-11-26 Brian Paulmesa: add some missing switch cases for generating...
2008-11-26 Daniel Zimmermannfix possible memory leak in bezierPatchMeshMake
2008-11-25 Brian Paulmesa: added support for GLSL 1.20 array.length() method
2008-11-24 Brian Paulmesa: support for GLSL 1.20 array types
2008-11-24 Brian Paulmesa: add gl_program::Input/OutputFlags[] array
2008-11-24 Bernd Buschinskiglx: Add missing include for XCB, fixing crash on 64...
2008-11-24 Brian Paulwindows: replace free() with _mesa_unreference_framebuf...
2008-11-24 Brian Paulmesa: copy centroid/invariance/precision info in parse_...
2008-11-24 Brian Paulmesa: check that varying variable qualifiers agree
2008-11-24 Brian Paulmesa: copy precision/variant/centroid info in slang_ful...
2008-11-24 Brian Paulmesa: set flags for varying vars
2008-11-24 Brian Paulmesa: rename program parameter flags to match other...
2008-11-24 Brian Paulmesa: copy Flags in _mesa_clone_parameter_list()
2008-11-24 Brian Paulmesa: dump/debug varying vars list
2008-11-24 Brian Paulmesa: added PROG_PARAM_ bits for invariant, flat/linear...
2008-11-24 Brian Paulmesa: add Flags field to gl_program_parameter
2008-11-22 Brian Paulmesa: issue error, don't crash, when calling a prototyp...
2008-11-21 Brian Paulmesa: better variable name: s/aux/store/
2008-11-21 Eric Anholti965: Add support for accelerated CopyTexSubImage.
2008-11-21 Eric Anholtintel: Don't glBitmap fallback with scissoring enabled.
2008-11-21 Eric Anholti915: Don't overwrite i915's Viewport function from...
2008-11-20 Xiang, Haihaomesa: fix shadow sampling unit issue.
2008-11-20 airliedintel: fix i830 comment + backwards VB offsets.
2008-11-20 airliedintel: fix i8xx vbo enable bit
2008-11-20 airliedintel: add lots of i830 engine to intel_decode debug
2008-11-19 Brian Paulmesa: minor comment reformattting
2008-11-19 Brian Paulmesa: glsl compiler debug code
2008-11-19 Brian Paulmesa: rework GLSL array code generation
2008-11-19 Brian Paulmesa: don't realloc instruction buffer so often
2008-11-19 Brian Paulmesa: updated comment
2008-11-19 Xiang, Haihaomesa: clamp luminance if needed.
2008-11-14 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
next