2005-09-06 |
Brian Paul | added -Wmissing-prototypes to WARN_FLAGS |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | Use mklib script instead of ar. Make libmesa.a instead... |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | remove DEFARRAY, CHECKARRAY stuff |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | minor clean-up of texture_combine() |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | don't use DEFARRAY/CHECKARRAY stuff |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | make some functions static |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | make r128SpanRenderStart/Finish static |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | remove obsolete CurrentBufferBit |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | remove unused var |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Karl Schultz | Add support for memory contexts (Thomas Kaltofen).... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Karl Schultz | remove _swrast_DrawBuffer |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Karl Schultz | Windows mesa.def file had been moved to the drivers... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Karl Schultz | fix var declaration so that a C compiler can build it. |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | just formatting clean-ups |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | Simplify radeonSetCliprects(). Remove the 'mode' param... |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | Further clean-up and simplification of the span-related... |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | Add new void *addr and __DRIdrawablePrivate parameters to |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | Fix UpdatePageFlipping() function. Always call driFlip... |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | minor clean-ups |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | replace GET_SRC_PTR, GET_DST_PTR with GET_PTR |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | Use InitPointers helper |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR. |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | Added InitPointers helper function |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Brian Paul | replace assertion with a conditional return |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | fudge set_component_sizes() a bit, see comments |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | Remove last remnants of pre-renderbuffer code. |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | renderbuffer updates |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | SetBuffer, renderbuffer changes |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | use new InitStencil/DepthPointer functions |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | remove dead code |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | remove SetBuffer |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | SetBuffer, renderbuffer changes |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | added flippedData field for page flipping, code to... |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | added SetStencil/DepthPointer functions |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | remove SetBuffer(). Misc renderbuffer changes. |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Brian Paul | silence misc warnings |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Dave Airlie | Check for ATI_fragment_shader enabled |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | fix some strict aliasing problems related to choosing... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | GL_EXT_timer_query |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | comments |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | added GL_EXT_timer_query token |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | Prototype implementation of new GL_EXT_timer_query... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | replace -1 with PROGRAM_UNDEFINED when initializing... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | set depthHasSurface for stencil renderbuffer |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Roland Scheidegger | ATI_fragment_shader fixes: fix bug in passTexCoord... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | change scratch pointer from _int32_t to u_int32_t to... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | remove unneeded assertion in stencil/depth LOCAL_DEPTH_... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Brian Paul | set depthHasSurface field for stencil renderbuffer |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Roland Scheidegger | add error checking to the GL_ATI_FRAGMENT_SHADER entryp... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | added an assertion to help debug broken stencil readback |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | added driFlipRenderbuffers() |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | fix page flipping breakage |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | fix typo |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | some missing renderbuffer changes (Roland) |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | Finish up some of the gl_renderbuffer work. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | Finish up some of the gl_renderbuffer work. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | s/__inline/INLINE/ |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | use char* instead of GLubyte* in i915_program_error... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | use proper datatypes to silence a bunch of warnings |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | added a few more fields to help with DRI drivers |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove fxDDSetBuffer() |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove set_buffer() |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove old set_buffer routine and misc code |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove the old set_buffer() routine |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | Just additional comments. |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Roland Scheidegger | enable GL_ARB_texture_env_crossbar on r200, separate... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | use 'f' key to toggle front/back buffer rendering |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | remove dead code, update comments |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Alan Hourihane | reverse a bogus patch |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Dave Airlie | complete fix for miniglx startup issue since driver... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | remove redundant ctx->Driver fallback assignments that... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | fix a cast/assignment warning |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Brian Paul | silence fprintf and casting warnings |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Brian Paul | added some parenthesis to silence warnings |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | drmUnmap correct size |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | move via_dri.h to server |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | define Bool for solo builds |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | Fixes from https://bugs.freedesktop.org/attachment... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Brian Paul | fix APP_LIB_DEPS |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Ian Romanick | Implement GL_ARB_texture_env_combine, GL_EXT_texture_en... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Alan Hourihane | remove drmAddress |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Brian Paul | added note about IEEE vs VAX floating point (bug 4270) |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Brian Paul | fix a few proxy color table bugs (bug 4270) |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Brian Paul | check the Ready flag when getting GL_QUERY_RESULT_ARB |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Brian Paul | Rearrange the code related to GL_ARB_occlusion_object... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Adam Jackson | /dri/msg |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Alan Hourihane | Fix the scripts for the cygwin & mingw changes |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | added singlebuffer demo |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | Demo of how to do (nearly) flicker-free rendering with... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | fix comment and #if test |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | don't compile debug code (bug 4242: rand undefined) |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | remove stray references to ctx->Depth.OcclusionTest |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Ian Romanick | Fix texture format selection. ChooseTextureFormat... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Alan Hourihane | update for mingw |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | Update the glut idle function after a new window is... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | initial 6.5 changes (reflect demo, remove GL_HP_occlusi... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | removed GL_HP_occlusion_test extension |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | fix segfault in Fake_glXCreatePBuffer(), bug 4235 |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Eric Anholt | Attempt to fix the issue reported by Alan Grimes with... |
commit | commitdiff | tree | snapshot |
next |