mesa.git
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel Dänzerintel: Fix crash in intel_flush().
2009-09-21 Ben Skeggsnouveau: allow building modesetting_drv.so
2009-09-21 Ben Skeggsnouveau: drm_api create_screen()'s 'arg' argument can...
2009-09-21 Brian Paulwindows: call _mesa_meta_init/free()
2009-09-21 Brian Paulxlib: always call _mesa_meta_init/free()
2009-09-21 Brian Pauldri/swrast: call _mesa_meta_init/free()
2009-09-21 Brian Paulosmesa: call _mesa_meta_init/free()
2009-09-21 Brian PaulRevert "st/mesa: Compile in meta.c."
2009-09-21 Brian PaulRevert "scons: add meta.c to sources"
2009-09-21 Brian PaulRevert "mesa: move _mesa_meta_init/free() calls to...
2009-09-21 Brian Paulscons: add meta.c to sources
2009-09-21 Chia-I Wust/mesa: Compile in meta.c.
2009-09-21 Chia-I Wuintel: meta clear has a new name.
2009-09-21 Dave Airliexorg/st: fixup builds against later dpms headers.
2009-09-20 Pauli Nieminenradeon: Fix legacy bo not to reuse dma buffers before...
2009-09-20 Nicolai Hähnler300/compiler: Fix trig instructions in R300 fp
2009-09-20 Pauli Nieminenradeon: Fix typo in variable name.
2009-09-20 Pauli Nieminenradeon: Improve WARN_ONCE macro to appear as single...
2009-09-20 José Fonsecascons: Drop gprof support for profile builds; tweak...
2009-09-20 José Fonsecallvmpipe: Fix lp_get_cached_tile.
2009-09-20 José Fonsecallvmpipe: Update tile status on flush.
2009-09-20 Nicolai Hähnleradeon: Fix "verts" debugging enable
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)
next