summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prog/tests: Fix MSVC build.Vinson Lee2009-10-141-14/+5
* r300g: Move ztop to derived state.Corbin Simpson2009-10-142-10/+36
* r300g: Compiler warning cleanup.Corbin Simpson2009-10-144-11/+3
* r300g: remove buffer add that should be unnecessary.Dave Airlie2009-10-141-6/+0
* r300g: add QUERY to KITCHEN_SINKDave Airlie2009-10-141-1/+1
* r300g: add one more ZTOP disable bit.Dave Airlie2009-10-142-1/+9
* r300g: port over last parts of oq support.Dave Airlie2009-10-145-9/+16
* r300g: convert query to a state for emitting.Dave Airlie2009-10-143-5/+20
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-1411-43/+134
* r300g: attempt to make bo space check sane.Dave Airlie2009-10-144-3/+38
* r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie2009-10-141-7/+9
* mesa: minor tweak to printf stringBrian Paul2009-10-131-1/+1
* mesa: rework _mesa_read_shader() debug hookBrian Paul2009-10-131-12/+12
* mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul2009-10-131-1/+2
* Store clipping distance for user clip planes as part of vertex processingIan Romanick2009-10-134-18/+132
* nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin2009-10-131-3/+2
* egl: Improve logging facility.Chia-I Wu2009-10-133-54/+145
* egl: Allow binding to any client API.Chia-I Wu2009-10-135-42/+19
* egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu2009-10-131-0/+4
* egl: Remove core functions from eglGetProcAddress.Chia-I Wu2009-10-131-45/+16
* egl: Add support for driver built-in.Chia-I Wu2009-10-132-68/+93
* st/xorg: solid fills with masks are supportedZack Rusin2009-10-131-6/+1
* intel: fix broken sw generate mipmap pathBrian Paul2009-10-131-0/+22
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-133-4/+17
* mesa: whitespace fixesBrian Paul2009-10-131-2/+2
* mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul2009-10-131-7/+48
* r300g: More debug flags.Corbin Simpson2009-10-123-4/+9
* r300g: Surface debug.Corbin Simpson2009-10-123-6/+8
* r300g: Fallback on surfaces we can't render to or from.Corbin Simpson2009-10-121-2/+11
* r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson2009-10-121-5/+17
* r300g: Clean up texture formats.Corbin Simpson2009-10-123-9/+9
* mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul2009-10-121-4/+15
* mesa: minor clean up in check_begin_texture_render()Brian Paul2009-10-121-1/+1
* intel: whitespace/formatting clean-upBrian Paul2009-10-121-10/+18
* intel: replace extern decl with #includeBrian Paul2009-10-121-1/+2
* intel: added INLINE keyword to minify()Brian Paul2009-10-121-1/+1
* intel: code clean-upsBrian Paul2009-10-121-4/+5
* intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-127-65/+40
* i965: remove unused varBrian Paul2009-10-121-1/+0
* prog/tests: Fix MSVC build.Vinson Lee2009-10-121-1/+1
* mesa: print program Id when printingBrian Paul2009-10-121-2/+2
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-122-1/+15
* r600: implement ProgramStringNotifyAndre Maasikas2009-10-121-17/+38
* r600: LIT dst.y gets value from src.xAndre Maasikas2009-10-121-0/+1
* r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas2009-10-121-1/+1
* st/xorg: initialize pipe in the rendererZack Rusin2009-10-111-0/+1
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-1111-786/+1170
* configs: fix some remains of the i915simple driverZack Rusin2009-10-112-5/+4
* st/xorg: implement basics of xvZack Rusin2009-10-114-6/+66
* r300g: Fix fragment program constants upload on R300Nicolai Hähnle2009-10-111-1/+1