summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis
2010-03-15dri/swrast: add comment in case it's not clearGeorge Sapountzis
2010-03-15dri/swrast: drop mtypes.h from dri_swGeorge Sapountzis
2010-03-15dri/swrast: update copyright emailGeorge Sapountzis
2010-03-15dri/swrast: port to dri_sw (drawable)George Sapountzis
2010-03-15dri/swrast: port to dri_sw (context)George Sapountzis
2010-03-15dri/swrast: port to dri_swGeorge Sapountzis
2010-03-15dri: add dri_sw.c helperGeorge Sapountzis
2010-03-13radeon: add some debuging info for glCopyTex(Sub)ImageMaciej Cencora
2010-03-13r300: blits for small dst pitch work just fineMaciej Cencora
2010-03-13radeon: fix gl format to mesa format mapping and add GL_BGRA formatsMaciej Cencora
2010-03-13radeon: fix glCopyTex(Sub)ImageMaciej Cencora
2010-03-12i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy().Eric Anholt
2010-03-12i965: Clarify that DELTAXY always occurs for both X and Y.Eric Anholt
2010-03-12i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt
2010-03-12i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt
2010-03-12i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt
2010-03-12i965: When doing a swizzled kill pixel, don't do redundant channel compares.Eric Anholt
2010-03-12i965: Use the SEL instruction to implement MIN and MAX.Eric Anholt
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher
2010-03-12dri/r700: include shader/programopt.h instead of programopt.c.Luc Verhaegen
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-11radeon: Fix memory leaks from early return.Vinson Lee
2010-03-11r200: support additional blit formatsAlex Deucher
2010-03-11Merge remote branch 'origin/7.8'Michel Dänzer
2010-03-11dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez
2010-03-10i965: Use the PLN instruction when possible in interpolation.Eric Anholt
2010-03-10i965: Set up the execution size before relying on it.Eric Anholt
2010-03-10windows: fix compilation errors and warningsKarl Schultz
2010-03-10radeon: fallback to sw ReadPixels if color logicop is enabledMaciej Cencora
2010-03-10r300: enable depth test only if depth buffer is availableMaciej Cencora
2010-03-10radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora
2010-03-10i965: Add support for the CMP opcode in the GLSL path.Eric Anholt
2010-03-10i965: Print the opcode name for unrecognized opcodes in the GLSL path.Eric Anholt
2010-03-10i965: Fix the response len of masked sampler messages for 8-wide dispatch.Eric Anholt
2010-03-10i965: Print the offset for IFF in disasmEric Anholt
2010-03-10Merge branch '7.8'Michel Dänzer
2010-03-10r200: add additional blit formatsAlex Deucher
2010-03-10r100: add additional blit formatsAlex Deucher
2010-03-10radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher
2010-03-09i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT.Eric Anholt
2010-03-09i965: Unalias all GLSL source regs from the destination regs used.Eric Anholt
2010-03-09i965: Print the offsets for WHILE and BREAK in disasm.Eric Anholt
2010-03-09i965: Fix nested loops in the VS.Eric Anholt
2010-03-09i965: Fix up VP constbuf leak on program delete.Eric Anholt
2010-03-09r300: don't crash if there's no colorbufferMaciej Cencora
2010-03-09radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora
2010-03-09r300: add support for more rendering formatsMaciej Cencora
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora