aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon: fix polygon stippleAlex Deucher2009-12-044-24/+29
* r200: fix polygon stippleAlex Deucher2009-12-034-17/+11
* intel: Remove GL_NV_point_sprite from extension listIan Romanick2009-12-011-1/+0
* i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick2009-11-301-0/+1
* i915: Fallback bit define missed on previous commitIan Romanick2009-11-291-0/+1
* i915: Round point sizes instead of truncate.Ian Romanick2009-11-291-1/+1
* i915: Enable point sprite coordinate generationIan Romanick2009-11-291-0/+29
* radeon: fix context destroy needing lock for flushing.Dave Airlie2009-11-251-5/+4
* i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick2009-11-231-0/+2
* Fix the DRI swrast driver for big endian platforms.Michel Dänzer2009-11-231-43/+29
* r600: disable compressed texture supportmesa_7_6_1_rc1Alex Deucher2009-11-181-0/+4
* Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher2009-11-181-7/+2
* i965: Fix Ironlake shadow comparisons.Eric Anholt2009-11-121-7/+17
* i965: Fix VBO last-valid-offset setup on Ironlake.Eric Anholt2009-11-121-10/+3
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-118-29/+61
* i965: Fix VS constant buffer value loading.Eric Anholt2009-11-101-1/+11
* i965: Unalias src/dst registers for SGE and friends.Eric Anholt2009-11-101-19/+21
* i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.Eric Anholt2009-11-101-1/+1
* r600: don't emit htile regsAlex Deucher2009-11-091-4/+2
* xmesa: pass pixmap to clip_for_xgetimage()Brian Paul2009-11-051-4/+4
* Fix YTILE spantmp functionsAlan Hourihane2009-11-041-2/+2
* glslcompiler: Fix Mac OS build.Vinson Lee2009-11-041-1/+1
* windows: remove old entrypoints from mesa.def fileKarl Schultz2009-11-031-12/+0
* Add --with-dri-searchpath argumentChow Loong Jin2009-10-301-1/+1
* intel: Fix memory leak in case of renderbuffer bad formatVinson Lee2009-10-281-0/+1
* intel: Fix memory leak in event of mip tree allocation failureVinson Lee2009-10-281-1/+3
* intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt2009-10-271-1/+1
* intel: added region draw_x/y offsets in x/y_tile_swizzle() funcsBrian Paul2009-10-271-0/+6
* intel: fix src offset bug in do_copy_texsubimage()Brian Paul2009-10-271-1/+1
* i915: Fix driver for the miptree x/y offset changes.Eric Anholt2009-10-272-6/+20
* i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul2009-10-273-4/+8
* Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul2009-10-272-6/+2
* intel: fix GL state bugs in intel_texture_bitmap()Brian Paul2009-10-261-4/+3
* intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-238-140/+118
* intel: flush old context before binding new contextBrian Paul2009-10-221-2/+15
* i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul2009-10-222-2/+6
* intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul2009-10-221-0/+1
* intel: Fallback field is a bitmask, use GLbitfieldBrian Paul2009-10-223-5/+14
* i965: remove unused brw_context::tmp_fallback fieldBrian Paul2009-10-221-1/+0
* i965: remove unused BRW_FALLBACK_TEXTURE bitBrian Paul2009-10-221-1/+1
* r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...Andre Maasikas2009-10-221-2/+25
* r600: need to export something from PSAndre Maasikas2009-10-222-2/+19
* r600: add beginnings of ARL instructionAndre Maasikas2009-10-222-3/+33
* r300: fix texture size handling with size > 2048Mathias Fröhlich2009-10-191-6/+14
* r600: Fix size calculation for 24 bit depthRobert Noland2009-10-191-2/+6
* r300: fix vertex program parameters limitsMaciej Cencora2009-10-161-7/+5
* Use the right pitch when rendering to a textureOwen Taylor2009-10-151-2/+3
* r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported.Robert Noland2009-10-151-1/+12
* r600: cleanup in r600_cs_process_relocs().Robert Noland2009-10-151-15/+3
* radeon: return EINVAL for 0 length buffers.Robert Noland2009-10-151-0/+4