summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: implement two-sided lighting (v3)Vadim Girlin2012-01-156-25/+135
* r600g: add support for ISHR/USHR/SHL on r600-evergreenVadim Girlin2012-01-152-10/+13
* r600g: implement IDIV/UDIV on r600-evergreenVadim Girlin2012-01-151-4/+222
* r600g: implement ISSG on r600-evergreenVadim Girlin2012-01-151-0/+63
* r600g: implement IABS on r600-evergreenVadim Girlin2012-01-151-0/+60
* r600g: implement F2U on evergreenVadim Girlin2012-01-151-2/+2
* r600g: add FLT_TO_UINT opcode for evergreenVadim Girlin2012-01-152-1/+4
* r600g: fix F2I on evergreenVadim Girlin2012-01-151-1/+50
* vl: fix YV12 handlingChristian König2012-01-154-9/+49
* st/vdpau: recreate video buffer if decode doesn't like itChristian König2012-01-151-1/+21
* st/vdpau: recreate video buffer if format doesn't matchChristian König2012-01-152-19/+37
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-158-3/+24
* vl: add h264 infrastructureChristian König2012-01-152-0/+107
* vl: move away from state like parametersChristian König2012-01-159-403/+293
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-153-13/+25
* vl/video_buffer: improve constructorChristian König2012-01-152-45/+84
* vl/video_buffer: use template style create paramsChristian König2012-01-157-69/+71
* r600g: vertex id support.Dave Airlie2012-01-151-8/+15
* r600g: make u2f trans onlyDave Airlie2012-01-151-1/+1
* nvfx: random cleanups of the state validation codeLucas Stach2012-01-151-27/+22
* nvfx: drop render temporaries codeLucas Stach2012-01-154-172/+18
* nvfx: rework state_fb code to get rid of render tempsLucas Stach2012-01-154-146/+72
* nvfx: say no to stream output capsLucas Stach2012-01-151-1/+5
* mesa: update compute_version for GL3Marek Olšák2012-01-151-4/+2
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-1513-151/+57
* r600g: add r600 version of UINT_TO_FLT conversion.Dave Airlie2012-01-141-0/+1
* r600g: fix r600 f2i to be trans only emitted.Dave Airlie2012-01-141-1/+1
* r600g: add missing case for uint->flt conversion.Dave Airlie2012-01-141-0/+1
* r600g: add missing r32 uint/sint fbo formats.Dave Airlie2012-01-142-0/+8
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-1313-48/+370
* scons: Fix libGL.so build.Roland Scheidegger2012-01-131-0/+1
* docs: add links to xf86-video-vmware wiki pagesBrian Paul2012-01-131-0/+9
* i965: Comment gen6_hiz_get_framebuffer_enum()Chad Versace2012-01-131-4/+6
* gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLESNeil Roberts2012-01-131-5/+29
* docs: new page describing how to build, install VMware SVGA3D guest driverBrian Paul2012-01-132-0/+186
* mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()Brian Paul2012-01-131-1/+1
* osmesa: fix renderbuffer format selectionBrian Paul2012-01-131-46/+42
* docs: freshen up the introduction page with Mesa 8.0 info, etcBrian Paul2012-01-131-4/+27
* gallivm: Allow target specific intrinsics in lp_declare_intrinsic()Tom Stellard2012-01-131-7/+0
* gbm: Add documentation for the public facing APIRob Bradford2012-01-133-2/+162
* doxygen: Add link to the gbm documentation to the headerRob Bradford2012-01-131-1/+2
* doxygen: Add doxygen file and build infrastructure for gbmRob Bradford2012-01-132-1/+50
* i965: Fix Coverity wrong sizeof argument defect.Vinson Lee2012-01-121-1/+1
* i965: Set pitch of pull constant buffers to 16.Paul Berry2012-01-122-2/+2
* i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()Paul Berry2012-01-121-3/+3
* nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller2012-01-123-10/+10
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-129-21/+84
* osmesa: fix glReadPixels, etcBrian Paul2012-01-121-1/+57
* intel: move declaration before codeBrian Paul2012-01-121-1/+1
* intel: fix mapping of malloc'd renderbuffersBrian Paul2012-01-121-0/+15