2005-09-04 |
Brian Paul | replace assertion with a conditional return |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | fudge set_component_sizes() a bit, see comments |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | Remove last remnants of pre-renderbuffer code. |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | renderbuffer updates |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | SetBuffer, renderbuffer changes |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | use new InitStencil/DepthPointer functions |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | remove dead code |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | remove SetBuffer |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | SetBuffer, renderbuffer changes |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | added flippedData field for page flipping, code to... |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | added SetStencil/DepthPointer functions |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | remove SetBuffer(). Misc renderbuffer changes. |
commit | commitdiff | tree |
2005-09-03 |
Brian Paul | silence misc warnings |
commit | commitdiff | tree |
2005-09-02 |
Dave Airlie | Check for ATI_fragment_shader enabled |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | fix some strict aliasing problems related to choosing... |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | GL_EXT_timer_query |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | comments |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | added GL_EXT_timer_query token |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | Prototype implementation of new GL_EXT_timer_query... |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | replace -1 with PROGRAM_UNDEFINED when initializing... |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | set depthHasSurface for stencil renderbuffer |
commit | commitdiff | tree |
2005-09-02 |
Roland Scheidegger | ATI_fragment_shader fixes: fix bug in passTexCoord... |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | change scratch pointer from _int32_t to u_int32_t to... |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | remove unneeded assertion in stencil/depth LOCAL_DEPTH_... |
commit | commitdiff | tree |
2005-09-02 |
Brian Paul | set depthHasSurface field for stencil renderbuffer |
commit | commitdiff | tree |
2005-09-02 |
Roland Scheidegger | add error checking to the GL_ATI_FRAGMENT_SHADER entryp... |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | added an assertion to help debug broken stencil readback |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | added driFlipRenderbuffers() |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | fix page flipping breakage |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | fix typo |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | some missing renderbuffer changes (Roland) |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | Finish up some of the gl_renderbuffer work. |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | Finish up some of the gl_renderbuffer work. |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | s/__inline/INLINE/ |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | use char* instead of GLubyte* in i915_program_error... |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | use proper datatypes to silence a bunch of warnings |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | added a few more fields to help with DRI drivers |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | remove fxDDSetBuffer() |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | remove set_buffer() |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | remove old set_buffer routine and misc code |
commit | commitdiff | tree |
2005-09-01 |
Brian Paul | remove the old set_buffer() routine |
commit | commitdiff | tree |
2005-08-31 |
Brian Paul | Just additional comments. |
commit | commitdiff | tree |
2005-08-31 |
Roland Scheidegger | enable GL_ARB_texture_env_crossbar on r200, separate... |
commit | commitdiff | tree |
2005-08-31 |
Brian Paul | use 'f' key to toggle front/back buffer rendering |
commit | commitdiff | tree |
2005-08-31 |
Brian Paul | remove dead code, update comments |
commit | commitdiff | tree |
2005-08-31 |
Alan Hourihane | reverse a bogus patch |
commit | commitdiff | tree |
2005-08-31 |
Dave Airlie | complete fix for miniglx startup issue since driver... |
commit | commitdiff | tree |
2005-08-31 |
Brian Paul | remove redundant ctx->Driver fallback assignments that... |
commit | commitdiff | tree |
2005-08-31 |
Brian Paul | fix a cast/assignment warning |
commit | commitdiff | tree |
2005-08-30 |
Brian Paul | silence fprintf and casting warnings |
commit | commitdiff | tree |
2005-08-30 |
Brian Paul | added some parenthesis to silence warnings |
commit | commitdiff | tree |
2005-08-30 |
Alan Hourihane | drmUnmap correct size |
commit | commitdiff | tree |
2005-08-30 |
Alan Hourihane | move via_dri.h to server |
commit | commitdiff | tree |
2005-08-30 |
Alan Hourihane | define Bool for solo builds |
commit | commitdiff | tree |
2005-08-30 |
Alan Hourihane | Fixes from https://bugs.freedesktop.org/attachment... |
commit | commitdiff | tree |
2005-08-29 |
Brian Paul | fix APP_LIB_DEPS |
commit | commitdiff | tree |
2005-08-29 |
Ian Romanick | Implement GL_ARB_texture_env_combine, GL_EXT_texture_en... |
commit | commitdiff | tree |
2005-08-29 |
Alan Hourihane | remove drmAddress |
commit | commitdiff | tree |
2005-08-29 |
Brian Paul | added note about IEEE vs VAX floating point (bug 4270) |
commit | commitdiff | tree |
2005-08-28 |
Brian Paul | fix a few proxy color table bugs (bug 4270) |
commit | commitdiff | tree |
2005-08-27 |
Brian Paul | check the Ready flag when getting GL_QUERY_RESULT_ARB |
commit | commitdiff | tree |
2005-08-27 |
Brian Paul | Rearrange the code related to GL_ARB_occlusion_object... |
commit | commitdiff | tree |
2005-08-26 |
Adam Jackson | /dri/msg |
commit | commitdiff | tree |
2005-08-26 |
Alan Hourihane | Fix the scripts for the cygwin & mingw changes |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | added singlebuffer demo |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | Demo of how to do (nearly) flicker-free rendering with... |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | fix comment and #if test |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | don't compile debug code (bug 4242: rand undefined) |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | remove stray references to ctx->Depth.OcclusionTest |
commit | commitdiff | tree |
2005-08-25 |
Ian Romanick | Fix texture format selection. ChooseTextureFormat... |
commit | commitdiff | tree |
2005-08-25 |
Alan Hourihane | update for mingw |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | Update the glut idle function after a new window is... |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | initial 6.5 changes (reflect demo, remove GL_HP_occlusi... |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | removed GL_HP_occlusion_test extension |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | fix segfault in Fake_glXCreatePBuffer(), bug 4235 |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) |
commit | commitdiff | tree |
2005-08-25 |
Eric Anholt | Attempt to fix the issue reported by Alan Grimes with... |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | make tiles a little smaller so they're all visible |
commit | commitdiff | tree |
2005-08-25 |
Brian Paul | also check for texture border in sample_linear_2d() |
commit | commitdiff | tree |
2005-08-24 |
Brian Paul | Added multi-window support. Press 'n' to create new... |
commit | commitdiff | tree |
2005-08-24 |
Alan Hourihane | Fix Windows build problems. |
commit | commitdiff | tree |
2005-08-23 |
Brian Paul | GLw demo doesn't belong here |
commit | commitdiff | tree |
2005-08-23 |
Brian Paul | removed lines that caused some files to be included... |
commit | commitdiff | tree |
2005-08-23 |
Brian Paul | simplify, clean-up texel addressing macros |
commit | commitdiff | tree |
2005-08-23 |
Brian Paul | update version to 6.5.0 |
commit | commitdiff | tree |
2005-08-22 |
Brian Paul | added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181) |
commit | commitdiff | tree |
2005-08-22 |
Brian Paul | bump version to 6.5 |
commit | commitdiff | tree |
2005-08-22 |
Brian Paul | added .S DRI files to tarball (Donnie Berkholz), bumped... |
commit | commitdiff | tree |
2005-08-21 |
Dave Airlie | fix up libdrm for egl |
commit | commitdiff | tree |
2005-08-19 |
Brian Paul | fix typo |
commit | commitdiff | tree |
2005-08-19 |
Brian Paul | md5 sums for 6.3.2 |
commit | commitdiff | tree |
2005-08-19 |
Brian Paul | update MESA_DEBUG with FP info |
commit | commitdiff | tree |
2005-08-19 |
Adam Jackson | Convert libGL and DRI drivers to require libdrm. |
commit | commitdiff | tree |
2005-08-19 |
Ian Romanick | Fix a realloc problem with indirect vertex arrays.... |
commit | commitdiff | tree |
2005-08-19 |
Brian Paul | updates for 6.3.2 release, plus other assorted clean-ups |
commit | commitdiff | tree |
2005-08-19 |
Alan Hourihane | Commit missing piece from Egbert's 32/64 bit patches |
commit | commitdiff | tree |
2005-08-19 |
Ian Romanick | Enable ARB_texture_compression. The code has been... |
commit | commitdiff | tree |
2005-08-18 |
Ian Romanick | Add support for NV_blend_square. This was tested with |
commit | commitdiff | tree |
2005-08-18 |
Ian Romanick | Make sure extension entry point offsets are properly... |
commit | commitdiff | tree |
2005-08-18 |
Ian Romanick | Don't try to update hardware texture fields if there... |
commit | commitdiff | tree |
next |