mesa.git
2008-12-19 Alan Hourihanegallium: set ST_NEW_FRAMEBUFFER when setting new surfaces
2008-12-19 Brian Paulmesa: s/CC/APP_CC/ in progs/glsl/Makefile
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-18 Brian Paulgallium: fix two-sided lighting test in state tracker
2008-12-18 Michal Krolglsl: Fix handling of nested parens in macro actual...
2008-12-18 Brian Pauldemos: all glutDestroyWindow() upon exit to test query...
2008-12-18 Xiang, Haihaoi915: check WRAP_T instead of WRAP_R for cube map texture.
2008-12-18 Xiang, Haihaoi915: fix abort issue. (bug #19147)
2008-12-18 Brian Paulmesa: remove unneeded _mesa_reference_fragprog() call
2008-12-18 Jon Turneydri: fix for Cygwin compilation, bug 19144
2008-12-18 Brian Paulmesa: updated comments
2008-12-18 Brian Pauldemos: add test of vertex-only and fragment-only shader...
2008-12-18 Brian Paulutil: check for frag/vertShader=0 before attaching
2008-12-18 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-18 Jerome Glissesoftpipe: convert to use texture instead of surface
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 Brian Paulmesa: choose GLSL vertex shader over ARB/internal verte...
2008-12-18 Brian Paulsoftpipe: fix vertex shader texture sampling
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
2008-12-17 Brian Paulmesa: fix fixed-function test in get_fp_input_mask...
2008-12-17 Brian Paulmesa: add missing cases for texture array targets
2008-12-17 Brian PaulRevert "mesa: fix vertex program test in get_fp_input_m...
2008-12-17 Brian Paulmesa: fix vertex program test in get_fp_input_mask()
2008-12-17 Brian Paulwinsys: fix depth buffer size when using stencil
2008-12-16 Brian Paulmesa: remove redundant Makefile lines
2008-12-16 Brian Paulmesa: updated list of src files
2008-12-16 Brian Paulmesa: update SConscript with new source files
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian Paultgsi: use flr(), not trunc() for ARL
2008-12-16 Brian Paulmesa: disable debug output
2008-12-16 Brian Paulmesa: fix some GLSL array regressions
2008-12-16 Alan Hourihanegallium: fix some asserts
2008-12-16 Ben Skeggsnv40: apply ABS modifier to RSQ source in vp
2008-12-16 Ben Skeggsnouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE...
2008-12-16 Brian Paulmesa: rename slang_library_noise.[ch] to prog_noise...
2008-12-16 Brian Paulmesa: updated GLSL docs
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 Pauldemos: updated tests/floattex.c (doesn't work just...
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 Michal Krolgallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
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-13 Pekka PaalanenNouveau: move the definition of log2i() to header
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 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
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 Alan Hourihanemesa: move declaration
2008-12-12 Alan Hourihanemesa: when we have interleaved arrays, check bounds...
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 Keith Whitwellgallium: fix refcount bug introduced in eb20e2984
2008-12-12 Keith WhitwellMerge branch 'no-validate' into gallium-0.1
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 Keith Whitwellgallium: avoid mapping same vertex buffer in subsequent...
2008-12-12 Keith Whitwellst: reduce unnecessary calls to pipe->set_vertex_buffers()
2008-12-12 Keith Whitwellst: move feedback draw function to new file
2008-12-12 Keith Whitwellst: don't unilaterally ABS the argument to RSQ
2008-12-12 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2008-12-12 Patrice Mandinnouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy...
2008-12-12 Keith WhitwellRevert "pipebuffer: Implement proper buffer validation."
2008-12-12 Keith WhitwellRevert "pipebuffer: Ondemand buffer manager."
2008-12-12 Keith WhitwellRevert "pipebuffer: Fix buffer overflow."
next