Merge branch 'mesa_7_6_branch'
[mesa.git] / src /
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-25 Vinson Leemesa: move declaration before code
2009-09-25 Christoph Bumillernv50: fix TEX for WriteMask not equal 0xf
2009-09-25 Christoph Bumillernv50: actually enable view volume clipping
2009-09-25 Christoph Bumillernv50: RCP and RSQ cannot load from VP inputs
2009-09-25 Christoph Bumillernv50: fix CEIL and TRUNC
2009-09-25 Christoph Bumillernv50: implement BGNLOOP, BRK, ENDLOOP
2009-09-25 Christoph Bumillernv50: implement IF, ELSE, ENDIF opcodes
2009-09-25 Cooper Yuanr300g: add texture format for xvmc
2009-09-25 Chia-I Wumesa/main: Make FEATURE_convolve follow feature convent...
2009-09-25 Chia-I Wumesa/main: Make FEATURE_colortable follow feature conve...
2009-09-25 Chia-I Wumesa/main: Make FEATURE_pixel_transfer follow feature...
2009-09-25 Chia-I Wumesa/main: Add comments to mfeatures.h.
2009-09-25 Brian Paulmesa: _mesa_meta_GenerateMipmap() now working
2009-09-25 Brian Paulmesa: remove: unused gl_vertex_program::TnlData field
2009-09-24 Eric Anholtintel: Flush the batch when we're about to subdata...
2009-09-24 Eric Anholti965: Clean up some mess with the batch cache.
2009-09-24 Zack Rusinst/xorg: start working on the Xv acceleration code
2009-09-24 Zack Rusinst/xorg: fills are supported plussome minor clenups
2009-09-24 Zack Rusinst/xorg: add easier way of disabling/enabling acceleration
2009-09-24 Brian Paulllvmpipe: add missing __FUNCTION__ parameter to debug_p...
2009-09-24 Brian Paulllvmpipe: increase max 3D texture size to 256
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 Vinson Leesoftpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
2009-09-24 Eric Anholti965: Emit zero initialization for NV VP temporaries...
2009-09-24 Eric Anholti965: Remove assert about NV_vp now that it somewhat...
2009-09-24 Eric Anholti965: Load NV program matrices when required.
2009-09-24 Eric Anholtmesa: Initialize NV_vertex_program fields for the param...
2009-09-24 Brian Paulmesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check...
2009-09-24 Brian Paulmesa: remove rgbMode check in enable_texture()
2009-09-24 Brian Paulintel: use default array/element buffers in intel_gener...
2009-09-24 Brian Paulmesa: replace assertion with no-op function assignment
2009-09-24 Brian Paulmesa: added comment
2009-09-24 Brian Paulvbo: limit number of warnings to 10
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 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 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é 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 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 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 José Fonsecawgl: Eliminate the shared layer; implement WGL API...
next