summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick1-0/+1
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick1-1/+1
2009-11-29i915: Enable point sprite coordinate generationIan Romanick1-0/+29
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt2-6/+20
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul1-2/+6
2009-09-03intel: Add support for ARB_sync.Eric Anholt2-0/+2
2009-08-27i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14Eric Anholt1-0/+1
2009-08-26ARB prog: Change handling of program parameter limitsIan Romanick1-0/+3
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt9-20/+115
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt5-54/+113
2009-06-29intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2-15/+0
2009-06-29intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt1-5/+2
2009-06-19intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt1-306/+1
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2-0/+10
2009-06-04intel: Add support for tiled textures.Eric Anholt1-20/+27
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt6-62/+39
2009-06-04i915: Remove some long-dead i830 code.Eric Anholt1-20/+0
2009-05-26i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt1-0/+21
2009-05-15i915: Fix 945 cube map layout for the small mipmaps along the bottom.Steinar H. Gunderson1-2/+14
2009-05-15i915: Only use the new 945 cube layout for compressed textures.Eric Anholt1-1/+4
2009-05-12i915: Fix driver after HW glGenerateMipmap commit.Eric Anholt1-0/+1
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt1-0/+1
2009-05-01Merge branch 'const-buffer-changes'Brian Paul1-1/+1
2009-04-23i915: fix fix for anisotropic filteringRoland Scheidegger1-2/+7
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger2-0/+4
2009-04-22i915: check the new _NEW_PROGRAM_CONSTANT flagBrian Paul1-1/+1
2009-04-16Merge branch 'register-negate'Brian Paul1-5/+5
2009-04-16i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt5-182/+0
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2-11/+47
2009-04-15i915: Use DEBUG_WM (like 965) for printing the fragment program out.Eric Anholt1-4/+2
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-5/+5
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul2-12/+24
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2-6/+15
2009-03-12i915: move declarations before codeBrian Paul2-4/+4
2009-03-04i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison1-2/+2
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-2/+2
2009-02-17intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2-0/+4
2009-01-30i915: updated render to texture/fbo testBrian Paul1-12/+3
2009-01-30i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt1-1/+2
2009-01-30Remove stale symlinks to intel/intel_depthstencil.cIan Romanick1-1/+0
2009-01-28intel: Fix up some extension string issuesIan Romanick1-13/+0
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick2-0/+4
2009-01-26i915: rename some functionsBrian Paul1-4/+4
2009-01-26intel: replace i915/intel_state.c and i965/intel_state.c with shared fileBrian Paul1-233/+1
2009-01-26intel: whitespace changesBrian Paul1-13/+13
2009-01-26intel: move some driver functions aroundBrian Paul2-64/+70
2009-01-26intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2-1/+3
2009-01-26intel: move glClear-related code into new intel_clear.c fileBrian Paul2-0/+2
2009-01-26intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2-0/+2
2009-01-22intel: remove/disable the "paired depth/stencil" codeBrian Paul1-2/+1