2008-12-31 |
Brian Paul | mesa: increase max texture image units and GLSL sampler... |
commit | commitdiff | tree |
2008-12-31 |
Eric Anholt | intel: Share passthrough transform setup between glBitm... |
commit | commitdiff | tree |
2008-12-31 |
Eric Anholt | intel: Add support for glBitmap as metaops using GL... |
commit | commitdiff | tree |
2008-12-31 |
Brian Paul | mesa: fix bug in evaluation of structure fields |
commit | commitdiff | tree |
2008-12-31 |
Brian Paul | mesa: allow variable indexing into the predefined unifo... |
commit | commitdiff | tree |
2008-12-31 |
Brian Paul | mesa: better error message when running out of GLSL... |
commit | commitdiff | tree |
2008-12-31 |
Brian Paul | mesa: comments for some state vars |
commit | commitdiff | tree |
2008-12-31 |
Brian Paul | mesa: increase max constants/uniforms to 256 (vec4... |
commit | commitdiff | tree |
2008-12-30 |
Brian Paul | mesa: updated compilation documentation |
commit | commitdiff | tree |
2008-12-30 |
Brian Paul | demos: minor fixes to twoside.c glsl demo |
commit | commitdiff | tree |
2008-12-30 |
Xiang, Haihao | intel: disable ATI_texture_env_combine3 for i830( and... |
commit | commitdiff | tree |
2008-12-29 |
Eric Anholt | dri: Fix driWaitForMSC32 when divisor >= 2 and msc... |
commit | commitdiff | tree |
2008-12-29 |
Alex Deucher | R300: missing semicolon |
commit | commitdiff | tree |
2008-12-29 |
Xiang, Haihao | intel: enable ATI_texture_env_combine3. Fixes #17707 |
commit | commitdiff | tree |
2008-12-28 |
Dave Airlie | r300: remove the unknowns from the indx_buffer code |
commit | commitdiff | tree |
2008-12-24 |
Xiang, Haihao | i915: separate the fog term from the specular color... |
commit | commitdiff | tree |
2008-12-23 |
Eric Anholt | intel: Fix glBitmap clipping for DRI1. |
commit | commitdiff | tree |
2008-12-23 |
Dave Airlie | Remove third buffer support from Mesa. |
commit | commitdiff | tree |
2008-12-19 |
Ian Romanick | Add do_row_3d for mipmapping 3D textures |
commit | commitdiff | tree |
2008-12-19 |
Ian Romanick | Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_... |
commit | commitdiff | tree |
2008-12-19 |
Ian Romanick | 965 / GLSL: Use full precision for EXP instruction |
commit | commitdiff | tree |
2008-12-19 |
Ian Romanick | GLSL: The LOG2 macro doesn't have enough precision |
commit | commitdiff | tree |
2008-12-19 |
Eric Anholt | intel: Fix glBitmap top/bottom clipping. |
commit | commitdiff | tree |
2008-12-19 |
Eric Anholt | intel: Don't forget the source bitmap size when clippin... |
commit | commitdiff | tree |
2008-12-19 |
Eric Anholt | intel: Update mesa state in blit operations that want... |
commit | commitdiff | tree |
2008-12-19 |
Eric Anholt | intel: don't clip to scissor-clipped read framebuffer... |
commit | commitdiff | tree |
2008-12-19 |
Eric Anholt | intel: Move copyteximage source clipping out of copytex... |
commit | commitdiff | tree |
2008-12-19 |
Eric Anholt | mesa: Clip copytexsubimage to read framebuffer bounds... |
commit | commitdiff | tree |
2008-12-19 |
Eric Anholt | mesa: Correct _mesa_clip_to_region() off-by-one. |
commit | commitdiff | tree |
2008-12-18 |
Michal Krol | glsl: Fix handling of nested parens in macro actual... |
commit | commitdiff | tree |
2008-12-18 |
Brian Paul | demos: all glutDestroyWindow() upon exit to test query... |
commit | commitdiff | tree |
2008-12-18 |
Xiang, Haihao | i915: check WRAP_T instead of WRAP_R for cube map texture. |
commit | commitdiff | tree |
2008-12-18 |
Xiang, Haihao | i915: fix abort issue. (bug #19147) |
commit | commitdiff | tree |
2008-12-18 |
Brian Paul | mesa: remove unneeded _mesa_reference_fragprog() call |
commit | commitdiff | tree |
2008-12-18 |
Jon Turney | dri: fix for Cygwin compilation, bug 19144 |
commit | commitdiff | tree |
2008-12-17 |
Brian Paul | mesa: updated comments |
commit | commitdiff | tree |
2008-12-17 |
Brian Paul | demos: add test of vertex-only and fragment-only shader... |
commit | commitdiff | tree |
2008-12-17 |
Brian Paul | util: check for frag/vertShader=0 before attaching |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: disable debug output |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: fix some GLSL array regressions |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: rename slang_library_noise.[ch] to prog_noise... |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: updated GLSL docs |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | Merge branch 'glsl-1.20-v2' |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: bump glsl grammar revision |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: in slang linker, replace assertion with link... |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | demos: updated tests/floattex.c (doesn't work just... |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: move _mesa_dlopen(), etc into separate dlopen... |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | glut: added GLUT_PPM_FILE env var to dump first frame... |
commit | commitdiff | tree |
2008-12-16 |
Brian Paul | mesa: more re-org of variable declarations in glsl... |
commit | commitdiff | tree |
2008-12-15 |
Brian Paul | mesa: more comments, clean up |
commit | commitdiff | tree |
2008-12-15 |
Brian Paul | mesa: added comments, remove unused code |
commit | commitdiff | tree |
2008-12-15 |
Brian Paul | mesa: checkpoint: handle uniform vars in _slang_gen_var... |
commit | commitdiff | tree |
2008-12-15 |
Eric Anholt | intel: stub out CompressedTexSubImage2D instead of... |
commit | commitdiff | tree |
2008-12-15 |
Eric Anholt | i965: Update state before checking for fallbacks in... |
commit | commitdiff | tree |
2008-12-15 |
Pierre Willenbrock | intel: Don't steal renderbuffer from caller in intel_mi... |
commit | commitdiff | tree |
2008-12-15 |
Eric Anholt | i965: Add decode of index/vertex buffer and primitive... |
commit | commitdiff | tree |
2008-12-15 |
Eric Anholt | intel: Add batchbuffer assertions to hopefully catch... |
commit | commitdiff | tree |
2008-12-15 |
Ian Romanick | Perform range checking on app supplied texture base... |
commit | commitdiff | tree |
2008-12-15 |
Ian Romanick | GLX: Include glapi.h before glapitable.h |
commit | commitdiff | tree |
2008-12-15 |
Ian Romanick | GLX: Change resulting from previous commit |
commit | commitdiff | tree |
2008-12-15 |
Neil Roberts | Return 0 as the request size when the pixels parameter... |
commit | commitdiff | tree |
2008-12-15 |
Ian Romanick | GLX: Fix protocol for glTexSubImage#D |
commit | commitdiff | tree |
2008-12-14 |
Dan Nicholson | Add OSMesa pkg-config file |
commit | commitdiff | tree |
2008-12-14 |
Dan Nicholson | Add more package metadata to the pkg-config files |
commit | commitdiff | tree |
2008-12-14 |
Gary Wong | Fix silly type mismatch error in multinoise demo. |
commit | commitdiff | tree |
2008-12-13 |
Gary Wong | i965: Finish OPCODE_NOISEn instructions. |
commit | commitdiff | tree |
2008-12-13 |
Gary Wong | Add "multinoise" demo, to test 1/2/3/4 dimensional... |
commit | commitdiff | tree |
2008-12-13 |
Gary Wong | Ensure p.w is initialised in noise demo. |
commit | commitdiff | tree |
2008-12-13 |
Brian Paul | mesa: use IFLOOR(x) instead of (int) FLOORF(x) |
commit | commitdiff | tree |
2008-12-13 |
Brian Paul | mesa: place glsl constant arrays in constant memory |
commit | commitdiff | tree |
2008-12-13 |
Brian Paul | mesa: remove old size=4 limit |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: code clean-up in glsl compiler |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: remove unneeded swizzle init code in glsl compiler |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: disable glsl debug output |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: remove unused varpool code in glsl compiler |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: basic array constructors work now |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: copy array_len in slang_fully_specified_type_copy() |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: remove incorrect array_len assignment |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: array size fix in _slang_typeof_operation() |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: fix some more GLSL 1.20 array things. |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: more glsl function renaming |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: use _slang_alloc() |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: glsl compiler function renaming |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: more glsl type/function movement |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: move some glsl compiler functions to different... |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: move _slang_locate_function() to different file |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: remove unused fixup table code in glsl compiler |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: checkpoint: GLSL 1.20 array constructors |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: consolidate variable declaration initializer... |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: move variable initializer IR generation into... |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: simplify some glsl variable declaration code |
commit | commitdiff | tree |
2008-12-12 |
Xiang, Haihao | intel: check for null texture. (fix #13902) |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: glsl clean-ups |
commit | commitdiff | tree |
2008-12-12 |
Brian Paul | mesa: checkpoint commit of GLSL 1.20 array syntax. |
commit | commitdiff | tree |
2008-12-11 |
Xiang, Haihao | i915: fallback for cube map texture. |
commit | commitdiff | tree |
2008-12-09 |
Brian Paul | mesa: in slang linker, replace assertion with link... |
commit | commitdiff | tree |
2008-12-09 |
Brian Paul | demos: updated tests/floattex.c (doesn't work just... |
commit | commitdiff | tree |
2008-12-09 |
Brian Paul | mesa: move _mesa_dlopen(), etc into separate dlopen... |
commit | commitdiff | tree |
2008-12-09 |
Guillaume Melquiond | tnl: Fix zeroing of the 3ub part of a 3ub+1ub attrib... |
commit | commitdiff | tree |
2008-12-09 |
Guillaume Melquiond | tnl: Optimize SSE load[23]f_1 since they don't need... |
commit | commitdiff | tree |
next |