intel: remove buffer swap debug output
[mesa.git] / src / mesa / drivers / dri /
2008-07-24 Jesse Barnesintel: remove buffer swap debug output
2008-07-24 Ian RomanickRevert "965: Fix color clamping issues"
2008-07-23 Pawel Pieczul965: Fix partially transparent textures in Doom 3...
2008-07-22 Jesse Barnesintel: fix buffer swaps and enable page flipping on 965
2008-07-21 Pawel Pieczul965: Fix color clamping issues
2008-07-18 Xiang, Haihaointel: fix texture border issue. (bug #16697)
2008-07-16 Ian Romanickintel: Clean-up ARB_texture_env_crossbar
2008-07-14 Chris Rankinradeon: SetTexOffset support
2008-07-13 Stephane Marchesinnouveau: say goodbye to the old DRI driver...
2008-07-12 Nicolai Haehnler300_fragprog: Use nqssa+dce and program_pair for emit
2008-07-12 Dan NicholsonAlways pass -linker and -ldflags to mklib for shared...
2008-07-12 Dan NicholsonCall mklib with $(SHELL) so the user controls the inter...
2008-07-12 Nicolai Haehnler300: Fix saturate mode handling in radeon_program_alu
2008-07-12 Nicolai Haehnler500: Set Saturate correctly in radeon_program_pair
2008-07-12 Nicolai Haehnler300: Fix input register allocation in radeon_program_pair
2008-07-12 Nicolai Haehnler300: Explicitly set absolute value for the argument...
2008-07-12 Nicolai Haehnler500_fragprog: Major refactoring of final emit
2008-07-12 Nicolai Haehnler500: Add "Not quite SSA" and dead code elimination...
2008-07-12 Nicolai Haehnler500_fragprog: Transform trigonometric functions in...
2008-07-11 Alex DeucherR300: update vap_cntl values for NUM_FPUS
2008-07-11 Dan NicholsonRemove generated pkg-config files on `make clean'
2008-07-10 Dave Airlieintel: fix batch flushing problem with cliprects handling.
2008-07-09 Xiang, Haihaoi915: fall back to software rendering when shadow compa...
2008-07-08 Xiang, Haihaoi965: official name for GM45 chipset
2008-07-06 Dan NicholsonSet library and header installation directories from...
2008-07-06 Nicolai Haehnler500_fragprog: Fix RSQ with negative parameters
2008-07-06 Nicolai Haehnler300_fragprog: Emulate trigonometric functions in radeo...
2008-07-06 Nicolai Haehnler300: Translate fragment program DST in radeon_program_alu
2008-07-06 Nicolai Haehnler300: Translate fragment program LRP in radeon_program_...
2008-07-06 Nicolai Haehnler300: Allow adding parameters during fragprog transform...
2008-07-05 Nicolai Haehnler300: Correctly scan for used temporary registers
2008-07-05 Nicolai Haehnler500: Major refactoring of fragment program emit
2008-07-05 Nicolai Haehnler300: Remove clause stuff for now in favour of a cloned...
2008-07-05 Nicolai Haehnler500_fragprog: Cleanup some unused variables and code.
2008-07-05 Nicolai Haehnler500: Fix a mixup in fragment program LRP instruction...
2008-07-05 Nicolai Haehnler500: Fix blend color.
2008-07-04 Nicolai Haehnler300: Fix depth texture in compare mode
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-07-02 Brian Paulset ctx->Const.MaxVertexTextureImageUnits = 0
2008-07-02 Ian RomanickVBO: Regenerate files based on recent changes to gl_API.xml
2008-07-01 Dave Airliedri: drop asserts to make build against stable libdrm
2008-07-01 Xiang, Haihaodri: Take the base image size into account when computing
2008-06-30 Corbin Simpsonr3xx/r5xx: Enable ARB_point_parameters.
2008-06-30 Nicolai Haehnler300: Fix dumb mistake in LOD bias translation
2008-06-29 Nicolai Haehnler300: Cleanup LodBias support
2008-06-29 Corbin Simpsonr300: Change LOD bias emission to more closely follow...
2008-06-29 Nicolai Haehnler300: Fix wrap mode for 1D textures
2008-06-27 Dan NicholsonDRI-specific pkg-config file
2008-06-26 Alan HourihaneCheck in SwapBuffers for any new pending dri2 events
2008-06-24 Eric Anholtintel: Fix glCopyPixels when x or y are < 0 in hw coord...
2008-06-24 Eric Anholti965: Use the shared intel_pixel_copy.c.
2008-06-24 Eric Anholtintel: Same pixel function init for everyone now.
2008-06-24 Eric Anholtintel: Avoid glBitmap software fallback for blending...
2008-06-24 Eric Anholtintel: Merge check_blit_fragment_ops between i915/i965.
2008-06-24 Eric Anholtintel: Note reasons for blit pixel op fallbacks under...
2008-06-24 Eric Anholti915: Add support for accelerated glBitmap, shared...
2008-06-24 Eric Anholti915: Fix read != draw drawable for glCopyPixels.
2008-06-24 Eric Anholti915: Allow accelerated pixel ops to be disabled with...
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paul#undef DEBUG to silence warnings
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Alan CoopersmithSolaris port of Mesa 7.1 with autoconf support
2008-06-21 Alex DeucherR300: 1002:5657 is actually RV410
2008-06-21 Roland Scheideggerr200: fix typo in r200TryDrawPixels parameter validatio...
2008-06-18 Eric Anholti915: Bug #14313: Fix accelerated (PBO) ReadPixels.
2008-06-18 Xiang, Haihaoi965: add support for Intel 4 series chipsets
2008-06-16 Corbin Simpsonr300: Make LOD bias a persistent environment variable.
2008-06-16 Corbin Simpsonr300: Fix new incarnation of bug 3195.
2008-06-16 Corbin Simpsonr300: Forgot to clear old state before writing new...
2008-06-16 Corbin Simpsonr300: Enable LOD bias state emission.
2008-06-16 Corbin SimpsonOops, misordered a few instructions.
2008-06-16 Corbin Simpsonr300: Unbreak LOD biasing, a bit.
2008-06-15 Corbin Simpsonr5xx: Enable fragment.position, partial ARB_shadow.
2008-06-15 Corbin Simpsonr5xx: Detangle FP fallback and translation switches.
2008-06-14 Nicolai Haehnler300: Add radeonTransformALU and fix a bug in r300_frag...
2008-06-14 Nicolai Haehnler300_fragprog: Use less complex instructions
2008-06-14 Corbin Simpsonr5xx: More FP rewriting; fix texrect FP insts.
2008-06-14 Corbin Simpsonr5xx: New FP code, take two.
2008-06-14 Corbin Simpsonr5xx: FP refactor, take one.
2008-06-14 Corbin Simpsonr3xx/r5xx: Don't force aniso.
2008-06-14 Nicolai Haehnler300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs
2008-06-14 Nicolai Haehnler300: Add radeonCompilerDump for debugging
2008-06-14 Nicolai Haehnler300_fragprog: Refactor TEX transformation
2008-06-14 Nicolai Haehnler300: Add radeon_program and trivial refactoring of...
2008-06-14 Nicolai Haehnler300: Do not include r300_fragprog.h from r300_context...
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead declarations, move NOP decla...
2008-06-14 Nicolai Haehnler300_fragprog: Refactoring and cleanup
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead code
2008-06-13 Nicolai Haehnler300/r500: Separate fragprog compiler structures
2008-06-13 Nicolai Haehnler300: Fix depth texture GL_LUMINANCE vs. GL_INTENSITY...
2008-06-13 Nicolai Haehnler300: Reenable t->filter_1 (though currently not used)
2008-06-13 George Sapountzisdri/swrast: make unbind a noop
2008-06-13 George Sapountzisdri/swrast: add OpenGL 2.1 functions
next