summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-13glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick
2010-09-13glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri
2010-09-13loop_unroll: unroll loops with (lowered) breaksLuca Barbieri
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick
2010-09-13glsl: Explain file naming conventionIan Romanick
2010-09-13loop_controls: fix analysis of already analyzed loopsLuca Barbieri
2010-09-13i965: Request that returns be lowered in shader mainIan Romanick
2010-09-13glsl: call ir_lower_jumps according to compiler optionsLuca Barbieri
2010-09-13glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri
2010-09-13glsl: add ir_control_flow_visitorLuca Barbieri
2010-09-13llvmpipe: Fix non SSE2 builds.José Fonseca
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák
2010-09-13llvmpipe: Change asm to __asm__.Witold Baryluk
2010-09-13EGL DRI2: 0xa011 is Pineview not IronlakeJesse Barnes
2010-09-13r600c: const buffer sizes must be a multiple of 16 constsAlex Deucher
2010-09-13EGL DRI2: add PCI ID for Ironlake mobileJesse Barnes
2010-09-13r600c/eg: remove obselete commentAlex Deucher
2010-09-13r600c/eg: remove unused emit timestamp functionAlex Deucher
2010-09-13r600c/eg: emit CB_BLEND_ALPHA with the other blend valuesAlex Deucher
2010-09-13r600c: remove redundant state emit on evergreenAlex Deucher
2010-09-13mesa: Revert accidentally committed vertex code chunkKristian Høgsberg
2010-09-13r600c: eg: fix typoAndre Maasikas
2010-09-13r600c: eg: 256 float4 constants may need more than 256 bytesAndre Maasikas
2010-09-13r600c: eg - fix uninitialized variableAndre Maasikas
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg
2010-09-13r300g: fix SWTCLMarek Olšák
2010-09-13llvmpipe: Unbreak rasterization on 64bit.José Fonseca
2010-09-13gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca
2010-09-13r600g: evergreen fixup dsa state for running query.Dave Airlie
2010-09-13r600c: remove stray unmap callAndre Maasikas
2010-09-13llvmpipe: use gcc asm only with gccJosé Fonseca
2010-09-13r300g: print unassigned FS inputs for DBG_RSMarek Olšák
2010-09-13r300g: fix map_bufferMarek Olšák
2010-09-13r300/compiler: fix warningsMarek Olšák
2010-09-13r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák
2010-09-13r300g: skip rendering if CS space validation failsMarek Olšák
2010-09-13r300g: remove u_upload_flush from r300_draw_arraysMarek Olšák
2010-09-12nvfx: Remove unused variables.Vinson Lee
2010-09-12nvfx: Move declaration before code.Vinson Lee
2010-09-12llvmpipe: introduce tri_3_4 for tiny trianglesKeith Whitwell
2010-09-12llvmpipe: allow tri_3_16 at any 4-aligned location within a tileKeith Whitwell
2010-09-12llvmpipe: refactor tri_3_16Keith Whitwell
2010-09-12llvmpipe: pass linear masks to fragment shaderKeith Whitwell
2010-09-12llvmpipe: fix warnings on both 32 and 64 bit buildsKeith Whitwell
2010-09-12llvmpipe: fix wierd performance regression in isosurfKeith Whitwell
2010-09-12pb: Fix the build, and add notes.José Fonseca
2010-09-12llvmpipe: Only generate the whole shader specialization for opaque shaders.José Fonseca
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie
2010-09-11nv30: fix breakage due to 10 texcoord support on nv40Luca Barbieri