mesa: fix some GLSL array regressions
[mesa.git] / src /
2008-12-16 Brian Paulmesa: fix some GLSL array regressions
2008-12-16 Brian Paulmesa: rename slang_library_noise.[ch] to prog_noise...
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Paulmesa: bump glsl grammar revision
2008-12-16 Brian Paulmesa: in slang linker, replace assertion with link...
2008-12-16 Brian Paulmesa: move _mesa_dlopen(), etc into separate dlopen...
2008-12-16 Brian Paulglut: added GLUT_PPM_FILE env var to dump first frame...
2008-12-16 Brian Paulmesa: more re-org of variable declarations in glsl...
2008-12-15 Brian Paulmesa: more comments, clean up
2008-12-15 Brian Paulmesa: added comments, remove unused code
2008-12-15 Brian Paulmesa: checkpoint: handle uniform vars in _slang_gen_var...
2008-12-15 Eric Anholtintel: stub out CompressedTexSubImage2D instead of...
2008-12-15 Eric Anholti965: Update state before checking for fallbacks in...
2008-12-15 Pierre Willenbrockintel: Don't steal renderbuffer from caller in intel_mi...
2008-12-15 Eric Anholti965: Add decode of index/vertex buffer and primitive...
2008-12-15 Eric Anholtintel: Add batchbuffer assertions to hopefully catch...
2008-12-15 Ian RomanickPerform range checking on app supplied texture base...
2008-12-15 Ian RomanickGLX: Include glapi.h before glapitable.h
2008-12-15 Ian RomanickGLX: Change resulting from previous commit
2008-12-15 Neil RobertsReturn 0 as the request size when the pixels parameter...
2008-12-15 Ian RomanickGLX: Fix protocol for glTexSubImage#D
2008-12-14 Dan NicholsonAdd OSMesa pkg-config file
2008-12-14 Dan NicholsonAdd more package metadata to the pkg-config files
2008-12-13 Gary Wongi965: Finish OPCODE_NOISEn instructions.
2008-12-13 Brian Paulmesa: use IFLOOR(x) instead of (int) FLOORF(x)
2008-12-13 Brian Paulmesa: place glsl constant arrays in constant memory
2008-12-13 Brian Paulmesa: remove old size=4 limit
2008-12-12 Brian Paulmesa: code clean-up in glsl compiler
2008-12-12 Brian Paulmesa: remove unneeded swizzle init code in glsl compiler
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 Xiang, Haihaointel: check for null texture. (fix #13902)
2008-12-12 Brian Paulmesa: glsl clean-ups
2008-12-12 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2008-12-11 Xiang, Haihaoi915: fallback for cube map texture.
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 Guillaume Melquiondtnl: Fix zeroing of the 3ub part of a 3ub+1ub attrib...
2008-12-09 Guillaume Melquiondtnl: Optimize SSE load[23]f_1 since they don't need...
2008-12-09 Guillaume Melquiondtnl: Fix typo that resulted in fallback from SSE for...
2008-12-09 Guillaume Melquiondtnl: Avoid undefined input value use in insert_3f_viewp...
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...
next