[r300] Document Z-buffer related register ZB_BW_CNTL
[mesa.git] / src / mesa / drivers /
2008-02-25 Christoph Brill[r300] Document Z-buffer related register ZB_BW_CNTL
2008-02-25 Christoph Brill[r300] document VAP_CNTL based on AMD spec
2008-02-25 Christoph Brill[r300] Document some of the wild guesses in VAP_OUTPUT_...
2008-02-25 Christoph Brill[r300] document type 3 packets to draw primitives based...
2008-02-25 Kristian Høgsbergintel: Only enable GL_ARB_occlusion_query on i965.
2008-02-25 Zou Nan hai [intel] fix random ut2004 crash on some machine, for...
2008-02-25 Xiang, Haihaoi965: fix assertion failure caused by commit dd1d66fc4a...
2008-02-23 Dave Airlier300: fixup some more names
2008-02-23 Dave Airlier300: some initial register info from doc drop
2008-02-23 Kristian Høgsbergintel: Merge intel_context.c from i915 and i965.
2008-02-22 Kristian HøgsbergMerge {i915,i965}/intel_context.h as intel/intel_context.h
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-19 Zou Nan hai fix compile for previous commit
2008-02-19 Zou Nan hai[i965] fix broken glsl texdemo1
2008-02-18 Adam JacksonInstall dri_sarea.h in 'make install'
2008-02-16 BrianFix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes...
2008-02-15 Adam JacksonFix path to minstall in last commit.
2008-02-15 Adam JacksonInstall dri_interface.h in 'make install'.
2008-02-15 Eric Anholt[intel] Allow attIndex to be negative to avoid defeatin...
2008-02-15 Eric Anholt[915] Don't attempt our accelerated drawpixels if no...
2008-02-15 Eric Anholt[915] Revert broken context creation change from IS_915...
2008-02-15 Adam JacksonFix parallel build by making symlinks before makedepend.
2008-02-15 Adam JacksonFix sis_dri on ia64.
2008-02-15 Adam JacksonFix build on ia64.
2008-02-15 Adam JacksonAdd IS_915(), simplify IS_9XX() a bit.
2008-02-15 Eric Anholt[intel] Bug #13636: Allow recursive buffer mapping...
2008-02-15 Adam JacksonAdd E7221 variant to i915.
2008-02-15 Xiang, Haihaoi965: don't swizzle fogcoord if FogOption is FOG_NONE.
2008-02-15 Xiang, Haihaoi915: set fogcoord to (f,0,0,1). fix #10788 issue on...
2008-02-15 Kristian HøgsbergAdd TTM buffer object based texture from pixmap impleme...
2008-02-14 Kristian HøgsbergHook up i915 driver to new DRI2 infrastructure.
2008-02-14 Kristian HøgsbergAdd new DRI2 infrastructure.
2008-02-14 Xiang, Haihaoi965: use setup attributes as inputs when allocating...
2008-02-14 Zou Nan hai[i965] flip point sprite
2008-02-14 Zou Nan hai[i965] gl_FrontFacing support
2008-02-14 Dave Airliei965: remove unused hal hooks
2008-02-14 Eric Anholt[965] Fix ARB_occlusion_query from intel_screen.c merge.
2008-02-13 Eric Anholt[intel] Fix 965 rendering with non-TTM by merging intel...
2008-02-13 Eric AnholtWhen mapping, wait on the buffer's fence, not hardware...
2008-02-13 Eric AnholtRemove O(n^2) debugging code from non-debug path of...
2008-02-13 Eric Anholt[intel] Remove cached reloc data buffer now that it...
2008-02-13 Eric Anholt[intel] Fix type of some more flags variables for uint6...
2008-02-13 Eric Anholt[intel] Note when BO map/unmap fail with TTM.
2008-02-13 Eric Anholt[intel] Fix INTEL_DEBUG=bufmgr after relocation interfa...
2008-02-13 Eric Anholt[965] Remove stale brw_state_cache.c comment and functi...
2008-02-12 Ben Skeggsnouveau: ddx versioning changed
2008-02-08 Claudio Ciccani[directfb] Added RGB444 and RGB555.
2008-02-07 Eric Anholt[965] Flush icache on new batch, not just new context.
2008-02-06 Eric Anholt[915] Fix COS function using same plan as SIN.
2008-02-06 Eric Anholt[915] Use a quartic term to improve the accuracy of...
2008-02-06 Eric Anholt[915] Fix fp SIN function, and use a quadratic approxim...
2008-02-05 Eric Anholt[965] Bug 14314: assertion failure with with !AIGLX...
2008-02-05 Eric Anholt[965] Fix TTM relocation caching overzealousness.
2008-02-05 Xiang, Haihaoi965: adjust the byte order of clear color. fix #14165
2008-02-05 Eric AnholtReplace usage of DRM_BO_FLAG_MEM_TT in intel_regions...
2008-02-05 Eric Anholt[965] Convert brw_draw_upload to managing dri_bos,...
2008-02-05 Eric Anholt[965] Remove dead structure in brw_draw_upload.c.
2008-02-05 Eric Anholt[965] Move temporary vbo array storage into the functio...
2008-02-05 Eric Anholt[965] Remove dead brw_vertex_element members.
2008-02-05 Eric Anholt[965] Add a wrapper around interleaved copy_array_to_vb...
2008-02-05 Eric Anholt[965] Avoid overloaded use of the term 'input' for...
2008-02-05 Eric Anholt[965] Replace VEP/VBP state structures with inline...
2008-02-04 Dave Airlier300: fix isosurf on rs690
2008-02-03 Xiang, Haihaoi965: fix potential NULL pointer dereference. The third...
2008-02-02 Eric Anholt[965] Fix indentation.
2008-02-02 Eric AnholtRevert "intel: don't apply the relocation optimization...
2008-02-02 Eric Anholt[965] Replace XXX comment about constant swizzle with...
2008-02-02 Eric Anholt[965] Fix some indentation in brw_vs_tnl.c.
2008-02-01 Zou Nan hai [intel] fix for previous fix
2008-02-01 Zou Nan hai [intel] use _mesa_copy_rect for upload compressed...
2008-02-01 Xiang, Haihaoi965: Don't emit state if fall back to software renderi...
2008-01-31 Zou Nan hai[i965] renable regative rhw test
2008-01-31 Xiang, Haihaointel: don't apply the relocation optimization if a...
2008-01-29 Alex DeucherAdd new RV380 pci id
2008-01-29 Xiang, Haihaoi965: new integrated graphics chipset support
2008-01-27 Dave Airlier300: add initial rs690 support to Mesa
2008-01-25 Xiang, Haihaoi965: valid message length includes message header.
2008-01-25 Xiang, Haihaoi965: re-define the type of reg.loopcount.
2008-01-24 Eric AnholtBufmgr cleanup from intel-batchbuffer branch of 2d...
2008-01-24 Eric AnholtClean up comments/dead code from relocation buffer...
2008-01-24 Eric AnholtMerge commit 'airlied/i915-ttm-cfu'
2008-01-24 Dave Airliei915: move to using copy from user for relocations
2008-01-23 BrianFix some issues with glDrawBuffer(GL_NONE), bug 14198
2008-01-22 Kristian Høgsberg[intel] Clean up references to screen buffer metrics.
2008-01-20 Eric Anholt[965] Fix WM unit cache keying that broke line stipple...
2008-01-18 Eric Anholt[intel] Fix memory leak with fake bufmgr.
2008-01-18 Eric Anholt[965] Do a little bit rotation in state hash to reduce...
2008-01-18 Eric Anholt[intel] Use a static array for the validation list...
2008-01-17 Eric Anholt[intel] Make the no_rast option be standard driconf...
2008-01-17 Eric Anholt[i915] Fix driver from cliprects changes, and clean...
2008-01-17 Eric Anholt[965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19a...
2008-01-17 Eric Anholt[965] Fix potential segfaults from bad realloc.
2008-01-17 Xiang, Haihaoi965: always call dri_emit_reloc when creating clip...
2008-01-16 Eric Anholt[965] Fix inversion of SLT/SGE results in vertex programs.
2008-01-16 Eric Anholt[965] Rename depth_mask in CC key to depth_write, since...
2008-01-16 Eric Anholt[965] Fix the type of alpha_ref in CC key, fixing pprac...
2008-01-15 Eric Anholt[965] Increase max relocation count, fixing assertions...
2008-01-15 Kristian Høgsberg[i915] Prevent recursive batchbuffer flushing.
2008-01-15 Zou Nan hai i965: fix an assert fail in brw_new_batch
2008-01-14 Eric Anholt[i915] Fix recursive lock hang in intelContendedLock...
next