summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-2/+6
|\
| * intel: Fallback field is a bitmask, use GLbitfieldBrian Paul2009-10-221-2/+6
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
* | intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-122-6/+4
* | i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt2009-10-011-0/+1
* | i915: Add support or fallbacks for GLSL fragment shader opcodes.Eric Anholt2009-10-011-4/+158
* | i915: Add support for varying inputs.Eric Anholt2009-10-012-2/+23
* | i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt2009-10-011-0/+2
* | i915: Increase maximum program size to the hardware limits.Eric Anholt2009-10-012-7/+16
* | i915: Update and translate the fragment program along with state updates.Eric Anholt2009-10-014-14/+26
* | Revert "i915: don't validate PS program when falling back to software"Eric Anholt2009-10-011-2/+1
* | i915: Bail when the fragment program has too many total instructions.Eric Anholt2009-10-011-0/+10
* | i915: Let i915_program_error take a format string, and don't use _mesa_problem.Eric Anholt2009-10-013-12/+24
* | intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-282-2/+0
|/
* intel: Add support for ARB_sync.Eric Anholt2009-09-032-0/+2
* i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14Eric Anholt2009-08-271-0/+1
* ARB prog: Change handling of program parameter limitsIan Romanick2009-08-261-0/+3
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-049-20/+115
* i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt2009-07-295-54/+113
* intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-292-15/+0
* intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-291-5/+2
* intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2009-06-191-306/+1
* i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-092-0/+10
* intel: Add support for tiled textures.Eric Anholt2009-06-041-20/+27
* i915: Don't rely on fence regs when we don't have to.Eric Anholt2009-06-046-62/+39
* i915: Remove some long-dead i830 code.Eric Anholt2009-06-041-20/+0
* i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt2009-05-261-0/+21
* i915: Fix 945 cube map layout for the small mipmaps along the bottom.Steinar H. Gunderson2009-05-151-2/+14
* i915: Only use the new 945 cube layout for compressed textures.Eric Anholt2009-05-151-1/+4
* i915: Fix driver after HW glGenerateMipmap commit.Eric Anholt2009-05-121-0/+1
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-0/+1
* Merge branch 'const-buffer-changes'Brian Paul2009-05-011-1/+1
|\
| * i915: check the new _NEW_PROGRAM_CONSTANT flagBrian Paul2009-04-221-1/+1
* | i915: fix fix for anisotropic filteringRoland Scheidegger2009-04-231-2/+7
* | intel: fix max anisotropy supportedRoland Scheidegger2009-04-222-0/+4
|/
* Merge branch 'register-negate'Brian Paul2009-04-161-5/+5
|\
| * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-5/+5
* | i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt2009-04-165-182/+0
* | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-162-11/+47
* | i915: Use DEBUG_WM (like 965) for printing the fragment program out.Eric Anholt2009-04-151-4/+2
|/
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-012-12/+24
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-202-6/+15
* i915: move declarations before codeBrian Paul2009-03-122-4/+4
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-2/+2
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-2/+2
* intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-172-0/+4
* i915: updated render to texture/fbo testBrian Paul2009-01-301-12/+3
* i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt2009-01-301-1/+2
* Remove stale symlinks to intel/intel_depthstencil.cIan Romanick2009-01-301-1/+0
* intel: Fix up some extension string issuesIan Romanick2009-01-281-13/+0