summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
AgeCommit message (Expand)AuthorFilesLines
2010-08-16dri/nouveau: test for FEATURE definesnobled2-0/+4
2010-08-05dri/nouveau: Don't try to validate uninitialized teximages.Francisco Jerez1-4/+4
2010-08-05dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK enabled.Francisco Jerez2-2/+6
2010-08-05dri/nouveau: Fix up software mipmap generation.Francisco Jerez2-5/+51
2010-05-03nouveau: fix nouveau_create_context declerationDave Airlie1-1/+2
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg1-1/+2
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-1/+2
2010-04-22DRI2: add config query extensionJesse Barnes1-0/+1
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs1-0/+1
2010-03-22dri/nouveau: Rectangle texture fixes.Francisco Jerez2-28/+46
2010-03-22dri/nouveau: Some render to texture fixes.Francisco Jerez1-5/+1
2010-03-22dri/nouveau: Fix swrast fallbacks when the read and draw buffers aren't the s...Francisco Jerez1-10/+20
2010-03-22dri/nouveau: Expose EXT_framebuffer_blit.Francisco Jerez2-0/+2
2010-03-22dri/nouveau: Plug in some mesa_meta functions instead of the swrast variants.Francisco Jerez1-0/+3
2010-03-22dri/nouveau: Emit dirty states on nouveau_validate_framebuffer.Francisco Jerez1-1/+3
2010-03-21dri/nouveau: Reemit the light model state when lighting goes on/off.Francisco Jerez1-0/+1
2010-03-21dri/nouveau: Random cleanups.Francisco Jerez9-109/+48
2010-03-18dri/nouveau: Flush after texture validation.Francisco Jerez1-0/+2
2010-03-18dri/nouveau: Avoid pushbuf flushes in the middle of LMA setup.Francisco Jerez1-0/+1
2010-03-18dri/nouveau: Implement texcoord generation.Francisco Jerez11-14/+143
2010-03-18dri/nouveau: Implement texture matrices.Francisco Jerez9-0/+78
2010-03-18dri/nouveau: Some minor vertex submission fixes.Francisco Jerez2-11/+11
2010-03-18dri/nouveau: only reallocate texture when neededXavier Chantry1-11/+14
2010-03-11dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez3-14/+14
2010-03-07dri/nouveau: Split big client buffers in the indexed case too.Francisco Jerez1-4/+3
2010-03-07dri/nouveau: Fix nv[12]x color sum.Francisco Jerez3-3/+6
2010-03-07dri/nv04: GL_EXT_secondary_colorAndrew Randrianasulu2-4/+14
2010-03-07dri/nouveau: Trivially add GL_NV_blend_squareAndrew Randrianasulu1-0/+1
2010-03-07dri/nouveau: Check _ColorDrawBuffers[0] before emitting fb state.Francisco Jerez3-3/+3
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis1-2/+0
2010-03-04dri/nouveau: Remove some CI remnants.Francisco Jerez6-12/+0
2010-03-04dri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat.Andrew Randrianasulu1-0/+1
2010-03-04dri/nouveau: Enable GL_EXT_stencil_wrap.Andrew Randrianasulu1-3/+4
2010-03-04dri/nouveau: Add GL_EXT_stencil_wrap for nv04.Andrew Randrianasulu1-0/+4
2010-03-04dri/nouveau: Fix rb->DataType for z24s8 renderbuffers.Francisco Jerez1-1/+1
2010-03-04dri/nouveau: Try to keep client buffers smaller than the scratch VBO length.Francisco Jerez1-0/+26
2010-03-04dri/nouveau: Pack client arrays as they're copied to the real BO.Francisco Jerez1-12/+32
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick1-7/+0
2010-03-01dri/nouveau: Combine the dummy texture more deterministically on nv0x.Francisco Jerez1-1/+4
2010-03-01dri/nouveau: Fix up the ADD texture environment on nv0x.Francisco Jerez2-2/+1
2010-03-01dri/nouveau: Add two stencil operation cases in nv04_state_raster.c.Andrew Randrianasulu1-0/+4
2010-03-01dri/nouveau: Allow to render to XRGB8888 textures.Andrew Randrianasulu1-0/+2
2010-02-25dri/nouveau: Use the XRGB8888 hardware texture format.Francisco Jerez5-27/+49
2010-02-25dri/nouveau: Use the hardware I8 format for intensity textures.Francisco Jerez4-1/+4
2010-02-25dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez7-57/+116
2010-02-25dri/nouveau: Support rectangle textures.Francisco Jerez5-14/+100
2010-02-25dri/nouveau: Don't try to map a non-existent teximage.Francisco Jerez1-4/+7
2010-02-25dri/nouveau: Add some RGB888 span functions.Francisco Jerez1-0/+11
2010-02-25dri/nouveau: Fake A8 and L8 texture support on nv04.Francisco Jerez1-30/+46
2010-02-25dri/nouveau: Restructure the nv[12]0 regcombiner code, and fake A8/L8 support.Francisco Jerez7-129/+221