summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-10progs: Port glxinfo to wgl.José Fonseca
2009-04-10mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.José Fonseca
2009-04-10wgl: Move pixel format information into device structure.José Fonseca
2009-04-10wgl: Combine alpha pixelformat info in color.José Fonseca
2009-04-10stw: Reorder the pixelformats, so that no alpha pixelformats get chosen befor...José Fonseca
2009-04-10stw: Don't make assumptions about integer size.José Fonseca
2009-04-10stw: Free the mesa framebuffer.José Fonseca
2009-04-10tgsi/sse2: Cleanup NRM/NRM4 implementation.Michal Krol
2009-04-10rtasm: Silence `static function not used' warning.Michal Krol
2009-04-10draw: Silence pointer-to-integer cast warning.Michal Krol
2009-04-10draw: Fix vertex_header initialisation.Michal Krol
2009-04-09swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT codeBrian Paul
2009-04-09gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul
2009-04-09i965: re-org of some of the new constant buffer codeBrian Paul
2009-04-09demos: fix aspect ratio in Reshape()Brian Paul
2009-04-09i965: new SURF_INDEX_ macrosBrian Paul
2009-04-09gallium: change // comment to /* */ styleBrian Paul
2009-04-09gallium: updated comments in p_screen.hBrian Paul
2009-04-09i965simple: remove pipe_texture::compressed referenceBrian Paul
2009-04-09tgsi/sse2: Fix build.Michal Krol
2009-04-09draw: Fix LIT instruction.Michal Krol
2009-04-09intel / DRI2: Accept fake front-buffer from loaderIan Romanick
2009-04-09DRI2: Assume that there is always a front bufferIan Romanick
2009-04-09intel / DRI2: Track and flush front-buffer renderingIan Romanick
2009-04-09DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick
2009-04-09python: Fix bad pointer.José Fonseca
2009-04-09st: remove another unneeded 'is compressed' comparisonBrian Paul
2009-04-09st: remove unneeded "is compressed" checkBrian Paul
2009-04-09st: rearrange some code to be a little more clearBrian Paul
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-04-09st: consolidate format->usage computationBrian Paul
2009-04-09st: add const qualifiers, use GL typesBrian Paul
2009-04-09st: make loops over 3D texture slices a litte more intuitiveBrian Paul
2009-04-09st: reformatting and clean-ups in texture codeBrian Paul
2009-04-09tgsi/sse2: Fix ARL instruction.Michal Krol
2009-04-09tgsi/sse2: Fix LIT instruction.Michal Krol
2009-04-09trace: Dump the fence, not its pointer.José Fonseca
2009-04-09wgl: Remove unused member.José Fonseca
2009-04-09trace: Use 'flags' name consistently.José Fonseca
2009-04-09gallium: Use "flags" consistently.José Fonseca
2009-04-09gdi: Use stw_* names.José Fonseca
2009-04-09wgl: Use more stw_* names.José Fonseca
2009-04-09wgl: Use hooks instead of subclassing the window.José Fonseca
2009-04-09mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul
2009-04-09i965: free shader's constant buffer in brwDeleteProgram()Brian Paul
2009-04-09wgl: Catch the attempt of releasing a context which is not current.José Fonseca
2009-04-09wgl: Move the framebuffer list to the device. Avoid recursive locking.José Fonseca
2009-04-09wgl: More symbol naming normalization.José Fonseca