2004-10-27 |
Michal Krol | fill api entries for ARB_shader_objects and ARB_vertex_... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add entries for extensions ARB_shader_objects, ARB_frag... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add FEATURE flags for ARB_shader_objects, ARB_vertex_sh... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | by karoshi - ARB_shader_objects implementation |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | by karoshi - header file for ARB_shader_objects impleme... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add support for ARB_shader_objects and ARB_vertex_shader |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add support for ARB_shader_objects and ARB_vertex_shader |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | assign api offsets for ARB_shader_objects and ARB_verte... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | regenerate with correct script |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | regenerate with correct script |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | fix DrawBufferARB entry |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | fix DrawBuffersARB entry |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | the file was empty! |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | by karoshi - add support for ARB_shader objects and... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Ian Romanick | As per suggestions my Michel Daenzer, improve the fix... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Brian Paul | added an attention-getting comment for developers who... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Brian Paul | added stereo option (Jacek Rosik) |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | remove a -Werror from testing. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Add glx/x11 to the DRI configs, and change the Solo... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Add DRI_LIB_DEPS for the DRI drivers to link against... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Import the GLX client side library, formerly from xc... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Import sarea.h from Xorg, needed for client GLX code. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Nicolai Haehnle | Implement ColorMask |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Nicolai Haehnle | Hardware accelerated depth clear |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Adam Jackson | Bug #1682: Mesa core code that gets linked into DRI... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Brian Paul | wrap angle value (Philipp Klaus Krause) |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Brian Paul | addes osdemo32 target (J.P. Delport) |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Brian Paul | minor fixes from J.P. Delport |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Ian Romanick | Big-endian fixes for R200 sw TCL path. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Michal Krol | - add decimal literal integer support |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | forgot about revision increment |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | - use new program option values from arbprogram.syn |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | remove redundant check of parsed program target |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | change program options numbering to accommodate future |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Michal Krol | add new grammar_check_fast entry for faster parsing |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Michal Krol | - speed up syntax parsing - the parser is now 4 times... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Daniel Borca | fixed compilation errors |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Borca | fix compilation error in `convertPalette' (still have... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Ian Romanick | Small optimization for big-endian (e.g., PowerPC) systems. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Michal Krol | conform to shader spec 1.10.59 |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Michal Krol | conform to language version 1.10 rev 59 |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | print an error message in convertPalette before dying. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | small fix to match new _mesa_rescale_teximage2d |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | changed _mesa_rescale_teximage2d to allow rescaling... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | added dstRowStride to dxtCompressTexFuncExt; |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | use RowStride instead of Width in texel fetchers. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Ian Romanick | Fix compile errors when DEBUG is defined. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Ian Romanick | Fix t_vertex byte-ordering issues for PowerPC. This... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Ian Romanick | Add ARGB modes to support big-endian systems. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Ian Romanick | Fix hangs on big-endian (e.g., PowerPC) hardware. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Nicolai Haehnle | - FIX: flickering |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Brian Paul | added initial support for -exports option, Linux/OpenBS... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Brian Paul | GL_OES_read_format info |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Brian Paul | if CXX or CC env vars aren't set, use g++, gcc by defau... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Ville Syrjala | Removed two unnecessary variables. |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Ville Syrjala | Fixed off by one errors in clipping. |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Eric Anholt | Add code to support projective texturing and fix mixed... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Eric Anholt | Always turn on the TAM_DEBUG3=0x6 workaround on real... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Ian Romanick | Add support for OES_read_format. As soon as glext... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Brian Paul | fix if/else bug in _mesa_ProgramEnvParameter4fARB ... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Ian Romanick | Only build the MMX/SSE/SSE2 versions for ReadRGBASpan... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Ian Romanick | Fixed a few places that should have been using GET_SRC_PTR. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Ian Romanick | Convert MGA driver to use new spantmp2.h interface. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Nicolai Haehnle | Huge dumb drop. State: |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Ian Romanick | Add support for optimized versions of the code underlyi... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Keith Whitwell | Add a license to this file. It was written on VA's... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ian Romanick | Added some documentation that I managed to figure out... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ian Romanick | Make the GL_RENDERER string include the actual chipset... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ian Romanick | Initial support for PowerPC specific code in Mesa and... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ian Romanick | Refactor the code in driGetRendererString a bit to... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Brian Paul | updated fsv URL |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ian Romanick | Eliminate the funky SSE exception test from DRI builds... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Brian Paul | initial 6.3 changes |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Brian Paul | Fix minor fog / fragment program state bug. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Adam Jackson | Bug #1588: abort if no palette format matches. (Egbert... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Philippe Houdoin | Let's build again after the support for GL_ARB_draw_buf... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Philippe Houdoin | Fix a potential memory leak. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Philippe Houdoin | Forgot a contributor. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Philippe Houdoin | Implement BGLView::CopyPixelsIn/Out(). |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | support for external libraries |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | SWTC trick (disabled for now) |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | SWTC trick, enabled new extensions |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | SWTC trick |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | bump version numbers to their real values |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | doc update |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | avoid the patch if Mesa_DXTn flag is set |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | add more mess to the dynamic linking system |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Borca | add newline to end of file |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Felix Kuehling | Fix strange white space that gcc didn't like. |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Michal Krol | Prefix operator and constructor keywords with two conse... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Michal Krol | Enable draw_buffers only if GL_ARB_draw_buffers string is |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Eric Anholt | This statechange is vtx state, not tcl. |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Eric Anholt | Use the right FALLBACK macro for projtex so that projec... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Eric Anholt | Add fallback debugging (R128_DEBUG=fall) output, and... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Eric Anholt | Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Eric Anholt | Add support for NV_blend_square, and print errors if... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Ian Romanick | Massively cleaned up the code that calculates front... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Ian Romanick | Reject unsupported texture formats passed to glCompress... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Ian Romanick | Add simple test program for Mesa bug #1028405. |
commit | commitdiff | tree | snapshot |
next |