mesa.git
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai Hähnlemesa/st: Create front renderbuffer on the fly when...
2009-09-20 Nicolai Hähnlemesa/st: Initialize format bits of framebuffer renderbu...
2009-09-20 Nicolai Hähnledocs: Document new features in radeon/r200/r300 drivers
2009-09-20 Nicolai Hähnler300/compiler: Fix R300 fragment program regression...
2009-09-19 Brian Paulmesa: remove redundant readbuffer check
2009-09-19 Brian Paulmesa: rename functions to be more consistant with rest...
2009-09-19 Brian Paulswrast: remove obsolete s_imaging.c file
2009-09-19 Brian Paulswrast: remove prototypes for obsolete functions
2009-09-19 Brian Paulmesa: remove s_imaging.c from build
2009-09-19 Brian Paulwindows: replace old ColorTable, Convolution functions...
2009-09-19 Brian Paulmesa: use new meta functions
2009-09-19 Brian Paulmesa: meta functions for glCopyColorTable, glCopyConvol...
2009-09-19 Brian Paulmesa: move readbuffer tests
2009-09-19 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-19 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-19 Brian Paulmesa: fix some glCopyTex[Sub]Image regressions related...
2009-09-19 Brian Paulmesa: move _mesa_meta_init/free() calls to core Mesa
2009-09-19 Alex Deucherr600: fix point sizes
2009-09-19 Alex Deucherr600: fix polygon offset
2009-09-19 Brian Paulswrast: remove obsolete s_texstore.c
2009-09-19 Brian Paulswrast: remove prototypes for obsolete functions
2009-09-19 Brian Paulmesa: remove s_texstore.c from makefile/project files
2009-09-19 Brian Paulglapi: replace old TexCopy functions w/ new
2009-09-19 Brian Paulwindows: replace old TexCopy functions w/ new
2009-09-19 Brian Paulgldirect: remove refs to soon-to-be-obsolete functions
2009-09-19 Brian Paulmesa: use new _mesa_meta_CopyTex[Sub]Image() functions
2009-09-19 Brian Paulintel: use new _mesa_meta_CopyTex[Sub]Image() functions
2009-09-19 Brian Paulglapi: regenerated files
2009-09-19 Brian Paulglapi: added tokens, function for GL_ARB_provoking_vertex
2009-09-19 Michal Krolllvmpipe: Respect input interpolators for the shader.
2009-09-19 José Fonsecamesa: Allow BlitFramebuffer from a texture.
2009-09-18 Michal Krolsoftpipe: Fix cube face selection.
2009-09-18 Zou Nan hai[i965] add a missing header file
2009-09-18 Zou Nan hai [i965] use intel_batchbuffer_flush to flush the clear
2009-09-17 Michal Krolsoftpipe: Respect input interpolators for the shader.
2009-09-17 Michal Kroltgsi: Scan input interpolators, too.
2009-09-17 Keith Whitwellprogs/perf: convert some DOS line-endings
2009-09-17 Keith Whitwellprogs/perf: add scons support, get working under mingw
2009-09-17 Brian Paulmesa: begin some texstore code refactoring
2009-09-17 Brian Paulmesa: fix clip plane, fog issues
2009-09-17 Brian Paulmesa: meta driver functions for glCopyTex[Sub]Image()
2009-09-17 Brian Paulprogs/perf: initial set of simple performance test...
2009-09-17 Brian Paulprogs/glsl: minor Makefile clean-ups
2009-09-17 Brian Paulswrast: remove mipmap generation checks (done in core...
2009-09-17 Brian Pauls3v: remove unneeded initializations
2009-09-17 Brian Paulffb: remove disabled code
2009-09-16 Ian Romanickglx: Use initstate_r / random_r instead of corrupting...
2009-09-16 José Fonsecallvmpipe: Don't assert due to unsupported texture wrap...
2009-09-16 Brian Paulst/mesa: fix some incorrect branching/clean-up code...
2009-09-16 Brian Paulst/mesa: fix texture memory allocation bug
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Brian Paulgallium: remove incorrect 'return' stmt
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian Romanickintel: Deassociated drawables from private context...
2009-09-16 José Fonsecagallium: Deprecate PIPE_CAP_S3TC.
2009-09-16 Michal Krolsoftpipe: Do not advertise Z32_UNORM as a supported...
2009-09-16 José Fonsecagdi: Integrate with llvmpipe where available.
2009-09-16 José Fonsecallvmpipe: Make the code portable for MinGW.
2009-09-16 Zou Nan haii965: do a flush in clear, fix openarena render issue,
2009-09-16 Dave Airlieradeon: cleanup compile defines mess.
2009-09-16 Dave Airlieradeon: oops remove debugging left on in previous patch
2009-09-16 Dave Airlieradeon: use txformat to decide to emit rect tex state.
2009-09-16 Brian Paulmesa: move generate mipmap calls
2009-09-16 Brian Paulmesa: minor clean-up
2009-09-16 Brian Paulmesa: remove last of gotos
2009-09-16 Brian Paulmesa: more goto removal
2009-09-16 Brian Paulmesa: remove some gotos
2009-09-16 Brian Paulmesa: clean-up fbo debug code
2009-09-16 Brian Paulprogs/demos: use non-default texobj in cubemap.c
2009-09-16 Brian Paulprogs/demos: create a texture object in lodbias.c
2009-09-15 Zack Rusinst/xorg: fixing copies and composite shaders
2009-09-15 Zack Rusinst/xorg: lots of fixes
2009-09-15 Brian Pauldocs: GL_ARB_provoking_vertex
2009-09-15 Brian Paulmesa: added GL_ARB_provoking_vertex (same as EXT version)
2009-09-15 Alex Deucherradeon: don't build non-r600 span code on r600
2009-09-15 Alex Deucherr600: minor span cleanups
2009-09-15 Brian Pauldocs: glUniform functions are now compiled into display...
2009-09-15 Brian Paulmesa: compile glUniformMatrix() functions into display...
2009-09-15 Brian Paulmesa: implement more glUniform display list functions
2009-09-15 Brian Pauldocs: document glUseProgram display list fix
2009-09-15 Brian Paulmesa: compile glUniform4f() into display lists
2009-09-15 Brian Paulmesa: compile glUseProgram/glUseProgramObjectARB into...
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickGLX: Complain when buggy applications call GLX 1.3...
2009-09-15 Zack Rusinst/xorg: Brian suggested that those could be mad's
2009-09-15 Brian Paulmesa: remove incorrect texture state check
2009-09-15 Maarten Maathuisnv50: avoid excessive FIRE_RING
2009-09-15 Maarten Maathuisnv50: use flush_notify to reduce number of relocs
2009-09-15 Michel Dänzerst/xorg: Only unreference texture on pixmap destruction...
2009-09-15 Michel Dänzerst/xorg: Explicitly check whether the driver supports...
2009-09-15 Michel Dänzerst/xorg: Use A8 format for depth 8 pixmaps.
2009-09-15 Brian Paulst/mesa: disable accidentally committed _mesa_print_pro...
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulARB prog parser: regenerated file
2009-09-15 Brian PaulARB prog parser: more detailed error message for out...
2009-09-15 Brian Paulgl: restore some PFNGL typedefs
next