summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-15vl: move away from state like parametersChristian König9-403/+293
2012-01-15vl/video_buffer: add support for interlaced buffersChristian König3-13/+25
2012-01-15vl/video_buffer: improve constructorChristian König2-45/+84
2012-01-15vl/video_buffer: use template style create paramsChristian König7-69/+71
2012-01-15r600g: vertex id support.Dave Airlie1-8/+15
2012-01-15r600g: make u2f trans onlyDave Airlie1-1/+1
2012-01-15nvfx: random cleanups of the state validation codeLucas Stach1-27/+22
2012-01-15nvfx: drop render temporaries codeLucas Stach4-172/+18
2012-01-15nvfx: rework state_fb code to get rid of render tempsLucas Stach4-146/+72
2012-01-15nvfx: say no to stream output capsLucas Stach1-1/+5
2012-01-15mesa: update compute_version for GL3Marek Olšák1-4/+2
2012-01-15gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák13-151/+57
2012-01-14r600g: add r600 version of UINT_TO_FLT conversion.Dave Airlie1-0/+1
2012-01-14r600g: fix r600 f2i to be trans only emitted.Dave Airlie1-1/+1
2012-01-14r600g: add missing case for uint->flt conversion.Dave Airlie1-0/+1
2012-01-14r600g: add missing r32 uint/sint fbo formats.Dave Airlie2-0/+8
2012-01-13r600g: add support for virtual address space on cayman v11Jerome Glisse13-48/+370
2012-01-13scons: Fix libGL.so build.Roland Scheidegger1-0/+1
2012-01-13i965: Comment gen6_hiz_get_framebuffer_enum()Chad Versace1-4/+6
2012-01-13gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLESNeil Roberts1-5/+29
2012-01-13mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()Brian Paul1-1/+1
2012-01-13osmesa: fix renderbuffer format selectionBrian Paul1-46/+42
2012-01-13gallivm: Allow target specific intrinsics in lp_declare_intrinsic()Tom Stellard1-7/+0
2012-01-13gbm: Add documentation for the public facing APIRob Bradford3-2/+162
2012-01-12i965: Fix Coverity wrong sizeof argument defect.Vinson Lee1-1/+1
2012-01-12i965: Set pitch of pull constant buffers to 16.Paul Berry2-2/+2
2012-01-12i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()Paul Berry1-3/+3
2012-01-12nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller3-10/+10
2012-01-12nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller9-21/+84
2012-01-12osmesa: fix glReadPixels, etcBrian Paul1-1/+57
2012-01-12intel: move declaration before codeBrian Paul1-1/+1
2012-01-12intel: fix mapping of malloc'd renderbuffersBrian Paul1-0/+15
2012-01-12mesa: Throw the required error for glCopyPixels from multisample FBO.Eric Anholt1-0/+6
2012-01-12mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.Eric Anholt1-0/+14
2012-01-12mesa: Throw the required error for glReadPixels() from a multisampled FBO.Eric Anholt1-0/+5
2012-01-12mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.Eric Anholt1-1/+2
2012-01-12meta: Add GL_RED/GL_RG support to meta CopyTexImage.Eric Anholt1-1/+4
2012-01-12i965/gen7: Fix depth buffer rendering to tile offsets.Eric Anholt2-4/+4
2012-01-12mesa: remove incorrect (float) cast in mipmap do_row()Brian Paul1-1/+1
2012-01-12swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul3-5/+5
2012-01-12mesa: fix ir_variable declarationBrian Paul1-1/+1
2012-01-12mesa: fix incorrect float vs. int values in a few placesBrian Paul1-3/+3
2012-01-12meta: fix incorrect argument order in setup_texture_coords() callBrian Paul1-1/+1
2012-01-12mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul7-48/+52
2012-01-12mesa: whitespace, 80-column wrapping in buffers.cBrian Paul1-2/+6
2012-01-12mesa: remove obsolete comment on _mesa_dest_buffer_exists()Brian Paul1-1/+0
2012-01-12st/mesa: whitespace fixes, 80-column wrappingBrian Paul1-14/+21
2012-01-12mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2-0/+9
2012-01-12st/mesa: re-order #includes in st_manager.cBrian Paul1-10/+10
2012-01-12sofpipe: remove extraneous semicolonBrian Paul1-1/+1