need to check border width in sample_linear_2d() - fixes failed assertion in texwrap...
[mesa.git] / src / mesa / drivers /
2007-11-22 Roland Scheideggerfix z buffer read/write issue with rv100-like chips...
2007-11-20 Eric Anholt[965] Replace 965 texture format code with common code.
2007-11-20 Eric Anholt[965] Remove dead exec vfmt code which was replaced...
2007-11-19 Eric Anholt[965] Add INTEL_DEBUG=fall debugging output.
2007-11-19 Eric Anholt[965] Convert DBG macro to use FILE_DEBUG_FLAG like...
2007-11-17 Eric Anholt[intel] Add 965 support to shared intel_blit.c
2007-11-17 Eric Anholt[i915] Pass static region names in so debugging says...
2007-11-17 Eric Anholt[intel] Move additional code to be shared from intel_co...
2007-11-16 Eric Anholt[intel] Move intel_tex.h into place, forgotten in the...
2007-11-16 Eric Anholt[965] Add batchbuffer decode for several more packets.
2007-11-16 Eric Anholt[intel] Fix typos in intel_chipset.h macros.
2007-11-16 Eric Anholt[i915] Add INTEL_DEBUG=sync debug flag to wait for...
2007-11-16 Eric Anholt[i915] Reenable batchbuffer debug under INTEL_DEBUG...
2007-11-16 Eric Anholt[intel] Add some doxygen notes on what the bufmgr_fake...
2007-11-16 Eric Anholt[intel] Add a simple relocation cache to the fake buffe...
2007-11-16 Eric Anholt[intel] Assert against 0-sized buffers in dri_bufmgr_fa...
2007-11-16 Eric Anholt[intel] Add support for multiple levels of relocation...
2007-11-16 Eric Anholt[i915] Push locking in intelClearWithTris down inside...
2007-11-15 Roland Scheideggerfix bogus assumption if ddx has set up surface reg...
2007-11-12 Xiang, Haihaoi965: correct the opcode of XY_SETUP_BLT_CMD. fix bug...
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-11-09 Eric Anholt[intel] By default, output batchbuffer decode to stderr...
2007-11-09 Eric Anholt[intel] Initialize a depth buffer if the visual has...
2007-11-09 Eric Anholt[intel] Move over files that will be shared with 965...
2007-11-09 Benno Schulenbergcode clean-ups, reformatting
2007-11-09 Roland Scheideggerrecreate from changed gl_API.xml
2007-11-08 Benno Schulenbergfix Unichrome/Blender crash, bug 13142
2007-11-06 Michel Dänzerr200: Re-expose SetTexOffset functionality.
2007-11-06 Michel Dänzerr200: Fix SetTexOffset format for 16 bit pixmaps/textures.
2007-11-05 Oliver McFaddenRenamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.
2007-11-05 Dave Airlier300: initial user clipping for TCL paths
2007-11-03 Brianfix typo
2007-11-03 Dave Airlier300: move more vap registers out of non tcl paths
2007-11-03 Dave Airlier300: fix misnumber register
2007-11-03 Dave Airlier300: fix texwrap border color
2007-11-01 Dave Airlienouveau: ppc, swap fragment programs on big endian...
2007-10-31 Dave Airliei915: make i915 use the cached mappings for batch/buffe...
2007-10-30 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2007-10-30 BrianFinish up ATI_separate_stencil
2007-10-30 Michel DänzerMore vblank cleanups.
2007-10-29 Eric Anholt[i915] Include header to pick up intel_ttm_bo_create_fr...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-22 Briandon't apply ColorMask to main gc
2007-10-18 Michel Dänzeri915: Add some sanity checks to blit command debugging...
2007-10-17 Ian RomanickFramework for supporting z24_s8 and z32 depth textures...
2007-10-17 Ian RomanickInitial support for ARB_depth_texture
2007-10-17 Ian Romanickmga: Enable (trivial) support for GL_APPLE_vertex_array...
2007-10-17 Ian Romanickmga: Enable (trivial) support for GL_EXT_gpu_program_pa...
2007-10-17 Michel Dänzeri915: Don't emit 'empty' blit rectangles.
2007-10-16 Eric AnholtReplace symlink generation from i915 with files in...
2007-10-16 Michel Dänzeri915: Make sure extensions that require TTM actually...
2007-10-16 Dave Airliei915: fixup TTM interfaces to follow drm changes
2007-10-16 Michel Dänzeri915: Re-enable __DRItexOffsetExtension.
2007-10-15 Andreas Michelerfaster write_rgba_span_front()
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-12 Dave Airliei915: only enable TTM path if drm minor is > 11 for...
2007-10-12 Dave Airliedri: remove ttm common code since superioctl is device...
2007-10-12 Dave Airliei915: fixup reloc header defines
2007-10-11 Kristian HøgsbergDrop no longer implemented MESA allocate extension...
2007-10-11 Kristian HøgsbergAdd a version field to __DRIextension.
2007-10-11 Kristian HøgsbergMove new texOffset extension to the new extension mecha...
2007-10-11 Kristian HøgsbergConvert a left-over private void * to __DRIcontext *.
2007-10-11 Kristian HøgsbergAdd a DRI_ReadDrawable marker extension to signal read...
2007-10-11 Kristian HøgsbergMove media stream counter entry points to new extension.
2007-10-11 Kristian HøgsbergMove GLX_MESA_swap_frame_usage DRI entry points to...
2007-10-11 Kristian HøgsbergMove GLX_MESA_allocate_memory related functions to...
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-10-10 Kristian HøgsbergMove the copySubBuffer extension over to the new mechanism.
2007-10-10 Kristian HøgsbergImplement new screen extension API.
2007-10-10 Kristian HøgsbergStop passing in unused fbconfigs to createNewScreen.
2007-10-10 Kristian HøgsbergPull createNewScreen entry point into dri_util.c.
2007-10-10 Kristian HøgsbergReplace open-coded major, minor, and patch version...
2007-10-10 Kristian HøgsbergConvert all DRI entrypoints to take pointers to __DRI...
2007-10-10 Kristian HøgsbergRemove screenConfigs from __DRIscreen.
2007-10-10 Kristian HøgsbergDrop createContext and destroyContext from DRIinterface...
2007-10-10 Kristian HøgsbergDrop createDrawable and destroyDrawable fron DRIinterfa...
2007-10-10 Kristian HøgsbergKey drm_i915_flip_t typedef off of the ioctl #define...
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-10 Mrc Granfix force_s3tc_enable option
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-09 Zou Nan hai Non Square Matrix
2007-10-09 Zou Nan hai fix for prev commit
2007-10-09 Zou Nan hai INT support
2007-10-09 Zou Nan hai shadow sampler fix.
2007-10-09 Dave Airliei915: workout max relocs from batch buffer size
2007-10-09 Dave Airliei915: fixup up bufmgr to pass num buffers to kernel
2007-10-08 Sergio Monteiro... i915: Fix undefined ALIGN symbol from 77e0523fb7769df4b...
2007-10-08 Zou Nan hai Only vertex program fix, bypass tnl vertex program
2007-10-07 Jerome Glisser300: fragprog tex instruction now take writemask into...
2007-10-06 Patrice Mandinnouveau: move nv10 clear command, for usage by other gpu
2007-10-05 Dave Airliei915: drop complex list handling for now
2007-10-05 Dave Airliei915: clean up lists on teardown
2007-10-05 Kristian HøgsbergRemove XIDs from DRI interface (see #5714).
2007-10-05 Dave Airliei915: add copyrights to new files
2007-10-05 Dave Airliei915: increase batchbuffer back to 16k
2007-10-04 Eric Anholt[965] Replace various alignment code with a shared...
next