summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-18glsl_compiler: Add binding hash tables to avoid SIGSEVs on linking stageAndres Gomez1-0/+10
2014-11-18linker: Add carriage returns on several linker errorsAndres Gomez1-20/+20
2014-11-18draw: Fixed inline commentsAndres Gomez2-2/+2
2014-11-18gallivm: fix alignment issue for vertex data fetchRoland Scheidegger9-14/+50
2014-11-18radeonsi: support gl_FragCoord at integer pixel centerMarek Olšák2-1/+5
2014-11-18radeonsi: support per-sample gl_FragCoordMarek Olšák1-12/+13
2014-11-17st/mesa: add a fallback for clear_with_quad when no vs_layerIlia Mirkin4-5/+97
2014-11-18mesa: Bump version to 10.5.0-devel.Vinson Lee1-1/+1
2014-11-18nine: Implement threadpoolAxel Davy8-10/+345
2014-11-18nine: Add drirc options (v2)Axel Davy4-0/+54
2014-11-18nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt87-0/+32748
2014-11-18gallium/auxiliary: add contained and rect checks (v6)Christoph Bumiller2-0/+136
2014-11-18gallium/auxiliary: add inc and dec alternative with return (v4)Christoph Bumiller1-0/+52
2014-11-18gallium/auxiliary: implement sw_probe_wrapped (v2)Christoph Bumiller3-1/+36
2014-11-18winsys/sw/wrapper: implement is_displaytarget_format_supported for swrastChristoph Bumiller1-0/+14
2014-11-18tgsi/ureg: add ureg_UARL shortcut (v2)Christoph Bumiller1-0/+1
2014-11-18r600g/cayman: handle empty vertex shadersDave Airlie1-4/+8
2014-11-18r600g/cayman: fix texture gather testsDave Airlie1-4/+11
2014-11-18r600g: cayman umad assigns dst pointlesslyDave Airlie1-1/+1
2014-11-18r600g/cayman: fix integer multiplication output overwrite (v2)Dave Airlie1-3/+23
2014-11-17st/mesa: copy sampler_array_size field when copying instructionsBrian Paul1-1/+6
2014-11-17gallium/tests: add missing arg to util_make_vertex_passthrough_shader()Brian Paul2-2/+2
2014-11-17radeonsi: Disable asynchronous DMA except for PIPE_BUFFERMichel Dänzer1-0/+15
2014-11-16scons: Require glproto >= 1.4.13 for X11.Vinson Lee1-1/+1
2014-11-16draw: Make it more clear that *_jit_context points to pipe_viewport_state str...José Fonseca3-13/+13
2014-11-16draw: Fix breakage due to removal pipe_viewport_state::translate[3] and scale...José Fonseca1-2/+6
2014-11-16gallium/auxiliary: Fix build without LLVM.José Fonseca1-6/+6
2014-11-16gallium/auxiliary: Remove GALLIVM_CPP_SOURCESJosé Fonseca3-9/+1
2014-11-16freedreno: add missing headers in Makefile.sourcesEmil Velikov1-1/+14
2014-11-16targets: bundle all files in the tarballEmil Velikov12-1/+34
2014-11-16auxiliary: ship all files in the distribution tarballEmil Velikov2-61/+281
2014-11-16gallium: ship the gallium API headersEmil Velikov1-0/+1
2014-11-16pipe-loader: consolidate sources into Makefile.sourcesEmil Velikov2-8/+10
2014-11-16dri/kms: Always zero out struct drm_mode_create_dumbThierry Reding2-1/+2
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák34-65/+5
2014-11-16radeonsi: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák3-3/+16
2014-11-16tgsi/ureg: simplify code for declaring propertiesMarek Olšák6-194/+43
2014-11-16gallium/util: add a test for TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák3-0/+308
2014-11-16gallium/util: add a window_space option to the passthrough vertex shaderMarek Olšák8-10/+21
2014-11-16tgsi: fixup the string of VS_WINDOW_SPACE_POSITIONMarek Olšák1-1/+1
2014-11-15freedreno/a4xx: implement mem->gmem (restore)Rob Clark2-3/+199
2014-11-15freedreno/a4xx: move where SP_FS_MRT_REGn is emittedRob Clark2-14/+22
2014-11-15Revert "mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__."Emil Velikov1-3/+0
2014-11-15configure.ac: roll up a program for the sse4.1 checkEmil Velikov1-1/+10
2014-11-15nv50,nvc0: use clip_halfz setting when creating rasterizer stateIlia Mirkin8-5/+12
2014-11-15freedreno: add adreno 420 supportRob Clark32-12/+3870
2014-11-15freedreno: update generated headersRob Clark6-66/+2274
2014-11-14i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()10.4-branchpointKristian Høgsberg2-59/+69
2014-11-14i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()Kristian Høgsberg2-65/+72
2014-11-14i965: Move more code into codegen-branch of the fs_visitor::run() if statementKristian Høgsberg1-12/+11