mesa.git
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Pauli Nieminenradeon: Fix scissors for r600 KMS.
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian Paulgallium/trace: casts to silence warnings
2009-09-24 Brian Paultgsi/sse: remove old comments
2009-09-24 Brian Paultgsi/sse: implement SEQ, SGT, SLE, SNE
2009-09-24 Brian Paultgsi/sse: Pass the lodbias, not zero. More comments.
2009-09-24 Brian Paulmesa: added default case return to silence warning
2009-09-24 Brian Paulglsl: init var to silence warning
2009-09-24 Brian Paulglsl: fix missing initializers warning
2009-09-24 Keith Whitwellprogs/perf: fix warnings in readpixels test
2009-09-24 Keith Whitwellprogs/perf: fix typo in sconscript
2009-09-24 Keith Whitwelltrace: fix printf warnings
2009-09-24 Keith Whitwellsoftpipe: fix compiler warnings
2009-09-24 Keith Whitwellpipebuffer: fix printf warnings
2009-09-24 Keith Whitwellpipebuffer: fix warnings
2009-09-24 Keith Whitwelldraw: fix warning
2009-09-24 Keith Whitwellprogs/perf: accept GL3.x also
2009-09-24 Richard Lir600 : fix draw_prim bug: vertex fetcher setting.
2009-09-24 José Fonsecasoftpipe: Use portable INLINE macro.
2009-09-24 José Fonsecasoftpipe: Update SConscript.
2009-09-24 Richard Lir600 : disable draw_prim for now.
2009-09-24 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-24 Alex Deucherr600: fix typo in the last commit
2009-09-24 Alex Deucherr600: various cleanups
2009-09-24 Andre Maasikasr600: fix some issues with LIT instruction
2009-09-24 Alex Deucherr600: fix point sizes
2009-09-24 Alex Deucherr600: fix polygon offset
2009-09-24 Alex Deucherradeon: don't build non-r600 span code on r600
2009-09-24 Alex Deucherr600: minor span cleanups
2009-09-24 Andre Maasikasr600: support position_invariant programs
2009-09-24 Alex Deucherr600: add span support for 1D tiles
2009-09-24 Alex Deucherr600: fix warning
2009-09-24 Andre Maasikasr600: fix texcoords from constants
2009-09-24 Andre Maasikasr600: enable caching of vertex programs
2009-09-24 Alex Deucherr600: check if textures are actually enabled before...
2009-09-24 Alex Deucherr600: fix ftp for dri1
2009-09-24 Dave Airlier600: don't setup hardware state if TFP
2009-09-24 Alex Deucherr600: fix dri2 clipping
2009-09-24 José Fonsecagdi: Update for WGL state tracker interface changes.
2009-09-24 José Fonsecawgl: DWM integration.
2009-09-24 José Fonsecascons: Don't require -liberty on MinGW.
2009-09-24 José Fonsecamesa: Fix missing finite symbol error on Windows.
2009-09-23 Alex Deucherr600: fix up ordering of functions in draw prims path
2009-09-23 Maciej Cencorar300: fallback to software rendering if we are out...
2009-09-23 Alex Deucherr600: fix r700PredictRenderSize for draw prims path
2009-09-23 Richard Lir600 : add hw index buffer draw support.
2009-09-23 Brian Paulprogs/perf: added glReadPixels benchmark
2009-09-23 Brian Paulprogs/perf: also request a stencil buffer
2009-09-23 Brian Paulswrast: add lod bias when texture sampling
2009-09-23 Brian Paulmesa: don't bias LOD in shader interpreter; do it in...
2009-09-23 Brian Paulswrast: fix typo in partial derivatives parameter passing
2009-09-23 Adam JacksonFinish removing glcore
2009-09-23 Alex Deucherr600: fix copy/paste typo
2009-09-23 Alex Deucherr600: fix some warnings
2009-09-23 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-23 Michal Krolprogs/perf: Actually bind the newly created vbo.
2009-09-23 Keith Whitwellst/mesa: trim calculated userbuffer size
2009-09-23 Brian Paulllvmpipe: move tile cache datatypes into .c file since...
2009-09-23 Brian Paulsoftpipe: replace macros with inline functions
2009-09-23 Brian Paulsoftpipe: white-space/formatting fixes and updated...
2009-09-23 Brian Paulllvmpipe: added max texture/surface size sanity check
2009-09-23 Brian Paulllvmpipe: increase MAX_WIDTH/HEIGHT to match max textur...
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Brian Paulsoftpipe: added max texture/surface size sanity check
2009-09-23 Brian Paulsoftpipe: increase MAX_WIDTH/HEIGTH 4096 to match max...
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-23 Keith Whitwellgallium/include: update some comments
2009-09-23 Zack Rusinst/xorg: fix a typo
2009-09-23 Zack Rusinst/xorg: keep the user buffer contents around
2009-09-23 Brian Paulprogs/perf: set TexSubImage4=FALSE
2009-09-23 José Fonsecawgl: Eliminate the shared layer; implement WGL API...
2009-09-23 José Fonsecagdi: Update for WGL statetracker source reorg.
2009-09-23 José Fonsecawgl: Flatten the source tree.
2009-09-23 José Fonsecawgl: Fix debug_printf format specifiers.
2009-09-23 José Fonsecagallium: Update vendor string.
2009-09-23 rootsoftpipe: fix bugs in POT texture sampling when texture...
2009-09-22 Brian Paulsoftpipe: additional assertions
2009-09-22 Brian Paulsoftpipe: disable a _debug_printf()
2009-09-22 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-22 Brian Paulmesa: don't re-use the meta glDrawPixels VBO; create...
2009-09-22 Brian Paulprogs/perf: added glCopyTex[Sub]Image2D test
2009-09-22 Richard Lir600 : add draw_prim support, make up one lost change.
2009-09-22 Richard Lir600 : add draw_prim support.
2009-09-22 Brian Paulmesa: fix more buffer object error messages
2009-09-22 Keith Whitwellsoftpipe: need to write depth/stencil values even when...
2009-09-22 Keith Whitwellsoftpipe: set quad->facing value
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Brian Paulglx: include string.h to silence missing memset() proto...
2009-09-22 Brian Paulmesa: fix error message text
2009-09-22 Nicolai Hähnler300: Fix crash reported in bug #24066
2009-09-22 Keith Whitwellsoftpipe: fix polygon stipple
2009-09-22 Brian Paulprogs/perf: test glGetTexImage() also
2009-09-22 Keith Whitwellsoftpipe: fix occlusion counting
2009-09-22 Jakob Bornecrantzst/xorg: Fix two leeks
2009-09-22 Jakob Bornecrantzi915g: Activate trace
2009-09-22 Jakob Bornecrantzi915g: Do propper references of surfaces in context
2009-09-22 Brian Paulprogs/perf: add missing texture enable in fbobind.c
2009-09-22 Brian Paulprogs/perf: added fbobind.c test to test FBO binding...
next