2005-10-05 |
Roland Scheidegger | fix typo in radeon_maos_arrays.c from last commit ... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Roland Scheidegger | remove unneeded parameter from radeonUploadTexMatrix. |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Roland Scheidegger | Remove the tcl fallback for texture rectangle (by manip... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Brian Paul | Remove _IsPowerOfTwo from gl_texture_object, not really... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Brian Paul | s/IntFormat/InternalFormat/ and s/Format/_BaseFormat... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Brian Paul | added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorS... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Brian Paul | In gl_texture_image replace IntFormat with InternalForm... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Brian Paul | check if deleting currently bound frame/renderbuffer... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Brian Paul | glBindTexture changes, new assertions |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Brian Paul | fix glIsRender/FramebufferEXT() assertions |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Brian Paul | fix behaviour of glIsFrame/Renderbuffer() |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Brian Paul | Use Visual.depthBits rather than Renderbuffer::DepthBit... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Brian Paul | change initialization of renderbuffer DepthBits |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Adam Jackson | Bug #1155: Define IEEE_ONE on Super-H as well. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Brian Paul | disable a warning |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Brian Paul | added a few calls to _mesa_update_framebuffer_visual() |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Brian Paul | finish up some missing code |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Ian Romanick | Change the 'count' for COMPRESSED_TEXTURE_FORMATS from... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Ian Romanick | Remove the non-existant --get-alias-set option from... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | check for GL_DEPTH_STENCIL_EXT |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | plug in _mesa_texstore_z24_s8() |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | added _mesa_texstore_z24_s8() |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | GL_EXT_packed_depth_stencil changes |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | additional error checking for GL_EXT_packed_depth_stencil |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | fix an assertion |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | simplify the read_depth_stencil_pixels() function |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | fix broken z24_s8 fetcher |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | updated comment |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | added _mesa_pack_depth_stencil_span() |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Brian Paul | move around some error checking |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Brian Paul | use fmod() to prevent overflow of angle variable |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Brian Paul | implemented fallbacks for GL_EXT_packed_depth_stencil |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Brian Paul | minor improvements |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Brian Paul | added _swrast_get_row() |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Brian Paul | call glFinish if drawing to front buffer |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Brian Paul | implement CopyPixels for GL_DEPTH_STENCIL_EXT |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Brian Paul | added _swrast_put_row() |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Brian Paul | Rewrite much of the pixel zoom code. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Brian Paul | add error checks for framebuffer completeness |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Brian Paul | check for framebuffer completeness, code clean-up |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Brian Paul | updated assertions (see bug 4590) |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Brian Paul | Initial work for GL_EXT_packed_depth_stencil extension. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Brian Paul | change initialization of rb->DepthBits |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Brian Paul | added GL_EXT_packed_depth_stencil |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Brian Paul | added _mesa_scale_and_bias_depth() |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Brian Paul | tweak glAccum error checking |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Brian Paul | generate GL_INVALID_OPERATION in glAccum if read/draw... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Brian Paul | Lift all the format/type error checking out of the... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Brian Paul | glDraw/CopyPixels of stencil data didn't obey the stenc... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Roland Scheidegger | remove identity check for texgen planes (which was... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Roland Scheidegger | fix projective texturing for (swtcl) texture rectangles... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Brian Paul | Added XMesaDrawable to xmesa_renderbuffer. Use it... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Dave Airlie | Add support for texture compression to R300 driver |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Dave Airlie | add link for radeon_egl.c |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Brian Paul | remove printf |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Brian Paul | Replace gl_framebuffer's _ColorReadBufferMask with... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Brian Paul | fix clipped glReadPixels bug |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Brian Paul | added XOR line optimization |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Brian Paul | Added a fast xor_line() function. Uses XDrawLine with... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Brian Paul | Add Wrapper field to gl_renderbuffer. Used for wrappin... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Brian Paul | improve the test for using software alpha buffer |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Ian Romanick | Enable GL_ARB_texture_mirrored_repeat on Savage4. ... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Brian Paul | Replace gl_renderbuffer.ComponentSizes[] with separate... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Brian Paul | When testing visual attributes, use the Draw/Read buffe... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Brian Paul | fix a debug message |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Brian Paul | changed a renderbuffer check |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Brian Paul | s/GL_DEPTH_BITS/GL_TEXTURE_DEPTH_SIZE_ARB/ in _mesa_Get... |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Brian Paul | add missing scale factor in _swrast_read_depth_span_float() |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Brian Paul | Remove ACCUM_BITS. |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Brian Paul | replace GLdepth with GLuint and remove GLdepth |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Brian Paul | replace GLdepth with GLuint |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | s/programss/programs/ |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | initial check-in |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | remove 31-bit Z buffer work-around |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | change mask[] test in put_mono_row_uint() |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | compute z[i] as GLuint |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | some improvements to _swrast_clear_depth_buffer() |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | remove unneeded sizeof(GLdepth) test |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | Change zLeft and zval to GLuint. Seems to fix 32-bit... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | replace STENCIL_BITS with stencilMax value |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | remove STENCIL_MAX |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Brian Paul | change location of ffs() code for windows |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Brian Paul | init a=0 |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Brian Paul | s/GLchan/GLubyte/, fix error string, add comment |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Brian Paul | updated comment |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Brian Paul | additional wrapper updates, bug 4468 |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Brian Paul | s/unsigned long/drm_handle_t/ to get compilation of... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Brian Paul | compilation fixes, don't know if runtime works |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | Fix potential segfault when trying to read pixels outsi... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | remove unused _swrast_read_depth_span() |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | lots of little clean-ups, improvements |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | change some comments |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | pass mask=NULL to write all pixels in clear_ci_buffer_w... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | remove unused ctx var |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | use mesa import wrappers, bug 4468 |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | alphabetize |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | Rework the texture filtering functions a bit. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | replace a couple macros with inlined functions |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | more GLuint->GLbitfield changes |
commit | commitdiff | tree | snapshot |
next |