2005-11-19 |
Brian Paul | Saturate is a 1-bit boolean field |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | Bunch of little fixes: |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | call gluDeleteQuadric() to fix mem leak |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | in run_texnorm_stage() check if the texture unit is... |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | update some vars |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | No longer derive 'ati_fragment_shader' from 'program... |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | remove #include arbfragparse.h |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | remove #include arbfragparse.h, s/PI/M_PI/ |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | removed arbfragparse.[ch] arbvertparse.[ch] |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | Remove the _mesa_parse_arb_vertex/fragment_program... |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | update comments, remove ^M chars |
commit | commitdiff | tree |
2005-11-19 |
Brian Paul | move a bunch of gl2/shading language structs from mtype... |
commit | commitdiff | tree |
2005-11-18 |
Aapo Tahkola | Try to detect when native support to given texture... |
commit | commitdiff | tree |
2005-11-18 |
Aapo Tahkola | Fix typo causing secondary color not to work properly. |
commit | commitdiff | tree |
2005-11-18 |
Aapo Tahkola | Reduce stderr noise. |
commit | commitdiff | tree |
2005-11-18 |
Brian Paul | In _mesa_RenderbufferStorageEXT(), try to avoid needles... |
commit | commitdiff | tree |
2005-11-17 |
Brian Paul | move _mesa_update_state() calls before error tests... |
commit | commitdiff | tree |
2005-11-17 |
Brian Paul | optimize drawing GL_DEPTH_STENCIL pixels into a GL_DEPT... |
commit | commitdiff | tree |
2005-11-17 |
Brian Paul | s/MEMCPY/_mesa_memcpy/ and fix typo |
commit | commitdiff | tree |
2005-11-17 |
Brian Paul | optimize case of reading GL_DEPTH_STENCIL pixels from... |
commit | commitdiff | tree |
2005-11-17 |
Brian Paul | delete frame/renderbuffers upon exit, more error checking |
commit | commitdiff | tree |
2005-11-17 |
Brian Paul | improved error checking in error_check_format_type() |
commit | commitdiff | tree |
2005-11-16 |
Thomas Hellström | Fixes for x86_64 Unichrome. |
commit | commitdiff | tree |
2005-11-16 |
Thomas Hellström | Bring in last minute 6_4 branch changes to the unichrom... |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | added -ds option to test GL_EXT_packed_depth_stencil... |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | additional comments about GL_DEPTH_STENCIL buffers |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | added depthstencil.[ch] |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | Use new gl_framebuffer _Depth/_StencilBuffer fields... |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | added depthstencil.c |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | Support for combined depth/stencil renderbuffers (GL_EX... |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | added _mesa_new_depthstencil_renderbuffer() for combine... |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | Added error checking in _tnl_Begin to detect incomplete... |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | change an assertion |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END |
commit | commitdiff | tree |
2005-11-16 |
Brian Paul | add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error() |
commit | commitdiff | tree |
2005-11-15 |
Brian Paul | fix color interpolation problem reported on VMS |
commit | commitdiff | tree |
2005-11-15 |
Brian Paul | check for ctx==NULL, bug 4087 |
commit | commitdiff | tree |
2005-11-15 |
Brian Paul | Fix problem in stencil_and_ztest_span() when using... |
commit | commitdiff | tree |
2005-11-15 |
Ian Romanick | Two subtle things missed on the previous commit. |
commit | commitdiff | tree |
2005-11-15 |
Ian Romanick | Add the ability for interleave to test passing invalid... |
commit | commitdiff | tree |
2005-11-14 |
Ian Romanick | Simple test of glInterleavedArrays functionality. |
commit | commitdiff | tree |
2005-11-14 |
Brian Paul | remove unneeded RasterPosValid check |
commit | commitdiff | tree |
2005-11-12 |
Brian Paul | Improve _mesa_print_program(). |
commit | commitdiff | tree |
2005-11-12 |
Brian Paul | fix comment for TexSrcTarget |
commit | commitdiff | tree |
2005-11-12 |
Brian Paul | Added _mesa_light() helper function so we can avoid... |
commit | commitdiff | tree |
2005-11-12 |
Brian Paul | Added OSMesaColorClamp(), bug 4917 |
commit | commitdiff | tree |
2005-11-12 |
Brian Paul | update an assertion |
commit | commitdiff | tree |
2005-11-12 |
Brian Paul | update some assertions |
commit | commitdiff | tree |
2005-11-12 |
Brian Paul | Move stuff common to vertex/fragment_program into the... |
commit | commitdiff | tree |
2005-11-11 |
Brian Paul | Make _mesa_is_proxy_texture() non-static and use in... |
commit | commitdiff | tree |
2005-11-10 |
Ian Romanick | Support for "fragment program to C" and TCC has been... |
commit | commitdiff | tree |
2005-11-10 |
Brian Paul | s/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some... |
commit | commitdiff | tree |
2005-11-10 |
Brian Paul | fix popping of GL_SPOT_DIRECTION (bug 5005) |
commit | commitdiff | tree |
2005-11-10 |
Brian Paul | remove -DMESA_DEBUG |
commit | commitdiff | tree |
2005-11-10 |
Brian Paul | Move code to enable FP exceptions into debug.c (set... |
commit | commitdiff | tree |
2005-11-09 |
Brian Paul | fix popping of GL_EYE_PLANE state (bug 4996) |
commit | commitdiff | tree |
2005-11-09 |
Brian Paul | Bug 4996. |
commit | commitdiff | tree |
2005-11-09 |
Brian Paul | use UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffe... |
commit | commitdiff | tree |
2005-11-09 |
Brian Paul | Move COPY_FLOAT() macro down into glide driver. |
commit | commitdiff | tree |
2005-11-08 |
Ian Romanick | At keithw's request, remove all traces of the "fragment... |
commit | commitdiff | tree |
2005-11-08 |
Ian Romanick | This patch adds the missing NV_vertex_program2 and... |
commit | commitdiff | tree |
2005-11-08 |
Brian Paul | s/_mesa_debug_fp_inst/_mesa_print_program/ |
commit | commitdiff | tree |
2005-11-08 |
Brian Paul | remove _mesa_debug_fp_inst() |
commit | commitdiff | tree |
2005-11-08 |
Brian Paul | some initial work on upcoming GL_EXT_framebuffer_blit... |
commit | commitdiff | tree |
2005-11-08 |
Brian Paul | remove a bunch of extension stuff that's in glxext.h |
commit | commitdiff | tree |
2005-11-08 |
Brian Paul | minor work in _mesa_print_program() |
commit | commitdiff | tree |
2005-11-08 |
Brian Paul | remove unneeded #includes |
commit | commitdiff | tree |
2005-11-07 |
Brian Paul | remove unneeded #includes |
commit | commitdiff | tree |
2005-11-07 |
Brian Paul | s/_mesa_debug_fp_inst/_mesa_print_program/ |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | s/_mesa_debug_vp_inst/_mesa_print_program/ |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | consolidate vertex/fragment program printing into _mesa... |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | use _mesa_program_file_string() and _mesa_opcode_string() |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | added _mesa_program_file_string() |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | Use _mesa_opcode_string() |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | use _mesa_num_inst_src_regs() and _mesa_opcode_string() |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | use _mesa_num_inst_src_regs() instead of nr_args() |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | added _mesa_num_inst_src_regs() and _mesa_opcode_string() |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | s/Negate/NegateBase/ |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | s/TexSrcIdx/TexSrcTarget/ |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | Unify vertex/fragment program instuctions. |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | remove unneeded #includes |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | remove unneeded #include |
commit | commitdiff | tree |
2005-11-05 |
Aapo Tahkola | Fix broken build. |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | added MESA_GLX_ALPHA_BITS env var |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | don't need MAKE_SWIZZLE() macro |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | Replace parameter_type enum in program.[ch], use regist... |
commit | commitdiff | tree |
2005-11-05 |
Brian Paul | minor improvements in _mesa_init_teximage_fields() |
commit | commitdiff | tree |
2005-11-04 |
Brian Paul | use VERT_RESULT_HPOS, VERT_BIT_POS tokens |
commit | commitdiff | tree |
2005-11-04 |
Brian Paul | better ffs() function (bug 4956) |
commit | commitdiff | tree |
2005-11-04 |
Brian Paul | just pass ctx to do_ndc_cliptest() rather than stuffing... |
commit | commitdiff | tree |
2005-11-04 |
Brian Paul | MESA_GLX_ALPHA_BITS env var to force visual with alpha... |
commit | commitdiff | tree |
2005-11-04 |
Brian Paul | remove unneeded HIDDEN definition (bug 4956) |
commit | commitdiff | tree |
2005-11-04 |
Brian Paul | fix MinGW problems (bug 4956) |
commit | commitdiff | tree |
2005-11-03 |
Adam Jackson | s/dri.sourceforge.net/dri.freedesktop.org/ |
commit | commitdiff | tree |
2005-11-03 |
Brian Paul | Streamline code generation by using a fixed size instru... |
commit | commitdiff | tree |
2005-11-03 |
Brian Paul | use WRITEMASK_* tokens |
commit | commitdiff | tree |
2005-11-03 |
Brian Paul | s/15/VERT_RESULT_MAX/ |
commit | commitdiff | tree |
2005-11-03 |
Brian Paul | added a const, clean-up |
commit | commitdiff | tree |
2005-11-03 |
Brian Paul | fix typo, minor clean-ups |
commit | commitdiff | tree |
2005-11-02 |
Brian Paul | added osdemos/ dir to DEMO_FILES |
commit | commitdiff | tree |
next |