Remove screenConfigs from __DRIscreen.
[mesa.git] / src /
2007-10-10 Kristian HøgsbergRemove screenConfigs from __DRIscreen.
2007-10-10 Kristian HøgsbergDrop mostly unused __DRIid typedef.
2007-10-10 Kristian HøgsbergAvoid deadlock in GarbageCollectDRIDrawables.
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-05 Kristian HøgsbergAdd macros to generate CreateNewScreen entrypoint.
2007-10-05 Kristian HøgsbergRemove XIDs from DRI interface (see #5714).
2007-10-05 Kristian HøgsbergPull in the drm hash.
2007-10-04 Eric Anholt[965] Replace various alignment code with a shared...
2007-10-04 Eric AnholtReplace bmBufferOffset usage in batchbuffer setup with...
2007-10-04 Eric AnholtReplace duplicated intel_reg.h with a shared header.
2007-10-04 Eric AnholtReplace some structure-based batch preparation with...
2007-10-04 Maarten Maathuisnouveau: Replace removed device classes with their...
2007-10-03 Roland Scheideggerminor fog calc cleanup
2007-10-03 Michel Dänzeri915: Only align texture pitch to 64 bytes when texture...
2007-10-03 Michel Dänzeri915: Work around texture pitch related performance...
2007-09-29 Brianfix VBO-split infinite loop (bug 12164)
2007-09-29 Chris Rankinr200: Implement SetTexOffset hook.
2007-09-29 Dan Nicholsonadd support for LDFLAGS env var
2007-09-28 BrianRemove test for EXT_blend_logic_op in glGetString when...
2007-09-28 Jesse BarnesGo back to using old drm_i915_flip_t field name
2007-09-27 Eric Anholt[965] Add batchbuffer dumping under INTEL_DEBUG=bat...
2007-09-27 Eric AnholtRevert "WIP 965 conversion to dri_bufmgr."
2007-09-27 Eric AnholtWIP 965 conversion to dri_bufmgr.
2007-09-27 Eric Anholt[965] Remove AUB file support.
2007-09-27 BrianRestore old _TriangleCaps code to fix Blender problem...
2007-09-27 Briantweak point rast to fix conform failure
2007-09-27 Xiang, Haihaoi965: handle all unfilled mode in clip stage. fix bug...
2007-09-27 Xiang, Haihaomesa: make sure the gotten value isn't greater than the
2007-09-27 Zou Nan hai fix ppracer and bzflag issue with clip optimization
2007-09-27 Dave Airliei915/i965 merge serer directories along lines for radeo...
2007-09-26 Xiang, Haihaoi965: The cube map texture coordinates must be devided...
2007-09-26 Zou Nan hai fix a bug in 965 ARB_occlusion_query,
2007-09-25 Dave Airliedrm: update bufmgr code to reflect changes in drm interface
2007-09-24 Roland Bär[i965] Bug #11812: Fix fwrite return value checks in...
2007-09-24 Eric AnholtRemove leftover code for i915_texprog.c noticed in...
2007-09-24 Eric AnholtMove i915tex driver into place as just i915.
2007-09-24 Eric AnholtRemove the old i915 driver now that i915tex works witho...
2007-09-24 Zou Nan hai fix fd.o bug #12217, recalcuate urb when clip plane...
2007-09-23 Brianfix DrawRangeElements error msg
2007-09-22 Eric AnholtMerge branch 'i915-unification'
2007-09-21 Eric AnholtFix buffer/fence reference counting due to Destroy...
2007-09-20 Brianfixes for bluegene-xlc-osmesa config
2007-09-20 Eric AnholtUniquely validate the batchbuffer-referenced buffers.
2007-09-20 Eric AnholtAdd disabled-by-default tracing of TTM bufmgr operations.
2007-09-20 Eric AnholtFix flipped sign to strerror.
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-20 Xiang, Haihaoi965: fix an error in brw_vs_tnl.c
2007-09-20 Xiang, Haihaofix memory access error in vbo_bind_vertex_list
2007-09-20 Dave Airlienouveau: add GeForce 7300 SE to card list
2007-09-19 Matthieu Castetnouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PR...
2007-09-19 Matthieu Castetnouveau : add OUT_RING_CACHE_FORCE* to add stuff in...
2007-09-19 Matthieu Castetnouveau : add GL_FOG_COLOR + fix a compil error
2007-09-19 Eric AnholtReplace i915tex batchbuffer printout with a pretty...
2007-09-19 Eric AnholtEnable building the debug (env INTEL_DEBUG=list) code...
2007-09-19 Eric Anholti915: Quiet valgrind by initializing the seq value...
2007-09-19 Patrice Mandinnouveau: nv10: color logic op only for nv11+
2007-09-18 Eric AnholtAdd some error reporting and a couple of assertions...
2007-09-18 Xiang, Haihaomesa: Always use the original mask to update stencil...
2007-09-16 Matthieu Castetnouveau : avoid vertex_size / 4 for each vertex ops
2007-09-16 Matthieu Castetnouveau : use GLfloat instead of uint32_t. After all...
2007-09-16 Matthieu Castetnouveau : implement nv10_render_points
2007-09-16 Matthieu Castetnouveau : fix nv10_render functions
2007-09-16 Matthieu Castetnouveau : opps I introduce a bug when cleaning vertex...
2007-09-16 Matthieu Castetrevert a956184f70733bd22e2bbee515386da12302963f
2007-09-16 Matthieu Castetnouveau : nv1x pos vertex attribute need to be the...
2007-09-14 Matthieu Castetnouveau : use new nouveau_reg.h with correct Bracket...
2007-09-14 Matthieu Castetnouveau : check for nmesa->state_cache.atoms overflow
2007-09-14 Matthieu Castetnouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANE
2007-09-14 Brianfix copypixels overlap test bug (#12417)
2007-09-14 Xiang, Haihaomesa: bind VBO_ATTRIB_XXX to correct input array when
2007-09-14 Xiang, Haihaoi965: align the address of the first element within
2007-09-13 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-09-13 BrianFix timer problem when using Fortran bindings (submitte...
2007-09-13 Matthieu Castetnouveau : diable broken light enable on nv10
2007-09-13 Brianadded program_error2() function for better error reporting
2007-09-13 BrianFix state.texgen parsing error (bug 12313).
2007-09-13 Brianadded null ptr check
2007-09-12 Jonathan Bestien... check return value of invert_matrix()
2007-09-12 BrianAdd glut_fcb.c to the build and update to fix warnings...
2007-09-12 BrianRename. "fcb" = fortran call back
2007-09-12 Jesse BarnesRemove unused plane->pipe mapping fields from SAREA...
2007-09-12 Dan Nicholsonpkg-config support
2007-09-12 Dan NicholsonDESTDIR support.
2007-09-12 Xiang, Haihaoi965: translate shadow compare function into correct
2007-09-12 Xiang, Haihaoi965: revert commit 1a15b2169ba6cb100627eb525a20a00537c...
2007-09-11 rootprefix some include filenames with shader/
2007-09-11 BrianFix-up #includes to remove some -I options.
2007-09-11 BrianIn _mesa_make_current(), don't unbind FBOs from the...
2007-09-11 BrianUpdate depth test state when binding new framebuffer...
2007-09-11 Brianfix comment
2007-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-11 Jesse Barnesintel: disentangle planes & pipes
2007-09-11 Xiang, Haihaoi965: take the secondary color into account when drawing
2007-09-11 Xiang, Haihaoi965: limit on LOD Bias, fix#11987
2007-09-06 Patrice Mandinnouveau: nv10: check NULL pointers
2007-09-06 Patrice Mandinnouveau: init depth range
2007-09-06 Patrice Mandinnouveau: nv10: replace macros by loop to set vertex...
next