i915: Bug #14313: Fix accelerated (PBO) ReadPixels.
[mesa.git] / src / mesa / drivers /
2008-05-26 Corbin Simpsonr5xx: Moar LIT.
2008-05-26 Corbin Simpsonr5xx: First stab at LIT.
2008-05-26 Corbin SimpsonReplace copyright on r500_fragprog.c
2008-05-26 Corbin Simpsonr5xx: Unbreak texture swizzling.
2008-05-25 Corbin Simpsonr5xx: Massive MAD cleanup.
2008-05-25 Corbin Simpsonr5xx: Negation masks for every inst except SWZ.
2008-05-25 Corbin Simpsonr5xx: More emit_alu().
2008-05-25 Corbin Simpsonr5xx: Add emit_mad() for FP.
2008-05-24 Corbin Simpsonr5xx: Consolidate FP tex insts.
2008-05-24 Corbin Simpsonr5xx: Fix SGE/SLT.
2008-05-24 Corbin Simpsonr5xx: Remove some debugging cruft.
2008-05-24 Tormod Voldendri: vblank_mode warning
2008-05-24 Dave Airlier500: missed a couple of inst4s.
2008-05-24 Dave Airlier500: add depth output write
2008-05-23 George Sapountzisdri/swrast: cosmetic, mainly generic vs. xorg terminology
2008-05-23 George Sapountzisdri/swrast: add dithering support
2008-05-23 George Sapountzisdri/swrast: add support for r3g3b2
2008-05-23 George Sapountzisdri: add support for generating 3_3_2 configs
2008-05-23 George Sapountzisdri/swrast: split out common pixel macros
2008-05-23 George Sapountzisdri/swrast: drop TODO list
2008-05-23 George Sapountzisdrop GLcore
2008-05-23 Corbin Simpsonr5xx: Clean up some compiler warnings.
2008-05-23 Corbin Simpsonr5xx: Move dumb_shader.
2008-05-23 Corbin Simpsonr5xx: Add OPCODE_DST.
2008-05-23 Corbin Simpsonr5xx: More trig work.
2008-05-22 Dave Airlier500: bump state atom size up for fp and fp constants
2008-05-22 Corbin Simpsonr5xx: Fixed LRP.
2008-05-22 Corbin Simpsonr5xx: Change debug info for readability.
2008-05-21 Corbin Simpsonr5xx: Initial (broken) OPCODE_LRP.
2008-05-21 Corbin Simpsonr5xx: Add OPCODE_POW.
2008-05-21 George Sapountzisdri/swrast: use Makefile.template
2008-05-21 George Sapountzisdri/swrast: fb configs tweaks
2008-05-21 George Sapountzisdri/swrast: re-indent FillInModes
2008-05-21 Dave Airlier500: print out opcode string
2008-05-21 Dave Airlier500: set the RS unit register for R500 not R300 dangna...
2008-05-21 Dave Airlier500: finish main texture instruction decoding
2008-05-20 George SapountzisAdd DRI driver that uses the mesa swrast module.
2008-05-20 George SapountzisMake utils.h self-contained.
2008-05-20 Corbin Simpsonr5xx: Count refs so we don't have to guess on temp...
2008-05-20 Corbin Simpsonr5xx: Fixup SOP insts.
2008-05-20 Corbin Simpsonr5xx: New fix for COS/SIN/SCS.
2008-05-20 Dave Airlier300/r500: fixup some of the register write sizes
2008-05-20 Dave Airlier300: some ctrl-m's wierd.
2008-05-20 Dave Airlier300/r500: fix RS col fmt bits
2008-05-20 Xiang, Haihaoi965: Check fallback before accounting for index/vertex...
2008-05-19 Corbin Simpsonr5xx: Fixup emit_tex, add debugging info, enable temp...
2008-05-19 Dave Airlier500: add more input srcs
2008-05-19 Dave Airlier500: fix swz gets and some returns
2008-05-19 Dave Airlier500: add mask debugging
2008-05-19 Dave Airlier500: add fragment program debug dumper
2008-05-19 Corbin Simpsonr5xx: Fix magic offsets for output fifo write masks.
2008-05-19 Corbin Simpsonr5xx: Swap sources for CMP.
2008-05-19 Corbin Simpsonr5xx: Fix typo of epic proportions.
2008-05-19 Corbin Simpsonr5xx: ALU/OUT fixups.
2008-05-18 Brian PaulMove _mesa_init_glsl_driver_functions() into shader_api.c
2008-05-18 Dave Airlier300: fixup US_OUT_FMT bits
2008-05-18 Dave Airlier500: you can have a single texcoord
2008-05-17 Corbin Simpsonr5xx: Add OPCODE_KIL.
2008-05-17 Corbin Simpsonr5xx: Added OPCODE_DPH.
2008-05-17 Corbin Simpsonr5xx: Fix FRC.
2008-05-17 Corbin Simpsonr5xx: Fix SCS.
2008-05-17 Corbin Simpsonr5xx: Add OPCODE_SWZ.
2008-05-17 Corbin Simpsonr5xx: Add OPCODE_SCS.
2008-05-17 Corbin Simpsonr5xx: Adding more opcodes.
2008-05-17 Corbin Simpsonr5xx: First swing at OPCODE_COS.
2008-05-17 Corbin Simpsonr5xx: Unbreak MAX and MIN.
2008-05-17 Dave Airlier500: set fragprog end to correct place
2008-05-17 Alex Deucherr300: SC register naming cleanup
2008-05-17 Alex Deucherr500: write out the correct FP registers
2008-05-15 Dave Airlier500: default rsunit swizzle like fglrx
2008-05-15 Dave Airlier500: shift tex src properly
2008-05-15 Dave Airlier500: fixup r500 rs unit texture coordinate counting
2008-05-15 Dave Airlier500: remove some debugging
2008-05-15 Dave Airlier500: split output/pixel masks and emit in the correct...
2008-05-15 Dave Airlier3/500: emit RS state before VAP
2008-05-15 Dave Airlier500: fixup the program allocations to be the correct...
2008-05-15 Dave Airlier300: set screen so that context init can find out...
2008-05-15 Dave Airlier500: add cmp support in theory
2008-05-15 Dave Airlier500: some trivial fixups to get tri working.
2008-05-15 Dave Airlier500: we just need to emit a colour for clear drop...
2008-05-13 Alex DeucherR300: clean up GA registers
2008-05-13 Alex DeucherR3xx: clean up ZB registers
2008-05-13 Alex DeucherR300: clean up CB registers
2008-05-13 Alex DeucherR300: clean up Fog registers
2008-05-13 Alex DeucherR500: fixup r300EmitClearState() FP for r5xx
2008-05-13 Alex DeucherR300: cleanup FS code and fill in missing details
2008-05-13 Alex DeucherR3xx: more PVS cleanup
2008-05-12 Alex DeucherMerge branch 'r500-support' of git+ssh://agd5f@git...
2008-05-12 Alex DeucherR500: add support for 4k textures
2008-05-09 Dave Airlieintel: use new mipmap generation hooks in driver.
2008-05-09 Dave Airlieswrast/dri: switch over users of generate_mipmap to...
2008-05-09 Dave AirlieRevert "mesa/intel: map/unmap texture objects around...
2008-05-09 Dave AirlieAdded ctx->Driver.GenerateMipmap() driver hook
2008-05-09 Dave Airliemesa/intel: map/unmap texture objects around mipmap...
2008-05-08 Kristian HøgsbergAdd RS690M PCI ID.
2008-05-07 Dan NicholsonNever fail `make clean'
2008-05-07 Dave Airlier500: cleanup r500 RS setup
2008-05-07 Dave Airlier500: for rectangular textures set to unscaled coordinates.
2008-05-07 Corbin Simpsonr5xx: Fix FP inputs. (For good?)
2008-05-07 Corbin Simpsonr5xx: Fix false error with DP3/DP4.
next