Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by the
[mesa.git] / src /
2006-02-15 Eric AnholtInclude dix-config.h if HAVE_DIX_CONFIG_H is defined...
2006-02-15 Brian PaulSet NumInstructions (bug 5864)
2006-02-15 Brian PaulFix a few warnings:
2006-02-15 Michal KrolAdd support for forward function declarations.
2006-02-15 Michal KrolAdd fragment shader execute entry.
2006-02-15 Michal KrolAdd swrast/s_arbshader.c.
2006-02-15 Michal KrolAdd arbshader stage.
2006-02-15 Michal KrolEnable texcoords when program object in use.
2006-02-15 Michal KrolGet arbfslight demo running.
2006-02-15 Michal KrolEnable GL_ARB_fragment_shader extension.
2006-02-15 Brian Paulremove stray 'foo' line
2006-02-14 Brian Paulreplace size_t * w/ unsigned int * (Jurg Billeter)
2006-02-13 Jouk Jansen Update OpenVMS compile support
2006-02-13 Michal KrolMore glsl code.
2006-02-13 Michal KrolREVISION 3.
2006-02-13 Michal KrolCosmetic changes.
2006-02-13 Michal KrolDelete most of the comments.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-02-13 Michal KrolRename current_program to CurrentProgram.
2006-02-13 Michal KrolAdd tnl/t_vb_arbshader.c.
2006-02-13 Michal KrolAdd ARB_vertex_shader stage just before render stage.
2006-02-13 Michal KrolEnable GL_ARB_shader_objects, GL_ARB_shading_language_1...
2006-02-13 Michal KrolRename current glsl program variable.
2006-02-13 Michal KrolAdd _mesa_atanf and _mesa_asinf functions.
2006-02-11 Eric AnholtAdd the ability to define NO_LIBCWRAPPER to avoid libcw...
2006-02-10 Dave Airliecommit to fixup MGL namespacing for XGL
2006-02-10 Aapo TahkolaWorkaround problems with NWN. (Tilman Sauerbeck)
2006-02-09 Brian Paulremove the test for XFree86Server from prev patch ...
2006-02-08 Alan HourihaneCheck DDX for 1.5.0
2006-02-08 Brian Paulinclude dix-config.h (Mike Harris) (bug 5835)
2006-02-07 Brian PaulDavid Reveman's GLX_EXT_texture_from_pixmap extension...
2006-02-06 Dave Airlieadd vblank support to i915 driver
2006-02-05 Brian Paulfix typo
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2006-02-02 Brian Pauluse calloc instead of malloc so try_codegen field is...
2006-02-02 Brian Pauladd some assertions to check emit_func[] table validity
2006-02-01 Roland Scheideggerfix texcoord unit assertion, the right one (bug 5780)
2006-02-01 Brian Paulfix texcoord unit assertion (bug 5780)
2006-02-01 Roland Scheideggerfix test for valid texunit in _mesa_ClientActiveTextureARB
2006-01-30 Roland Scheideggerfix broken assertions so dri drivers compile with ...
2006-01-30 Roland Scheideggerfix broken assertion to make radeon driver compile...
2006-01-30 Michal KrolAdd shader/slang/slang_compile_*.* files.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...
2006-01-30 Brian Paulsome initial EGL 1.2 work
2006-01-27 Aapo Tahkolaremove broken non arb fp path
2006-01-27 Aapo Tahkolamissing link in the fallback chain
2006-01-27 Aapo Tahkolaenable hw vertex programs by default
2006-01-27 Aapo Tahkolaper vp sw fallbacks
2006-01-27 Aapo Tahkolaradeon driver doesnt have this so i assume we shouldnt...
2006-01-27 Aapo Tahkoladrop all that (slow) locking stuff and make u_list...
2006-01-27 Aapo TahkolaR300_PFS_NODE_LAST_NODE -> R300_PFS_NODE_OUTPUT_COLOR
2006-01-27 Aapo TahkolaWork around problems with t_vp_build.c
2006-01-27 Aapo Tahkolar300UpdateTextureEnv shouldnt be called.
2006-01-26 Aapo Tahkolaremove some testing code
2006-01-26 Aapo TahkolaFix a problem where offsets from disabled tmus reach drm
2006-01-26 Brian PaulNew comments, clean-up of fields related to point/line...
2006-01-26 Brian Paulremove unneeded init of swrast->invalidate_line/triangle
2006-01-25 Brian Pauladded wglGetExtensionsStringARB
2006-01-25 Karl Schultzadd wglGetExtensionsStringARB
2006-01-24 Jerome Glissefix using a tmp without asking for one
2006-01-24 Alan Hourihanepull in fix from 6.4 branch for XFree86Server definition
2006-01-24 Aapo Tahkolafix broken get_half & get_zero
2006-01-24 Alan Hourihaneremove very old i830 code
2006-01-24 Alan Hourihaneuse front.size instead of sPriv->fbSize
2006-01-24 Alan Hourihaneuse screen->front.map instead of pFB from libdri
2006-01-23 Alan HourihaneAdd Intel 945GM support
2006-01-21 Jerome GlisseDo individual negetation in swizzling, thus we can
2006-01-21 Jerome GlisseIndent & wrap around 80
2006-01-21 Aapo TahkolaDoesnt apply anymore
2006-01-21 Jerome GlisseAdd individual component negation.
2006-01-20 Aapo TahkolaTry to tackle bug #5148
2006-01-20 Aapo TahkolaSync from drm.
2006-01-20 Aapo TahkolaFix ARGB1555 component swizzling.
2006-01-20 Jerome GlisseFix swizzling table & add struct.
2006-01-19 Adam JacksonAvoid a crash when the user has enabled glVertex{,Attri...
2006-01-18 Adam JacksonNuke the old attempt at software DRI, it's broken and...
2006-01-18 Adam JacksonStart a software-only DRI driver for use in the new...
2006-01-16 Brian Paulproperly free ATI fragment shaders (Tilman Sauerbeck)
2006-01-16 Michal Krolremove some test code;
2006-01-16 Michal Krolremove slang_*_gc.h files;
2006-01-15 Aapo TahkolaMissing bits of code spotted by Tilman Sauerbeck
2006-01-15 Aapo TahkolaFix ARB_position_invariant handling
2006-01-13 Aapo Tahkolanamespace pollution fixes (Tilman Sauerbeck)
2006-01-13 Aapo TahkolaFix invalid tex coord routing and couple other small...
2006-01-10 Brian Pauladded a couple new assertions to help debug XGL problem
2006-01-09 Aapo TahkolaMissing patch from Ben Skeggs:
2006-01-09 Aapo TahkolaFix pow <small> and a very stypid bug with dummy srcs...
2006-01-09 Aapo TahkolaFix cube maps.
2006-01-09 Aapo TahkolaFix node setup(from Ben Skeggs)
2006-01-09 Brian Pauls/GLuint/GLbitfield/
2006-01-09 Brian Paulonly call xmesa_set_renderbuffer_funcs() when really...
2006-01-09 Brian Paulcheck XGetGeometry() return value
2006-01-07 Roland Scheideggercube maps on r100 require newer drm than the same featu...
2006-01-02 Jerome GlisseUse X11_INCLUDES config macro instead of
2005-12-30 Keith Whitwellrecalculate state on drawable changes
2005-12-30 Keith Whitwellproperly notify driver on scissor change in MakeCurrent
2005-12-30 Dave Airliefill out framebuffer egl stuff enable egl on R300
2005-12-30 Dave Airliefixup stamp so driver updates drawable info
2005-12-29 Dave Airlieadd support for PCIE card to EGL, doesn't fully work...
2005-12-29 Dave Airlieadd EGL to r300 makefile
next