summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-14Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-14mesa: remove left-over debug printfBrian Paul
2009-10-14r300g: Move ztop to derived state.Corbin Simpson
2009-10-14r300g: Compiler warning cleanup.Corbin Simpson
2009-10-14r300g: remove buffer add that should be unnecessary.Dave Airlie
2009-10-14r300g: add QUERY to KITCHEN_SINKDave Airlie
2009-10-14r300g: add one more ZTOP disable bit.Dave Airlie
2009-10-14r300g: port over last parts of oq support.Dave Airlie
2009-10-14r300g: convert query to a state for emitting.Dave Airlie
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
2009-10-14r300g: attempt to make bo space check sane.Dave Airlie
2009-10-14r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie
2009-10-13mesa: minor tweak to printf stringBrian Paul
2009-10-13mesa: rework _mesa_read_shader() debug hookBrian Paul
2009-10-13mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick
2009-10-13nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin
2009-10-13egl: Improve logging facility.Chia-I Wu
2009-10-13egl: Allow binding to any client API.Chia-I Wu
2009-10-13egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu
2009-10-13egl: Remove core functions from eglGetProcAddress.Chia-I Wu
2009-10-13egl: Add support for driver built-in.Chia-I Wu
2009-10-13st/xorg: solid fills with masks are supportedZack Rusin
2009-10-13intel: fix broken sw generate mipmap pathBrian Paul
2009-10-13st/xorg: fix and enable by default xrender accelerationZack Rusin
2009-10-13mesa: whitespace fixesBrian Paul
2009-10-13mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul
2009-10-12r300g: More debug flags.Corbin Simpson
2009-10-12r300g: Surface debug.Corbin Simpson
2009-10-12r300g: Fallback on surfaces we can't render to or from.Corbin Simpson
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson
2009-10-12r300g: Clean up texture formats.Corbin Simpson
2009-10-12mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul
2009-10-12intel: whitespace/formatting clean-upBrian Paul
2009-10-12intel: replace extern decl with #includeBrian Paul
2009-10-12intel: added INLINE keyword to minify()Brian Paul
2009-10-12intel: code clean-upsBrian Paul
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul
2009-10-12i965: remove unused varBrian Paul
2009-10-12mesa: print program Id when printingBrian Paul
2009-10-12Add support for more 8 and 16 bits formatsPatrice Mandin
2009-10-12r600: implement ProgramStringNotifyAndre Maasikas
2009-10-12r600: LIT dst.y gets value from src.xAndre Maasikas
2009-10-12r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas
2009-10-11st/xorg: initialize pipe in the rendererZack Rusin
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin
2009-10-11configs: fix some remains of the i915simple driverZack Rusin
2009-10-11st/xorg: implement basics of xvZack Rusin
2009-10-11i965: Fix the last valid address setting for the index buffer.Eric Anholt