summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2006-02-01Switch between memcpy implementations according to src/dest alignment.mesa_20060201Keith Whitwell1-1/+10
2006-02-01Debug offKeith Whitwell1-2/+2
2006-02-01Bump driver dateKeith Whitwell1-1/+1
2006-02-01Disable check_copytex_fragment_ops - it doesn't really apply.Keith Whitwell1-3/+6
2006-02-01Get batchbuffers working natively again. This code stillKeith Whitwell19-123/+173
2006-02-01Remove the last of the old AllocateAgp mechanism.Keith Whitwell1-194/+62
2006-02-01Add code to map/unmap all texture images for the software rasterizer.Keith Whitwell1-8/+62
2006-02-01Ensure that color buffers and textures are mapped (bmBufferMap) beforeKeith Whitwell1-2/+35
2006-01-28Get hardware-accelerated CopyTexSubImage working well enough to runKeith Whitwell2-1/+23
2006-01-28Allow ValidateBuffers to allocate memory for buffers which haven't yetKeith Whitwell1-12/+30
2006-01-28remove debugKeith Whitwell13-55/+56
2006-01-28Build fixesKeith Whitwell1-2/+2
2006-01-28Use the x86 __memcpy to avoid performance clif for uploads where theKeith Whitwell1-1/+14
2006-01-27initial copytexsubimage code, untestedKeith Whitwell11-36/+416
2006-01-26Get readbuffer correctly.Keith Whitwell1-5/+5
2006-01-26- Remove (most of) old agp client memory hack.Keith Whitwell8-169/+234
2006-01-26Expand the buffer manager to include a notion of multiple pools withinKeith Whitwell9-170/+378
2006-01-25Fix confusion over pitch. demos/texobj renders correctly.Keith Whitwell5-14/+15
2006-01-25Offset returns weren't being returned.Keith Whitwell1-5/+29
2006-01-25Remove silly debug.Keith Whitwell1-1/+0
2006-01-25Another texture manager checkpoint:Keith Whitwell21-389/+440
2006-01-24Remove dead code. Gears runs.Keith Whitwell3-4/+0
2006-01-24Checkpoint of texture manager rework for i915.Keith Whitwell21-1824/+1516
2006-01-24Add another layer on top of the simple 2d regions in intel_regions.[ch]Keith Whitwell6-99/+489
2006-01-23layer 2d region semantics and blits on top of bufmgr buffersKeith Whitwell2-0/+412
2006-01-23import via texture semanticsKeith Whitwell2-196/+391
2006-01-16Add a faked-out implementation of the buffer manager that uses the sameKeith Whitwell5-2/+589
2005-12-30recalculate state on drawable changesKeith Whitwell2-3/+26
2005-11-22Use correct enums for program output variables. FixesKeith Whitwell1-2/+2
2005-11-20s/Saturate/SaturateMode/Brian Paul1-1/+1
2005-11-20Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul1-1/+1
2005-11-19remove #include arbfragparse.h, s/PI/M_PI/Brian Paul1-9/+4
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2-7/+7
2005-11-05s/TexSrcIdx/TexSrcTarget/Brian Paul1-2/+2
2005-11-05Unify vertex/fragment program instuctions.Brian Paul1-40/+40
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2-9/+26
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul4-13/+12
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul3-25/+40
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul11-66/+58
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger1-0/+1
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul7-8/+6
2005-09-08Treat NegateBase as a bitfield, not a boolean.Keith Whitwell1-1/+5
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-15/+25
2005-09-04Use InitPointers helperBrian Paul1-28/+8
2005-09-03SetBuffer, renderbuffer changesBrian Paul4-147/+32
2005-09-01use char* instead of GLubyte* in i915_program_error() to silence warningsBrian Paul2-2/+2
2005-08-30silence fprintf and casting warningsBrian Paul1-3/+3
2005-08-25remove stray references to ctx->Depth.OcclusionTestBrian Paul2-4/+2
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane1-1/+1
2005-08-14Add a check which compares the passed in size of the DDX driver private DRIAlan Hourihane1-0/+4