mesa.git
2008-12-16 Brian Paulglut: added GLUT_PPM_FILE env var to dump first frame...
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-14 Gary WongFix silly type mismatch error in multinoise demo.
2008-12-13 Gary Wongi965: Finish OPCODE_NOISEn instructions.
2008-12-13 Gary WongAdd "multinoise" demo, to test 1/2/3/4 dimensional...
2008-12-13 Gary WongEnsure p.w is initialised in noise demo.
2008-12-12 Xiang, Haihaointel: check for null texture. (fix #13902)
2008-12-11 Xiang, Haihaoi915: fallback for cube map texture.
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-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-04 Briandemos: added simple vertex shader texture test.
2008-12-04 Jeremy Huddlestondarwin: Use -Os instead of -O2
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... mesa: 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ófconfigure.ac: advertise XCB
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 Pauldemos: press SPACE to toggle fbo_firecube animation
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-24 Brian Pauldocs: update webmaster email addr
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 Brian Pauladded progs/demos/fragcoord.c - tests gl_FragCoord...
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
next