Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-08 | some initial work on upcoming GL_EXT_framebuffer_blit extension | Brian Paul | |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul | |
Based on patch by Ian (#4967) but also unify instruction opcodes. | |||
2005-11-05 | remove unneeded #includes | Brian Paul | |
2005-11-05 | Replace parameter_type enum in program.[ch], use register_file enums instead. | Brian Paul | |
2005-11-05 | minor improvements in _mesa_init_teximage_fields() | Brian Paul | |
2005-11-04 | better ffs() function (bug 4956) | Brian Paul | |
2005-11-04 | fix MinGW problems (bug 4956) | Brian Paul | |
2005-11-02 | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul | |
2005-11-01 | Several fp and vp tweaks: | Keith Whitwell | |
- Renumber VERT_RESULT_* values so that they match the numbers of the corresponding FRAG_ATTRIB_ values. - Add ctx->VertexProgram._Current and FragmentProgram._Current values which point to either the current client-supplied program if enabled, or otherwise to the current mesa-internal program. Thus this program is always the correct one for the current state, providing that the mesa flags to turn on automatic generation are enabled. - Add callbacks to ctx->Driver.BindProgram() in texenvprogram.c and t_vp_build.c so that the driver knows when the generated program changes. This is cleaner than trying to code all the possible _NEW_* flags into the driver, and more precise as well. - Add a UsesKill flag to identify fragment programs with that instruction, as these can require special treatment. - Move the FRAG_OUTPUT values to mtypes.h, near to similar defn's. | |||
2005-11-01 | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul | |
temporaries, parameters, etc). glGetProgramivARB() now returns all the right things. Updated i915 and r300 code to initialize program native limits and current program's native instruction/temporary/etc counts. | |||
2005-10-29 | clean-up comments | Brian Paul | |
2005-10-21 | fix GLX server resize/crash when resizing windows | Brian Paul | |
2005-10-20 | descrip.mms syntax correction | Jouk Jansen | |
2005-10-19 | updated for new mm.c, execmem.c files | Brian Paul | |
2005-10-18 | move _mesa_exec_malloc/free() up near other malloc/free prototypes | Brian Paul | |
2005-10-18 | Lots of clean-ups. Replace __inline__ with INLINE macro. Use the | Brian Paul | |
_mesa_calloc(), _mesa_free() functions. Clean-up formatting, doxygen-style comments. | |||
2005-10-18 | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | |
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code. | |||
2005-10-12 | remove unused _mesa_log2() (bug 4468) | Brian Paul | |
2005-10-08 | change test for presence of accum buffer | Brian Paul | |
2005-10-08 | Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS, | Brian Paul | |
etc. after calling glRenderBufferStorageEXT gave undefined results. | |||
2005-10-07 | Populate arb_fp_instruction negate field correctly. | Keith Whitwell | |
2005-10-07 | Fix a number of point size attenuation problems. | Brian Paul | |
Move size clamping into the rasterization function. | |||
2005-10-05 | fix byteswapping bug in _mesa_texstore_ycbcr() (Benjamin Herrenschmidt) | Brian Paul | |
2005-10-05 | Remove _IsPowerOfTwo from gl_texture_object, not really needed. | Brian Paul | |
2005-10-05 | s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table. | Brian Paul | |
2005-10-05 | In gl_texture_image replace IntFormat with InternalFormat and Format with | Brian Paul | |
_BaseFormat to be consistant with gl_renderbuffer. | |||
2005-10-04 | check if deleting currently bound frame/renderbuffer object | Brian Paul | |
2005-10-04 | fix behaviour of glIsFrame/Renderbuffer() | Brian Paul | |
2005-10-04 | change initialization of renderbuffer DepthBits | Brian Paul | |
2005-10-03 | Bug #1155: Define IEEE_ONE on Super-H as well. | Adam Jackson | |
2005-10-03 | disable a warning | Brian Paul | |
2005-10-03 | added a few calls to _mesa_update_framebuffer_visual() | Brian Paul | |
2005-10-03 | finish up some missing code | Brian Paul | |
2005-10-01 | check for GL_DEPTH_STENCIL_EXT | Brian Paul | |
2005-10-01 | plug in _mesa_texstore_z24_s8() | Brian Paul | |
2005-10-01 | added _mesa_texstore_z24_s8() | Brian Paul | |
2005-10-01 | additional error checking for GL_EXT_packed_depth_stencil | Brian Paul | |
2005-10-01 | fix broken z24_s8 fetcher | Brian Paul | |
2005-10-01 | updated comment | Brian Paul | |
2005-10-01 | added _mesa_pack_depth_stencil_span() | Brian Paul | |
2005-10-01 | move around some error checking | Brian Paul | |
2005-09-28 | add error checks for framebuffer completeness | Brian Paul | |
2005-09-28 | check for framebuffer completeness, code clean-up | Brian Paul | |
2005-09-28 | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | |
glReadPixels done, glDrawPixels mostly done. | |||
2005-09-28 | change initialization of rb->DepthBits | Brian Paul | |
2005-09-28 | added _mesa_scale_and_bias_depth() | Brian Paul | |
2005-09-27 | tweak glAccum error checking | Brian Paul | |
2005-09-27 | generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the same | Brian Paul | |
2005-09-27 | Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixels | Brian Paul | |
functions into the _mesa_Draw/Read/CopyPixels functions. | |||
2005-09-23 | Committing in . | Jouk Jansen | |
1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- |