summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* radeon: silence unused var warningsBrian Paul2011-11-101-3/+3
* radeon: fix tex1d-border2dDave Airlie2011-11-101-31/+33
* radeon: fix 3-coordinate swtcl emissionDave Airlie2011-11-101-0/+8
* i965: Claim to support rendering to integer FBOs.Eric Anholt2011-11-092-1/+13
* i965/fs: Add support for user-defined out variables.Eric Anholt2011-11-092-35/+39
* i965/fs: Preserve the source register type when doing color writes.Eric Anholt2011-11-091-4/+7
* i965: Make brw_type_for_base_type return the element type for arrays.Eric Anholt2011-11-091-0/+1
* i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.Eric Anholt2011-11-091-0/+30
* i965: Add mapping from MESA_FORMAT to BRW_SURFACEFORMAT for integer.Eric Anholt2011-11-091-0/+24
* intel: Expose GL_EXT_texture_integer when GL 3.0 override is set.Eric Anholt2011-11-091-0/+10
* i965: Add support for 16-bit unorm L, A, and I textures.Eric Anholt2011-11-092-1/+8
* intel: Don't _mesa_problem when asked for an RB of a texturing-only type.Eric Anholt2011-11-092-2/+11
* r200: remove dangling radeon.h symlink.Paul Berry2011-11-091-1/+0
* i965: Move _mesa_ir_link_shader call before device-specific linkingIan Romanick2011-11-071-3/+3
* mesa: fix comment typo in intel_renderbufferBrian Paul2011-11-071-1/+1
* intel: update intel_texture_image commentBrian Paul2011-11-071-1/+1
* intel: wrap comment and fix typoBrian Paul2011-11-071-2/+2
* i965: Fix Sandybridge regression introduced by workaround-free math.Kenneth Graunke2011-11-071-1/+1
* i965: Enable faster workaround-free math on Ivybridge.Kenneth Graunke2011-11-076-17/+81
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-079-956/+39
* i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.Kenneth Graunke2011-11-061-2/+2
* dri: cosmeticGeorge Sapountzis2011-11-042-65/+42
* dri_util: move drawable functionsGeorge Sapountzis2011-11-041-27/+26
* dri_util: move context functionsGeorge Sapountzis2011-11-041-35/+36
* dri_util: move context functionsGeorge Sapountzis2011-11-041-86/+86
* dri_util: move screen functionsGeorge Sapountzis2011-11-041-100/+100
* dri: drop stray includes and typedefGeorge Sapountzis2011-11-041-11/+0
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-044-30/+23
* dri: drop drisw_util.hGeorge Sapountzis2011-11-044-141/+9
* dri: reorder as driver,screen,context,drawableGeorge Sapountzis2011-11-041-65/+65
* dri: unify __DRIcontextRec, __DRIdrawableRecGeorge Sapountzis2011-11-042-19/+18
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-0411-62/+50
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-046-46/+27
* dri: drop drmLock remnantsGeorge Sapountzis2011-11-041-3/+1
* radeon/r200: strip texture borders.Dave Airlie2011-11-042-0/+4
* radeon/r200: fix r100/r200 blit to use the offsets.Dave Airlie2011-11-042-4/+4
* radeon: drop mtface/mtlevel, use ones in base class.Dave Airlie2011-11-043-18/+9
* i965/gen6: Improve glReadPixels() performance by blitting to a linear temp.Eric Anholt2011-11-032-8/+81
* intel: Add safety asserts for the blit engine's pitch alignment requirements.Eric Anholt2011-11-031-0/+6
* intel: Don't force a batchbuffer flush in readpixels.Eric Anholt2011-11-033-3/+12
* radeon: Remove early dereference of src/dst width in glCopyTexSubImage.Eric Anholt2011-11-031-6/+2
* radeon: Fix variable initialization typo.Vinson Lee2011-11-031-1/+1
* i965: Fix constant propagation into 32-bit integer MUL.Paul Berry2011-11-032-2/+15
* radeon: Check an error return instead of assigning it to a dead variable.Eric Anholt2011-11-031-5/+13
* radeon: fix some regressions in texturing code.Dave Airlie2011-11-031-6/+4
* mesa, i965: prepare for more than 8 texture targetsChia-I Wu2011-11-031-1/+1
* driconf: updated german translationCarl-Philip Haensch2011-11-021-8/+11
* driconf: updated de.poCarl-Philip Haensch2011-11-021-50/+88
* i965: Add support for integral vertex attributes.Paul Berry2011-11-023-4/+67
* dri: Remove unused memops.hKristian Høgsberg2011-11-022-42/+0