i965: Allocate destination registers for GLSL TEX instructions contiguously.
[mesa.git] / src / mesa / drivers /
2009-08-12 Eric Anholti965: Allocate destination registers for GLSL TEX instr...
2009-08-12 Eric Anholti965: drop dead scalar handling in GLSL.
2009-08-12 Eric Anholti965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.
2009-08-12 Eric Anholti965: Drop GLSL ABS code, which is translated away...
2009-08-12 Eric Anholti965: Drop code for emitting OPCODE_SUB, since brw_wm_f...
2009-08-12 Eric Anholti965: Store the dispatch width in the WM compile struct.
2009-08-12 Eric Anholti965: Handle scalar result swizzling in shared GLSL...
2009-08-12 Eric Anholti965: Flag ARL-using programs as requiring brw_wm_glsl.c
2009-08-12 Eric Anholti965: Remove some unused WM opcode args.
2009-08-12 Eric Anholti965: Avoid re-uploading the index buffer when we don...
2009-08-12 Alex Deucherr600: fix warning
2009-08-12 Alex Deucherr600: state cleanups
2009-08-12 Alex Deucherr600: clean up Create/DestroyContext
2009-08-12 Pauli Nieminenr200: Prevent TexGenMatrix from leaking when destroying...
2009-08-12 Eric Anholtvbo: Avoid extra validation of DrawElements.
2009-08-12 Eric Anholtradeon: Minor warnings cleanup.
2009-08-12 Eric Anholti965: Use _MaxElement instead of index-calculated min...
2009-08-12 Pauli Nieminenradeon: Add protection against recursive DRM locking.
2009-08-12 Cooper Yuanr600: A shader is bound that exports Z as a float into...
2009-08-12 Brian Paulmesa: handle glDrawPixels images which are larger than...
2009-08-12 Brian Paulmesa: added _mesa_meta_draw_pixels()
2009-08-12 Brian Paulmesa: added META_FOG and optimize some meta_begin/end...
2009-08-12 Alex Deucherr600: use the drm ioctls for swap and texture upload
2009-08-11 Brian Paulmesa/glapi: regenerated files from gl_API.xml
2009-08-11 Cooper Yuanr600: update num of interp if posizition is used
2009-08-10 Brian Paulintel: use new _mesa_meta_copy_pixels() function
2009-08-10 Brian Paulmesa: save/restore texture matrix in meta code
2009-08-10 Brian Paulmesa: for meta blit, check max texture size, use glCopy...
2009-08-10 Brian Paulmesa: initial meta implementation of glCopyPixels()
2009-08-10 Brian Paulmesa: remove debug flush call
2009-08-10 Brian Paulintel: add missing \n to fprintf()
2009-08-10 Brian Paulintel: use new _mesa_meta_blit_framebuffer() function
2009-08-10 Brian Paulmesa: new driver meta-ops module
2009-08-10 Dave Airlieradeon_fbo: switch short to byte for 565
2009-08-10 Dave Airlieradeon: fix cut-n-paste in alphabits in fbo code
2009-08-09 Dave Airlier600: looks like a typo
2009-08-09 Cooper Yuanr600: load per-pixel position into PS in order to use...
2009-08-08 Eric AnholtRevert "i965: Disable texture tiling by default."
2009-08-08 Eric Anholtintel: Align region height as required for tiled regions.
2009-08-08 Eric Anholti965: Add a note justifying domain choice for the SF VP.
2009-08-08 Eric Anholtintel: Add some more safety asserts in the blit code.
2009-08-08 Eric Anholti965: Replace the subroutine-skipping jump in VS with...
2009-08-07 Alex Deucherradeon: correct fix for tiling with the legacy build
2009-08-07 Eric Anholtintel: Fix googleearth by avoiding GL_VIEWPORT_BIT...
2009-08-07 Alex Deucherradeon: fix the build with older drm headers
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-07 Brian Pauli965: minor context comments
2009-08-07 Brian Paulintel: minor context comments
2009-08-07 Brian Paulintel: move blit call out of assert()
2009-08-07 Brian Paulintel: fix typo: s/softare/software/
2009-08-07 Dave Airlieradeon: enable tiling fallbacks in 3D driver.
2009-08-07 Dave Airlieradeon span: add r200 depth/stencil span read/writing
2009-08-07 Dave Airlier200: fix scissor emission for r200 under kms
2009-08-06 Jakob Bornecrantzmesa: Ignores
2009-08-06 Eric Anholti965: Fix source depth reg setting for FSes reading...
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-05 Dave Airlier200: emit colorpitch
2009-08-05 Eric Anholti965: Fix dangerous warning I let slip in.
2009-08-05 Eric Anholti965: Respect CondSwizzle in OPCODE_IF.
2009-08-05 Eric Anholti965: Emit conditional code updates as required for...
2009-08-05 Eric Anholti965: Don't set pop_count in the reserved MBZ area...
2009-08-05 Eric Anholti965: Print out ELSE and ENDIF src1 arguments like...
2009-08-05 Roland Scheideggerr200: fix off-by-one errors causing 6th texture unit...
2009-08-05 Roland Scheideggerr200: fix compiler warning (unused var)
2009-08-04 Roland Scheideggerradeon: fix miptree comparison breakage
2009-08-04 Roland Scheideggerintel: implement intelCompressedTexSubImage2D
2009-08-04 Eric Anholtintel: Add support for EXT_provoking_vertex.
2009-08-04 Eric Anholti965: Spell "conditional" correctly.
2009-08-04 Eric Anholti965: Hook up the disassembler for INTEL_DEBUG={wm...
2009-08-04 Eric Anholti965: Initial import of disasm code from intel-gen4asm.
2009-08-04 Eric Anholti965: warning fix
2009-08-04 Eric Anholti965: Fix RECT shadow sampling by not losing the other...
2009-08-04 Brian Paulintel: Fix inverted test for disabling flushing of...
2009-08-04 Brian Paulintel: Wait on the last swapbuffers to complete before...
2009-08-04 Eric Anholti965: Assert that the offset in the VBO is below the...
2009-08-04 Eric Anholti965: Even if no VS inputs are set, still load some...
2009-08-04 Eric Anholti965: Make sure the VS URB size is big enough to fit...
2009-08-04 Eric Anholti965: Don't emit bad packets when no VBs are referenced.
2009-08-04 Eric Anholti965: Calculate enabled[] and nr_enabled once and re...
2009-08-03 Roland Scheideggerradeon: more fixes for compressed textures
2009-08-03 Eric Anholtradeon: Fix inverted test for disabling flushing of...
2009-08-03 Eric Anholtintel: Fix inverted test for disabling flushing of...
2009-08-03 Eric Anholtintel: Wait on the last swapbuffers to complete before...
2009-08-03 Alex Deucherr600: add some new r7xx pci ids
2009-08-03 Chia-I Wuegl: Replace IsBound by a pointer to the binding.
2009-08-03 Alex Deucherr600: add some missing pci ids
2009-08-03 Alex Deucherr600: fix the build when RADEON_DEBUG_BO is set
2009-08-03 Alex Deucherr600: fix r600SetTexOffset
2009-08-02 Corbin SimpsonMerge commit 'nha/r300-compiler-gallium'
2009-08-02 Alex Deucherr600: handle state emit better
2009-08-02 vehemensr600: Logic Operations Fix
2009-08-02 Alex Deucherr600: fix regression in texenv
2009-08-02 Nicolai Hähnler300: Fix a regression on non-KMS
2009-08-02 Alex Deucherr600: fix rectangle textures
2009-08-01 Nicolai Hähnler300: Fix corner-case of KIL on R300
2009-08-01 Nicolai Hähnler300: Fix Z buffer re-emit after window resize
2009-07-31 Roland Scheideggerradeon: fix r100/r200 compressed texture stride
2009-07-31 Roland Scheideggerradeon: s/r300/radeon in shared code error message
2009-07-31 Pauli Nieminenradeon: Cliprects has to be updated before doing anythi...
2009-07-31 Pauli Nieminenradeon: Remove unused variable from context.
next